View source: R/print.risksets.R
print.risksets | R Documentation |
Given the output from risksets
, summary statistics are given for it.
## S3 method for class 'risksets'
print(x, ...)
x |
An object of class 'risksets'. |
... |
Not used for the moment. |
No value is returned; the function prints summary statistics of risk sets.
There is no summary.risksets
yet. On the TODO list.
Göran Broström
risksets
rs <- with(mort, risksets(Surv(enter, exit, event)))
print(rs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.