View source: R/initialization.R
initialize_randomLCM | R Documentation |
Provide a random initial response profile based on latent class mode
initialize_randomLCM(K, data)
K |
number of latent classes |
data |
a N by J observed binary matrix, where the i,j-th element is the response of item j for individual i |
a K by J probability matrix, the k,j-th entry being the response probability to item j of an individual in class k
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.