robust_HC2: Robust Variance-Covariance Matrix Estimator (HC2)

Description Usage Arguments Details Value

View source: R/RcppExports.R

Description

Robust Variance-Covariance Matrix Estimator (HC2)

Usage

1
robust_HC2(X, e)

Arguments

X

the model matrix. Can be obtained by applying the function model.matrix on a lm object.

e

vector of residuals. Can be obtained by applying the function resid on a lm object.

Details

The different types of robust estimators differ in their degrees-of-freedom corrections for finite sample bias. In the case of HC2, the diagonal entries of the "meat" matrix, ω_i are given as

ω_i^2 = \frac{\hat e_i^2}{1 - h_{ii}}

where \hat e_i are the residuals of the model and h_{ii} is the ith diagonal of the hat-matrix.

Value

returns a heteroskedasticity-robust variance-covariance matrix of type HC2.


baruuum/jars documentation built on Nov. 3, 2019, 2:06 p.m.