EventPred {MedianaDesigner} | R Documentation |
Simulation-based event prediction in trials with an event-driven design
Description
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.
Usage
EventPred(parameters)
Arguments
parameters |
List of the trial design and other parameters. The required elements are defined below:
|
Value
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.