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.
References
Bates DM, Mächler M, Bolker B, Walker S (2015). “Fitting Linear Mixed-Effects Models Using Lme4.” Journal of Statistical Software, 67(1), 1–48. ISSN 1548-7660, doi:10.18637/jss.v067.i01 .
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()