"censorReg"
object
anova.censorReg(object, ..., test=c("none", "Chisq"))
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.