Learn R Programming

eha (version 2.11.2)

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 risksets
print(x, ...)

Value

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

Arguments

x

An object of class 'risksets'.

...

Not used for the moment.

Author

Göran Broström

See Also

risksets

Examples

Run this code

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

Run the code above in your browser using DataLab