anova.lmRob.list {robust} | R Documentation |
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.
anova.lmRob.list(object, const, ipsi, yc, test = c("RWald", "RF"), ...)
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. |
an anova
object.