View source: R/MIX_UNI.loading_helper.R
getMIX_UNI.loadings | R Documentation |
This function specifies the factor loadings for a mixture model with a univariate longitudinal outcome. The longitudinal outcome is fit by a Latent Growth Curve Model or a Latent Change Score Model.
getMIX_UNI.loadings(
nClass,
y_model,
t_var,
records,
y_var,
curveFun,
intrinsic
)
nClass |
An integer specifying the number of classes for the mixture model or multiple group model. It takes the value
passed from |
y_model |
A string specifying how to fit the longitudinal outcome. Supported values are |
t_var |
A string specifying the prefix of the column names corresponding to the time variable at each study wave.
It takes the value passed from |
records |
A numeric vector specifying indices of the study waves. It takes the value passed from |
y_var |
A string specifying the prefix of the column names corresponding to the outcome variable at each study wave.
It takes the value passed from |
curveFun |
A string specifying the functional form of the growth curve. Supported options for |
intrinsic |
A logical flag indicating whether to build an intrinsically nonlinear longitudinal model. It takes the
value passed from |
A list containing the specification of definition variables (i.e., individual time points for the latent growth curve models, and individual time points and individual time lags (intervals) between adjacent time points for latent change score models) and factor loadings of a univariate longitudinal outcome.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.