Estimates, p-values, and confidence intevals for multiple linear mixed models.
# S3 method for mlmm
summary(
object,
digits = 3,
method = NULL,
print = NULL,
hide.data = FALSE,
hide.fit = FALSE,
...
)
an mlmm
object, output of mlmm
.
[integer,>0] number of digits used to display numeric values.
[character] type of adjustment for multiple comparisons: one of "none"
, "bonferroni"
, "single-step"
, "single-step2"
.
[logical] should the output be printed in the console. Can be a vector of length 2 where the first element refer to the global tests and the second to the individual tests.
[logical] should information about the dataset not be printed.
[logical] should information about the model fit not be printed.
other arguments are passed to summary.Wald_lmm
.