# R: Robust SE library(sandwich); library(lmtest) coeftest(model, vcov = vcovHC(model, type="HC1"))

Basic Econometrics: Gujarati Ppt Upd

# R: Robust SE library(sandwich); library(lmtest) coeftest(model, vcov = vcovHC(model, type="HC1"))