model.tables.lmm | R Documentation |
Export estimated parameters with their uncertainty (standard errors, degrees-of-freedom, confidence intervals and p-values) from a linear mixed model or a table describing each parameter (type, associated sigma or k parameter, ...).
## S3 method for class 'lmm'
model.tables(
x,
level = 0.95,
effects = NULL,
robust = FALSE,
null = NULL,
columns = NULL,
df = NULL,
type.information = NULL,
transform.sigma = NULL,
transform.k = NULL,
transform.rho = NULL,
transform.names = TRUE,
backtransform = NULL,
simplify = TRUE,
...
)
x |
a |
level |
[numeric,0-1] the confidence level of the confidence intervals. |
effects |
[character] Should the CIs/p-values for all coefficients be output ( |
robust |
[logical] Should robust standard errors (aka sandwich estimator) be output instead of the model-based standard errors.
Can also be |
null |
[numeric vector] the value of the null hypothesis relative to each coefficient. |
columns |
[character vector] Columns to be output.
Can be any of |
df |
[logical] Should a Student's t-distribution be used to model the distribution of the coefficient. Otherwise a normal distribution is used. |
type.information , transform.sigma , transform.k , transform.rho , transform.names |
are passed to the |
backtransform |
[logical] should the variance/covariance/correlation coefficient be backtransformed? |
simplify |
[logical] omit from the output the backtransform attribute.
Not relevant when the argument |
... |
Not used. For compatibility with the generic method. |
When effects
differs from "param"
, this function is a wrapper for confint
with different default 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.