| hohnloser {maxstat} | R Documentation |
A data frame with the left ventricular ejection fraction of patients with malignant ventricular tachyarrhythmias including recurrence-free month and censoring.
data(hohnloser)
EFmonthcensThe data used here is published in Table 1 of Lausen and Schumacher (1992).
The data was first published by Hohnloser et al. (1987), the data used here is published in Table 1 of Lausen and Schumacher (1992).
Hohnloser, S.H., Raeder, E.A., Podrid, P.J., Graboys, T.B. and Lown, B. (1987), Predictors of antiarrhythmic drug efficacy in patients with malignant ventricular tachyarrhythmias. American Heart Journal 114, 17
Lausen, B. and Schumacher, M. (1992), Maximally Selected Rank Statistics. Biometrics 48, 7385
data(hohnloser) # limiting distribution maxstat.test(Surv(month, cens) ~ EF, data=hohnloser, smethod="LogRank", pmethod="Lau92") # improved Bonferroni inequality maxstat.test(Surv(month, cens) ~ EF, data=hohnloser, smethod="LogRank", pmethod="Lau94") # small sample solution by Hothorn & Lausen maxstat.test(Surv(month, cens) ~ EF, data=hohnloser, smethod="LogRank", pmethod="HL") # normal approximation maxstat.test(Surv(month, cens) ~ EF, data=hohnloser, smethod="LogRank", pmethod="exactGauss")