vcov.rbindWald_lmm | R Documentation |
Extract the variance-covariance matrix from Wald tests applied to a linear mixed models.
## S3 method for class 'rbindWald_lmm'
vcov(
object,
effects = "Wald",
method = "none",
df = FALSE,
ordering = NULL,
transform.names = TRUE,
simplify = TRUE,
...
)
object |
a |
effects |
[character] should the linear contrasts involved in the Wald test be output ( |
method |
[character vector] type of adjustment for multiple comparisons across the linear contrasts (one of |
df |
[logical] Should degrees-of-freedom, computed using Satterthwaite approximation, for the model parameters be output? |
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 |
simplify |
[logical] should the output be a vector or a list with one element specific to each possible ordering (i.e. contrast or model). |
... |
Not used. For compatibility with the generic method. |
A matrix with one column and column per parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.