summary.cureph {curephEM}R Documentation

Summarizing Logistic-CoxPH Cure-Rate Model Fit

Description

These functions are all methods for class cureph or summary.cureph objects.

Usage

## S3 method for class 'cureph'
summary(object,combine = T,...)

## S3 method for class 'summary.cureph'
print(x, digits = max(3, getOption("digits") - 3),
      signif.stars = getOption("show.signif.stars"),...)

Arguments

object

an object of class "cureph", usually, a result of a call to cureph.

x

an object of class "summary.glm", usually, a result of a call to summary.glm.

combine

logical; if TRUE, a Wald test table of each variable appearing in both models is returned.

digits

the number of significant digits to use when printing.

signif.stars

logical. If TRUE, "significance stars" are printed for each coefficient.

...

Other parameters to match the generic S3 method.

See Also

cureph


[Package curephEM version 0.3.0 Index]