getLGCM.output {nlpsem} | R Documentation |
Extract Point Estimates and Standard Errors of Latent Growth Curve Model with Time-invariant Covariates (If Any)
Description
This function computes and returns a data frame containing point estimates and standard errors for the parameters of a latent growth curve model with time-invariant covariates (if any)
Usage
getLGCM.output(model, growth_TIC, names)
Arguments
model |
An object representing a fitted latent growth curve model. |
growth_TIC |
A string or character vector specifying the column name(s) of time-invariant covariate(s) contributing to 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 |
Value
A data frame containing the point estimates and standard errors for parameters of a latent growth curve model with time-invariant covariates (if any).
[Package nlpsem version 0.3 Index]