View source: R/TVC.output_helper.R
getTVC.output | R Documentation |
This function computes and returns a data frame containing point estimates and standard errors for the parameters of a latent growth curve model or a latent change score model with a time-varying covariate and time-invariant covariates (if any)
getTVC.output(model, curveFun, records, y_model, decompose, growth_TIC, names)
model |
An object representing a fitted latent growth curve model or a latent change score model with a TVC.
It takes the value passed from |
curveFun |
A string specifying the functional form of the growth curve. Supported options for |
records |
A numeric vector specifying the indices of the observed study waves. It takes the value passed from
|
y_model |
A string specifying how to fit the longitudinal outcome. Supported values are |
decompose |
An integer specifying the decomposition option for temporal states. Supported values include |
growth_TIC |
A string or character vector specifying the column name(s) of time-invariant covariate(s) that account for the
variability of growth factors, if any. It takes the value passed from |
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 latent growth curve model or a latent change score model with a time-varying covariate and time-invariant covariates (if any).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.