Prints a summary of the content of a set of risk sets.
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.