estfun.lmrob | R Documentation |
lmrob()
fitGenerate matrix of estimating equations for lmrob()
fit
Extract bread matrix from an lmrob()
fit
## S3 method for class 'lmrob'
estfun(x, ...)
## S3 method for class 'lmrob'
bread(x, ...)
x |
An |
... |
Additional arguments to be passed to |
This is part of a workaround for an issue in the robustbase code affecting sandwich covariance estimation. The issue in question is issue #6471, robustbase project on R-Forge. This function contributes to providing sandwich estimates of covariance-adjusted standard errors for robust linear covariance adjustment models.
This is part of a workaround for an issue in the robustbase code affecting sandwich covariance estimation. The issue in question is issue #6471, robustbase project on R-Forge. This function contributes to providing sandwich estimates of covariance-adjusted standard errors for robust linear covariance adjustment models.
A n\times
(p+1) matrix where the first column corresponds to
the scale estimate and the remaining p
colums correspond to the
coefficients
A p\times
(p+1) matrix where the first column corresponds to
the scale estimate and the remaining p
colums correspond to the
coefficients
Ben B. Hansen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.