Description Usage Arguments Value
Apply a decision rule to a trial from 'sim_trial'
1 2 | decide_trial(trial, fut_k = 0.1, suc_k = 0.9, inf_k = 0.05,
sup_k = 0.95)
|
trial |
The data.table fro the trial in question |
fut_k |
The probability cut-off for futility. |
suc_k |
The probability cut-off for success |
inf_k |
The probability cut-off at final analysis for declaring theta_1 < theta_2 |
sup_k |
The probability cut-off at final analysis for declaring theta_1 > theta_2 |
fut_var |
The name of the variable used for determining futility at interim analyses. |
suc_var |
The name of the variable used for determining success at interim analyses. |
A data.table of the stage at which a decision was made.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.