View source: R/MGM.output_helper.R
| getMGM.output | R Documentation | 
This function computes and returns a data frame containing point estimates and standard errors for the parameters of a multivariate latent growth curve model or a multivariate latent change score model.
getMGM.output(model, y_var, records, curveFun, y_model, names)
model | 
 An object representing a fitted multivariate latent growth curve model or latent change score model.  | 
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   | 
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   | 
curveFun | 
 A string specifying the functional form of the growth curve. Supported options for   | 
y_model | 
 A string specifying how to fit the longitudinal outcome. Supported values are   | 
names | 
 A character vector specifying parameter names. It takes the value passed from   | 
A data frame containing the point estimates and standard errors for parameters of a multivariate latent growth curve model or a multivariate latent change score model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.