Description Usage Arguments References
This function estimates one or more latent-class MPT models. Starting from a one-class solution, it increments the number of latent classes until a criterion is met.
1 2 3 4 5 6 7 8 9 10 11 12 |
model_file |
Character. File path to an .eqn file |
data_file |
Character. File path to a data file |
classes, max_classes |
The number of classes for a single model or the
maximum number of classes. To estimate a single model, specify |
runs |
Integer. Number of optimization runs. |
fisher_information |
The type of Fisher Information to be computed.
Can be either |
montecarlo_samples |
The number of simulations to be used for Monte Carlo Fisher Information. Defaults to 1e5. |
crit |
If multiple models with an increasing number of classes are to be estimated,
use this criterion to stop estimating more complex models. Can be one of |
verbose |
Logical. Indicating whether an announcement is printed on the console when fitting of a new model starts. |
keep_files |
Logical. Should temporary files be retained? |
Stahl, C., & Klauer, K.C. (2007). HMMTree: A computer program for hierarchical multinomial processing tree models. Behavior Research Methods, 39, 267-273.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.