Skip to content

methexp/HMMTreeR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HMMTreeR

HMMTreeR is an R interface to the program HMMTree. It allows fitting latent-class multinomial processing tree models.

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

Stahl, C., & Klauer, K.C. (2007). HMMTree: A computer program for hierarchical multinomial processing tree models. Behavior Research Methods, 39, 267-273. doi: 10.3758/BF03193157

Klauer, K.C. (2006). Hierarchical multinomial processing tree models: A latent-class approach. Psychometrika, 71, 7-31. doi: 10.1007/s11336-004-1188-3

See the package vignette for a short introduction. The model fitting can only be executed on a Windows machine.

To install HMMTreeR, use:

if(!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes")
remotes::install_github("methexp/HMMTreeR")

About

An R Interface to HMMTree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages