anova.coxph {RcmdrPlugin.survival}R Documentation

anova method for coxph objects

Description

This function masks anova.coxph in the survival package; its sole purpose is to supply the argument test = "Chisq" as the default.

Usage

## S3 method for class 'coxph':
anova(object, ..., test = "Chisq")

Arguments

object see anova.coxph.
... anova.coxph.
test anova.coxph.

Author(s)

John Fox <jfox@mcmaster.ca>

See Also

anova.coxph


[Package RcmdrPlugin.survival version 0.7-1 Index]