coef.mlmm | R Documentation |
Combine estimated parameters or linear contrasts applied on parameters from group-specific linear mixed models.
## S3 method for class 'mlmm'
coef(
object,
effects = "Wald",
method = "none",
p = NULL,
ordering = "model",
backtransform = object$args$backtransform,
transform.sigma = "none",
transform.k = "none",
transform.rho = "none",
transform.names = TRUE,
simplify = TRUE,
...
)
object |
a |
effects |
[character] By default will output the estimates relative to the hypotheses being tested ( |
method |
[character vector] should the estimated value for the linear contrasts be output (one of |
p |
[list of numeric vector] values for the model parameters to be used to evaluate the estimates relative to the hypotheses being tested. Only relevant if differs from the fitted values. |
ordering |
[character] should the output be ordered by name of the linear contrast ( |
backtransform |
[logical] should the estimate be back-transformed?
Only relevant when |
transform.sigma |
[character] Transformation used on the variance coefficient for the reference level. One of |
transform.k |
[character] Transformation used on the variance coefficients relative to the other levels. One of |
transform.rho |
[character] Transformation used on the correlation coefficients. One of |
transform.names |
[logical] Should the name of the coefficients be updated to reflect the transformation that has been used?
Ignored when |
simplify |
[logical] should the output be a vector or a list with one element specific to each possible ordering (i.e. contrast or model).
Only relevant when 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.