ANOVA Table for a class "censorRegList" object

DESCRIPTION:

This is a method for the function anova for objects inheriting from class censorRegList . See anova for the general behavior of this function and for the interpretation of test.

USAGE:

anova.censorRegList(object, ..., test=c("none", "Chisq")) 

DETAILS:

When called with a single "censorRegList" object, "anova.censorRegList" may take a while to run, because it fully iterates a series of "censorReg" models. The series is constructed by successively adding the terms in the formula of object, taken in the order they appear in terms(object). Some efficiency is achieved by computing the model matrix only once.