I have to make a robust resettest. I have already calculated the robust standard errors but I don't know how to use these in my resettest. I have made the following code:
labmodel2 <- lm(formula = log(L) ~ log(W) + log(K) + log(Y), data=labordat) hc.cv <- hccm(labmodel2, "hc0") hc.cv robusttest <- coeftest(labmodel2, hc.cv) robusttest But how to use the robust standard errors in a RESET test? Thank you :D -- View this message in context: http://r.789695.n4.nabble.com/Using-robust-std-errors-instead-of-OLS-std-errors-in-regression-tp4631293.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.