Print method for variance-covariance objects
Arguments
- x
An object of class
c("VarCorr.galamm", "VarCorr.merMod")
, returned fromVarCorr.galamm
.- digits
Optional arguments specifying number of digits to use when printing.
- comp
Character vector of length 1 or 2 specifying which variance components to print. Case sensitive. Can take one of the values "Std.Dev." and "Variance".
- corr
Logical value indicating whether covariances or correlations should be printed.
- ...
Optional arguments passed on to other methods. Currently not used.
Value
The variance-covariance information is printed to the console and the
argument x
is silently returned.
See also
VarCorr.galamm()
for the function creating the variance-covariance
objects.
Other details of model fit:
VarCorr()
,
coef.galamm()
,
confint.galamm()
,
deviance.galamm()
,
factor_loadings.galamm()
,
family.galamm()
,
fitted.galamm()
,
fixef()
,
formula.galamm()
,
llikAIC()
,
logLik.galamm()
,
nobs.galamm()
,
predict.galamm()
,
ranef.galamm()
,
residuals.galamm()
,
response()
,
sigma.galamm()
,
vcov.galamm()