| error_struct | R Documentation |
Different error.structures are available in mvord:
general correlation structure (default) cor_general(~ 1),
general covariance structure cov_general(~ 1),
factor dependent correlation structure cor_general(~ f),
factor dependent covariance structure cov_general(~ f),
equicorrelation structure cor_equi(~ 1),
covariate dependent equicorrelation structure cor_equi(~ S),
AR(1) correlation structure cor_ar1(~ 1), or
covariate dependent AR(1) correlation structure cor_ar1(~ S).
For more details see vignette.
cov_general(formula = ~1, value = numeric(0), fixed = FALSE)
cor_general(formula = ~1, value = numeric(0), fixed = FALSE)
cor_ar1(formula = ~1, value = numeric(0), fixed = FALSE)
cor_equi(formula = ~1, value = numeric(0), fixed = FALSE)
formula |
|
value |
specifies values of the correlation (and variance) parameters.
For |
fixed |
logical specifying whether the parameters of the error structure should not be optimized in the procedure, but will be |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.