View source: R/bivariate.lgcm.R
bivariateLgcm | R Documentation |
Bivariate Latent Growth Curve Model
bivariateLgcm(lgcm.x, lgcm.y, slope.x.slope.y.covariance = 0,
icept.x.slope.y.covariance = 0, icept.y.slope.x.covariance = 0,
icept.x.icept.y.covariance = 0, latent.correlations = FALSE)
lgcm.x |
LGCM object for first process (refered to as x) |
lgcm.y |
LGCM object for second process (refered to as y) |
slope.x.slope.y.covariance |
Latent covariance of slope of x and slope of y |
icept.x.slope.y.covariance |
Latent covariance of intercept of x and slope of y |
icept.y.slope.x.covariance |
Latent covariance of slope of x and intercept of y |
icept.x.icept.y.covariance |
Latent covariance of intercept of x and intercept of y |
latent.correlations |
Specify a latent correlation matrix instead of a covariance matrix. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.