lmRob.RFPE | R Documentation |
Computes the robust Final Prediction Errors (FPE) for a robust regression fit using M-estimates.
lmRob.RFPE(object, scale = NULL)
object |
an lmRob object. |
scale |
a numeric value specifying the scale estimate used to compute the robust FPE. Usually this should
be the scale estimate from an encompassing model. If |
a single numeric value giving the robust final prediction error.
lmRob
,
step.lmRob
,
drop1.lmRob
.
data(stack.dat)
stack.rob <- lmRob(Loss ~ ., data = stack.dat)
lmRob.RFPE(stack.rob)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.