lmRob.RFPE: Robust Final Prediction Errors

Description Usage Arguments Value See Also Examples

View source: R/lmRob.RFPE.q

Description

Computes the robust Final Prediction Errors (FPE) for a robust regression fit using M-estimates.

Usage

1
lmRob.RFPE(object, scale = NULL)

Arguments

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 NULL, the scale estimate in object is used.

Value

a single numeric value giving the robust final prediction error.

See Also

lmRob, step.lmRob, drop1.lmRob.

Examples

1
2
3
data(stack.dat)
stack.rob <- lmRob(Loss ~ ., data = stack.dat)
lmRob.RFPE(stack.rob)

Example output

Loading required package: fit.models
[1] 16.03201

robust documentation built on May 2, 2019, 5:20 p.m.

Related to lmRob.RFPE in robust...