vcov.Wald_lmm | R Documentation |
Extract the variance-covariance matrix of the linear contrasts involved in the Wald test.
## S3 method for class 'Wald_lmm'
vcov(object, effects = "Wald", df = FALSE, transform.names = TRUE, ...)
object |
a |
effects |
[character vector] should the variance-covariance of the linear contrasts involved in the Wald test be output ( |
df |
[logical] Should degrees-of-freedom, computed using Satterthwaite approximation, for the model parameters be output? |
transform.names |
[logical] Should the name of the coefficients be updated to reflect the transformation that has been used? |
... |
Not used. For compatibility with the generic method. |
A matrix with one column and column per parameter.
df=TRUE
: with an attribute "df"
containing a numeric vector with one element per parameter.
effects
includes "gradient"
: with an attribute "gradient"
containing a 3 dimensional array with dimension the number of parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.