Description Usage Arguments Value References
View source: R/robustregression.R
This uses Huber's psi to estimate a robust least squares fit. This is a simple M-estimator. Returned standard errors are based on the Huber-White HC4-modified method of computing robust standard errors. Note, however, that the ridge estimator induces extra precision into the estimates on account of biasing them towards zero, so the resulting standard errors are potentially misleading.
1 |
formula |
model formula |
data |
data frame |
k |
tuning constant for outlier downweighting. defaults to 2*sqrt(p/n). |
a list
Cribari-Neto F., Da Silva W.B. (2011). A New Heteroskedasticity-Consistent Covariance Matrix Estimator for the Linear Regression Model. Advances in Statistical Analysis, 95(2), 129–146.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.