model.tables.Wald_lmm | R Documentation |
Export estimates, standard errors, degrees-of-freedom, confidence intervals (CIs) and p-values relative to linear contrasts of parameters from a linear mixed model.
## S3 method for class 'Wald_lmm'
model.tables(
x,
effects = "Wald",
level = 0.95,
df = NULL,
method = NULL,
columns = NULL,
backtransform = NULL,
transform.names = TRUE,
simplify = TRUE,
...
)
x |
a |
effects |
[character] should the linear contrasts involved in the Wald test be output ( |
level |
[numeric, 0-1] nominal coverage of the confidence intervals. |
df |
[logical] Should a Student's t-distribution be used to model the distribution of the Wald statistic. Otherwise a normal distribution is used. |
method |
[character] Should pointwise confidence intervals be output ( |
columns |
[character vector] Columns to be output.
Can be any of |
backtransform |
[logical] should the estimates, standard errors, and confidence intervals be backtransformed? |
transform.names |
[logical] should the name of the coefficients be updated to reflect the transformation that has been used?
Only relevant when |
simplify |
[logical] with argument |
... |
Not used. For compatibility with the generic method. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.