Usage
## Methods with "surprising" arguments
## S3 method for class 'mer':
deviance(object, REML = NULL, \dots)
## S3 method for class 'mer':
expand(x, sparse = TRUE, \dots)
## S3 method for class 'mer':
logLik(object, REML = NULL, \dots)
## S3 method for class 'mer':
print(x, digits, correlation, symbolic.cor, signif.stars, \dots)
Arguments
object
object of class mer.
REML
logical indicating if REML should be used. A value of
NULL, the default, or NA indicates that the REML values
should be returned if the model was fit by REML, otherwise the ML values.
x
object of class mer to expand.
sparse
logical scalar indicating if the sparse form of the
expanded T and S matrices should be returned.
digits
number of digits to use when printing tables of
parameter estimates. Defaults to max(3, getOption("digits") -
3).
correlation
logical - should the correlation matrix of the
fixed-effects parameter estimates be printed? Defaults to TRUE.
symbolic.cor
logical - should a symbolic form of the
correlation matrix be printed instead of the numeric form? Defaults
to FALSE.
signif.stars
logical - should the significance stars
be printed as part of the table of fixed-effects parameter
estimates? Defaults to getOption("show.signif.stars").
...
potential further arguments passed to methods.