Dear Statalisters,
I am using stata 13, I want to calculate randomized controlled trial
sample size.
we are expected Sample size between 80 to 120 patients
sample size must be calculated on the basis of the following parameters:
· Median Progression Free Survival control group: 9 months,
Median Progression Free Survival for treatment group: 12.6 months (40% improvement)
· 2 years accrual, 2 years Follow up
· Drop-out rate 10% in total (over 4 years)
· Power 80%
· 1-sided p=0.05
to calculate the sample size,
stpower cox,failprob(0.6) wdprob(0.10) p(0.8) al(0.05) onesided
I use above stata syntax , I am not sure this is correct, I do not include the
median progression free survival in the syntax.
please advice me , am I using the information correctly or is there are other stata command
Thanks
Kind regards
Sugi jey
I am using stata 13, I want to calculate randomized controlled trial
sample size.
we are expected Sample size between 80 to 120 patients
sample size must be calculated on the basis of the following parameters:
· Median Progression Free Survival control group: 9 months,
Median Progression Free Survival for treatment group: 12.6 months (40% improvement)
· 2 years accrual, 2 years Follow up
· Drop-out rate 10% in total (over 4 years)
· Power 80%
· 1-sided p=0.05
to calculate the sample size,
stpower cox,failprob(0.6) wdprob(0.10) p(0.8) al(0.05) onesided
I use above stata syntax , I am not sure this is correct, I do not include the
median progression free survival in the syntax.
please advice me , am I using the information correctly or is there are other stata command
Thanks
Kind regards
Sugi jey
Comment