| mkVarCorr | R Documentation |
Computes from reCovs the variance and correlation components of
random effect covariance matrices.
mkVarCorr(sc, cnms, nc = lengths(cnms, use.names = FALSE),
theta, nms = names(cnms), reCovs = NULL, relReCovs = TRUE)
sc |
a numeric vector of length 1 giving the residual standard
deviation for LMMs. Set to |
cnms |
a list of character vectors giving component dimnames,
used only to determine |
nc |
an integer vector giving component dimensions (number of columns). |
theta |
a numeric vector giving covariance parameters
(lower triangular entries of relative Cholesky factors in
column-major order), used only to determine |
nms |
a character vector giving component names. |
reCovs |
a list of |
relReCovs |
a logical indicating if the components of
|
A list of matrices.
VarCorr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.