cancertrt {npsm} | R Documentation |
Survival time based on two treatments
Description
Survival times (in days) for undergoing standard treatment (S) and a new treatment (N).
Usage
data("cancertrt")
Format
A data frame with 17 observations on the following 3 variables.
time
Survival time in days
event
Indicator for event
trt
a factor with levels
N
S
References
Higgins (2004), Introduction to Modern Nonparametric Statistics, Pacific Grove, CA:Brooks/Cole–Thomson Learning
Examples
data(cancertrt)
with(cancertrt,gehan.test(time,event,trt))
[Package npsm version 2.0.0 Index]