View source: R/UNI.GF_helper.R
getUNI.GF | R Documentation |
This function derives individual growth factors for the specified latent growth curve model or latent change score model from raw data. These individual growth factors help further compute initial values for parameters related to growth factors, time-invariant covariates (if any), and path coefficients (if any).
getUNI.GF(dat_traj, dat_time, nT, curveFun)
dat_traj |
A data frame containing the records for the repeated measurements. |
dat_time |
A data frame containing the records for measurement occasions associated with the repeated measurements. |
nT |
An integer representing the number of repeated measurements. |
curveFun |
A string specifying the functional form of the growth curve. Supported options for |
A data frame containing the derived individual growth factors from the raw data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.