print.risksets {eha} | 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)