Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.risksets

Prints a summary of the content of a set of risk sets.


Description

Given the output from risksets, summary statistics are given for it.

Usage

## S3 method for class 'risksets'
print(x, ...)

Arguments

x

An object of class 'risksets'.

...

Not used for the moment.

Value

No value is returned; the function prints summary statistics of risk sets.

Note

There is no summary.risksets yet. On the TODO list.

Author(s)

Göran Broström

See Also

risksets

Examples

rs <- with(mort, risksets(Surv(enter, exit, event)))
print(rs)

eha

Event History Analysis

v2.10.0
GPL (>= 2)
Authors
Göran Broström [aut, cre], Jianming Jin [ctb]
Initial release
2022-04-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.