View source: R/helper_functions.R
crit_3_of_3 | R Documentation |
Find the critical value at the final analysis of a three-stage design
crit_3_of_3(info_frac_1_3, info_frac_2_3, crit_1, crit_2, design,
alpha_spend_f = ldobf, alpha_one_sided = 0.025)
info_frac_1_3 |
The observed information fraction: determines covariance of test statistics. |
info_frac_2_3 |
The observed information fraction: determines covariance of test statistics. |
crit_1 |
The critical value for the z-statistic at the first interim, found via |
crit_2 |
The critical value for the z-statistic at the second interim, found via |
alpha_spend_f |
The alpha-spending function. Default is the Lan-DeMets O'Brien-Fleming function. |
alpha_one_sided |
One-sided alpha level. |
The critical value for the final z-statistic.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.