model.tables.lmm | R Documentation |
Export estimates, standard errors, degrees of freedom, confidence intervals (CIs) and p-values for the mean coefficients of a linear mixed model.
## S3 method for class 'lmm'
model.tables(x, columns, ...)
x |
a |
columns |
[character vector] Columns to be output.
Can be any of |
... |
arguments to be passed to the |
method |
[character] type of adjustment for multiple comparisons, one of |
This function simply calls confint
with a specific value for the argument column
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.