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 " |
x |
an object of class " |
combine |
logical; if |
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
[Package curephEM version 0.3.0 Index]