- object
a fitted [ng]lmer model.
- correlation
(logical) indicates whether the correlation matrix
should be computed and stored along with the covariance.
For print.summary.merMod, indicates whether the correlation
matrix of the fixed-effects parameters should be printed. In the
latter case, when NULL (the default), the correlation matrix
is printed when it has been computed by summary(.), and when
\(p <= 12\), and the cutoff 12 may be modified by
options(lme4.summary.cor.max = <n>)
- use.hessian
(logical) indicates whether to use the
finite-difference Hessian of the deviance function to compute
standard errors of the fixed effects; see vcov.merMod
for details
- x
an R object of class summary.merMod.
- digits
number of significant digits for printing.
- symbolic.cor
should a symbolic encoding of the fixed-effects
correlation matrix be printed? If so, the symnum function is
used.
- signif.stars
(logical) should significance stars be used?
- ranef.comp
character vector of length one or two, indicating
if random-effects parameters should be reported on the variance and/or
standard deviation scale.
- ranef.corr
(logical) print correlations (rather than covariances) of
random effects?
- show.resids
should the quantiles of the scaled residuals be printed?
- ...
potentially further arguments passed from other methods.