ANOVA Table for a class "censorReg" object

DESCRIPTION:

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

USAGE:

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

DETAILS:

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