VarCorr.tramME: Variances and correlation matrices of random effects
Description
This function calculates the variances and correlations from varcov.tramME.
Usage
# S3 method for tramME
VarCorr(x, ...)
Value
A list of vectors with variances and correlation matrices corresponding to the
various grouping variables.
Arguments
x
A tramME object
...
optional arguments (for consistency with the generic method)
Details
The function only returns the correlation matrices that belong to actual random effects
(defined for groups in the data) and ignores the random effects parameters of the smooth
shift terms. To extract these, the user should use varcov with full = TRUE.