coef.Wald_lmm | R Documentation |
Extract estimated value of linear contrasts applied on parameters from a linear mixed model.
## S3 method for class 'Wald_lmm'
coef(
object,
effects = "Wald",
backtransform = NULL,
transform.names = TRUE,
simplify = TRUE,
...
)
object |
a |
effects |
[character] should the linear contrasts involved in the Wald test be output ( |
backtransform |
[logical] should the estimates be back-transformed? |
transform.names |
[logical] Should the name of the coefficients be updated to reflect the transformation that has been used?
Only relevant when |
simplify |
[logical] omit from the output the attribute containing the type of each parameter or contrast (mu/sigma/k/rho). |
... |
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.