model.tables.mlmm | R Documentation |
Combine estimated parameters with their uncertainty (standard errors, degrees-of-freedom, confidence intervals and p-values) from group-specific linear mixed models or a table describing each parameter (type, associated sigma or k parameter, ...).
## S3 method for class 'mlmm'
model.tables(
x,
parm = NULL,
level = 0.95,
method = NULL,
df = NULL,
columns = NULL,
backtransform = NULL,
ordering = "parameter",
...
)
x |
a |
method |
[character] type of adjustment for multiple comparisons, one of |
... |
arguments to be passed to |
effects |
[character] Should the CIs/p-values for all coefficients be output ( |
simplify |
[logical] omit from the output the backtransform attribute.
Not relevant when the argument |
When effects
is not "param"
, this function simply calls confint
with a specific value for the argument column
.
A data.frame
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.