anova.coxph {RcmdrPlugin.survival} | R Documentation |
This function masks anova.coxph
in the
survival package; its sole purpose is to supply the argument
test = "Chisq"
as the default.
## S3 method for class 'coxph': anova(object, ..., test = "Chisq")
object |
see anova.coxph . |
... |
anova.coxph . |
test |
anova.coxph . |
John Fox <jfox@mcmaster.ca>