summary.mlmm {LMMstar} | R Documentation |
Summary of Multiple Linear Mixed Models
Description
Estimates, p-values, and confidence intevals for multiple linear mixed models.
Usage
## S3 method for class 'mlmm'
summary(
object,
digits = 3,
method = NULL,
print = NULL,
hide.data = FALSE,
hide.fit = FALSE,
...
)
Arguments
object |
an |
digits |
[integer,>0] number of digits used to display numeric values. |
method |
[character] type of adjustment for multiple comparisons: one of |
print |
[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. |
hide.data |
[logical] should information about the dataset not be printed. |
hide.fit |
[logical] should information about the model fit not be printed. |
... |
other arguments are passed to |
[Package LMMstar version 1.1.0 Index]