Description Usage Arguments Details Value Author(s) Examples
The VarCorr function extracts the variance and (if present)
correlation parameters for random effect terms in a
cumulative link mixed model (CLMM) fitted with clmm
.
1 2 3 4 |
x |
a |
... |
currently not used by the |
The VarCorr
method returns a list of data.frame
s; one for
each distinct grouping factor. Each data.frame
has as many rows
as there are levels for that grouping factor and as many columns as
there are random effects for each level. For example a model can
contain a random intercept (one column) or a random
intercept and a random slope (two columns) for the same grouping
factor.
If conditional variances are requested, they are returned in the same structure as the conditional modes (random effect estimates/predictions).
A list of matrices with variances in the diagonal and correlation parameters in the off-diagonal — one matrix for each random effects term in the model. Standard deviations are provided as attributes to the matrices.
Rune Haubo B Christensen
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.