- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
I am wondering if PROC SEQDESIGN could be used to calculate POWER of another alternative H2(vs H0) with calculated size by this procedure under specified alternative, like H1 (vs H0)?
It is quite common case to plan an IA under one assumption, like for survival HR1=0.7, and then you can calculate out the number of events.
If I want to know with such number of events, what is the power will be under the alternative is HR=0.6 ?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Can anybody assist me on this question?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Solving for power is not something SEQDESIGN does. However, with data from an interim look, you can use the CONDPOWER in PROC SEQTEST to show the conditional power, which is the conditional probability to reject the null hypothesis based on the observed statistic under a specific hypothesis. You can also use the PREDPOWER option in SEQTEST to display the predictive power, which is the posterior probability that the test statistic at the final stage would exceed the rejection critical value given the observed statistic. See "Stochastic Curtailment" in the Details section of the SEQTEST documentation for more information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Great thanks Dave.
I see now.
Actually, we know when planning an IA, then PROC SEQDESIGN could be used to calculate the timepoints to the IA and the corresponding time to do the IA with a prespecified significance level, and targeted power with SAMPLESIZE statement.
Intuitively, I thought, how to calcute the power with prespecified timepoints, number of events/information with this.
Last but not least, I know this case now. Thank you.
Best regards,