"censorRegList" object
censorRegList
. See anova for the general behavior of this function and for the
interpretation of test.
anova.censorRegList(object, ..., test=c("none", "Chisq"))
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.