print.rpsftm.summary.coxph {rpsftm} | R Documentation |
modified version of print.summary.coxph
Description
this drops the "arm" term as this is not a real parameter
Usage
## S3 method for class 'rpsftm.summary.coxph'
print(
x,
digits = max(getOption("digits") - 3, 3),
signif.stars = getOption("show.signif.stars"),
...
)
Arguments
x |
the result of a call to |
digits |
significant digits to print |
signif.stars |
show star to highlight small p-values |
... |
further arguments for future methods |
[Package rpsftm version 1.2.9 Index]