anova.lmRob.list {robust}R Documentation

Compute and Anova Table

Description

Computes an anova table for a list of robustly fitted linear models. This function is a utility for the user-level anova.lmRob function and is not intended to be called directly.

Usage

anova.lmRob.list(object, const, ipsi, yc, test = c("RWald", "RF"), ...)

Arguments

object a list of lmRob objects.
const a numeric value containing the tuning constant computed by lmRob.const.
ipsi an integer value specifying the psi-function.
yc a numeric value containing the tuning constant computed by lmRob.effvy.
test a single character value specifying the test. Possible values are "RWald" and "RF".
... additional arguments required by the generic anova function.

Value

an anova object.

See Also

lmRob, anova.lmRob, anova.


[Package robust version 0.2-0 Index]