
Computes the robust Final Prediction Errors (FPE) for a robust regression fit using M-estimates.
lmRob.RFPE(object, scale = NULL)
a single numeric value giving the robust final prediction error.
an lmRob object.
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 NULL
, the scale estimate in object
is used.
lmRob
,
step.lmRob
,
drop1.lmRob
.
data(stack.dat)
stack.rob <- lmRob(Loss ~ ., data = stack.dat)
lmRob.RFPE(stack.rob)
Run the code above in your browser using DataLab