A matrix of the estimated approximate, large sample, covariances between
the parameter estimates.
Entries for parameters estimated to be zero are zero, not because there
is no sampling variability but rather because the sampling distribution
is highly non-normal and one-sided so covariances are useless.
This returned matrix has dimension attributes, like any R matrix.
For the function vcov.reaster
, it also
has attributes, which are some of is.alpha
, is.b
,
is.nu
, is.c
, and is.sigma
. These are all logical
vectors that can serve as index vectors for the matrix.
is.alpha
extracts elements of the variance-covariance
matrix for estimates of fixed effects.
is.nu
extracts elements of the variance-covariance
matrix for estimates of variance components
(if standard.deviation == FALSE
was specified).
is.b
extracts elements of the variance-covariance
matrix for estimates of random effects
(if standard.deviation == FALSE & re.too = TRUE
was specified).
is.nu
extracts elements of the variance-covariance
matrix for estimates of square roots of variance components
(if standard.deviation == TRUE
was specified).
is.c
extracts elements of the variance-covariance
matrix for standardized estimates of random effects
(if standard.deviation == TRUE & re.too = TRUE
was specified).
See reaster
for more about these parameterizations.