EventPred | R Documentation |
This function performs event forecasting in trials with an event-driven design. Blinded event data at an interim analysis are used to forecast the number of events at pre-defined time points in the future. For an example of the function call, see EventPredExample.
EventPred(parameters)
parameters |
List of the trial design and other parameters. The required elements are defined below:
|
The function returns an object of class ‘EventPredResults’. This object is a list with the following components:
parameters |
List containing the user-specified parameters. |
interim_analysis |
Data frame containing the event information from the interim analysis data set. |
predictions |
Data frame containing the event prediction information at the future time points. |
A detailed summary of the simulation results can be created using the GenerateReport
function.
EventPredApp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.