| vcov.rlmerMod | R Documentation |
By default returns the same object as lme4's vcov.merMod (the
linearised model-based covariance). With type = "sandwich",
returns the robust cluster-sandwich vcov_sandwich.
## S3 method for class 'rlmerMod'
vcov(
object,
type = c("default", "sandwich"),
cluster = NULL,
correction = c("G1", "none"),
...
)
object |
An |
type |
|
cluster |
When |
correction |
When |
... |
Additional arguments passed to the default |
The cluster sandwich is exact for a single (nested) grouping factor;
for crossed factors it is approximate (a warning is issued, see
vcov_sandwich).
A p \times p covariance matrix for \hat{\beta}.
vcov_sandwich
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.