# NOT RUN {
logrank(data=mtcars,
time = 'disp',y='am', x='wt',
cut.numb=2,
n.per=0.25,
y.per=0.10)
logrank(data=mtcars,
time = 'disp',y='am', x='wt',
cut.numb=2,
n.per=0.25,
y.per=0.10,
p.cut=0.05,
strict=TRUE,
include='low',
round=2)
# }
Run the code above in your browser using DataLab