FutRule | R Documentation |
This function evaluates operating characteristics of a multi-arm trial design with a single interim analysis. A futility stopping rule will be applied at this interim look and the trial will be stopped early for futility if the predicted probability of success (conditional power) is less than a pre-defined futility threshold in all treatment arms. An optimal value of the futility threshold is derived by maximizing the sensitivity and specificity rates. For examples of the function call, see FutRuleExample1, FutRuleExample2 or FutRuleExample3.
FutRule(parameters)
parameters |
List of the trial design and other parameters. The required elements are defined below:
|
The function returns an object of class ‘FutRuleResults’. This object is a list with the following components:
parameters |
List containing the user-specified parameters. |
sim_summary |
List containing the operating characteristics of the futility stopping rule. |
A detailed summary of the simulation results can be created using the GenerateReport
function.
FutRuleApp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.