View source: R/robust_vcov.R View source: R/Robust_SE.R
robust_vcov | R Documentation |
Computes heteroskedasticity robust covariance matrix
robust_vcov(object, modelmat = NULL, type = "HC1")
object |
Model object of type "lm", "glm", "lmer", "glmer", "nlme", "lme" |
modelmat |
Model matrix, required only if model is of none of the allowed classes |
type |
Any of "HC1", "HC3", indicating method for calculating HC variance-covariance matrix |
Covariance matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.