summary.mlmm | R Documentation |
Estimates, p-values, and confidence intevals for multiple linear mixed models.
## S3 method for class 'mlmm'
summary(
object,
digits = 3,
method = NULL,
print = NULL,
hide.data = FALSE,
hide.fit = FALSE,
...
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.