print.survtab {popEpi} | R Documentation |
Print a survtab Object
Description
Print method function for survtab
objects; see
survtab_ag
.
Usage
## S3 method for class 'survtab'
print(x, subset = NULL, ...)
Arguments
x |
a |
subset |
a logical condition to subset results table by
before printing; use this to limit to a certain stratum. E.g.
|
... |
arguments passed to |
Value
Always returns 'NULL' invisibly. This function is called for its side effects.
Author(s)
Joonas Miettinen
See Also
Other survtab functions:
Surv()
,
lines.survtab()
,
plot.survtab()
,
summary.survtab()
,
survtab()
,
survtab_ag()
[Package popEpi version 0.4.12 Index]