ADSSMod | R Documentation |
This function performs a simulation-based evaluation of operating characteristics for adaptive trials with data-driven sample size re-estimation (normally distributed or binary endpoints) or event count re-estimation (time-to-event endpoint). A two-arm Phase III clinical trial with two interim analyses is assumed. The first interim analysis supports early stopping for futility and the second interim analysis supports an option to increase the number of patients or number of events in the trial. For examples of the function call, see ADSSModExample1, ADSSModExample2 or ADSSModExample3.
ADSSMod(parameters)
parameters |
List of the trial design and other parameters. The required elements are defined below:
|
The function returns an object of class ‘ADSSModResults’. This object is a list with the following components:
parameters |
List containing the user-specified parameters. |
sim_results |
Data frame containing key descriptive statistics for each simulation run. |
sim_summary |
List containing the key operating characteristics of the adaptive design. |
A detailed summary of the simulation results can be created using the GenerateReport
function.
ADSSModApp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.