We plan to conduct a study for comparing the survival rate between three different types of surgery for total knee arthroplasty. Thus, the sample size for the study should be estimated.
But, we only could calculate the sample size for two groups by log-rank test in Stata as follow:
1、Sample size for censored design with survival probabilities surv1 = 0.3 and surv2 = 0.4:
power logrank .3 .4
2、or,
Same as above, specified as surv1 = 0.3 and hazard ratio of 0.76 :
power logrank .3, hratio(.76)
Notably, how to calculated the sample size for three groups (or >2 groups) by log-rank test in Stata?
Thanks!
Related Posts with How to calculate the sample size for three groups (or >2 groups) by log-rank test in Stata
recursive regressionDear researchers, Does anyone know about the recursive regression? I need a simple explanation abou…
Exporting confidence intervals that loop through all vars in an excel formatFor each of my regional data files, I am trying to export confidence interval tables in a csv file. …
Non parametric of ManovaHi! The title is the question. Is there a non parametric counterpart of Manova? I found that resampl…
Appending ColumnsI have 4 different variable names that I want to collapse to a single column, though keep the identi…
Why the enhanced module of lclogit (lclogit2) does not converge?Dears I am estimating latent class models and i have some problems with the command lclogit2. Appar…
Subscribe to:
Post Comments (Atom)
0 Response to How to calculate the sample size for three groups (or >2 groups) by log-rank test in Stata
Post a Comment