build.lcmm | R Documentation |
This function helps you create a limited-specs latent class growth analysis model using 'lcmm.'
build.lcmm(data, x_name, y_name, g_name, link, ng = 2)
data |
enter data set. |
x_name |
enter column name (str) of time-indicating variable. |
y_name |
enter column name (str) of time-varying outcome variable. |
g_name |
enter subject grouping column name (str; usually 'ID'). |
ng |
enter number of latent classes you would like to search for. |
build.lcmm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.