View source: R/MULTI.loading_helper.R
getMULTI.loadings | R Documentation |
This function specifies the factor loadings for a multivariate longitudinal outcomes with a given functional form. The longitudinal outcomes are fit by Latent Growth Curve Models or a Latent Change Score Models.
getMULTI.loadings(y_model, t_var, y_var, curveFun, intrinsic, records)
y_model |
A string specifying how to fit the longitudinal outcome. Supported values are |
t_var |
A vector of strings, with each element representing the prefix for column names related to the time
variable for the corresponding outcome variable at each study wave. It takes the value passed from |
y_var |
A vector of strings, with each element representing the prefix for column names corresponding to a
particular 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 |
records |
A list of numeric vectors, with each vector specifying the indices of the observed study waves for
the corresponding outcome variable. 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 multivariate longitudinal outcomes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.