coef.rbindWald_lmm | R Documentation |
Combine estimated values across linear contrasts applied on parameters from different linear mixed models.
## S3 method for class 'rbindWald_lmm'
coef(
object,
effects = "Wald",
method = "none",
ordering = NULL,
transform.names = TRUE,
backtransform = NULL,
simplify = TRUE,
...
)
object |
a |
effects |
[character] should the linear contrasts involved in the Wald test be output ( |
method |
[character vector] should the estimated value for the linear contrasts be output (one of |
ordering |
[character] should the output be ordered by name of the linear contrast ( |
transform.names |
[logical] should the name of the coefficients be updated to reflect the transformation that has been used?
Only relevant when |
backtransform |
[logical] should the estimates be back-transformed? |
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. |
Argument effects: when evaluating the proportion of rejected hypotheses (effects="p.rejection"
)
a "single-step"
method will be used by default to evaluate the critical quantile.
This can be changed by adding adjustment method, e.g. effects=c("bonferronin","p.rejection"
, in the argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.