Learn R Programming

coin (version 1.4-4)

hohnloser: Left Ventricular Ejection Fraction

Description

Left ventricular ejection fraction in patients with malignant ventricular tachyarrhythmias including recurrence-free month and censoring.

Usage

hohnloser

Arguments

Format

A data frame with 94 observations on 3 variables.

EF

ejection fraction (%).

time

recurrence-free month.

event

status indicator for time: 0 for right-censored observations and 1 otherwise.

Details

The data published by coin::Hohnloser_1987 were used by coin::lausen_1992 to illustrate the use of maximally selected statistics.

References

*

Examples

Run this code
## Asymptotic maximally selected logrank statistics
maxstat_test(Surv(time, event) ~ EF, data = hohnloser)

Run the code above in your browser using DataLab