powered by
H0: the difference between the hazard rates of two samples is equal to
Ha: not equal to 0
The test is finding whether there is a difference between the hazard rates of the test drug and the reference drug.
TwoSampleSurvival.Equality(alpha, beta, lam1, lam2, k, ttotal, taccrual, gamma)
significance level
power = 1-beta
the hazard rates of control group
the hazard rates of a test drug
k=n1/n2 sample size ratio
Total trial time
accrual time period
parameter for exponential distribution. Assume Uniform patient entry if gamma =0
Chow SC, Shao J, Wang H. Sample Size Calculation in Clinical Research. New York: Marcel Dekker, 2003
# NOT RUN { Example.7.2.4<-TwoSampleSurvival.Equality(0.05,0.2,1,2,1,3,1,0.00001) Example.7.2.4 # }
Run the code above in your browser using DataLab