EventPredApp {MedianaDesigner} | R Documentation |
Graphical user interface for event prediction in trials with an event-driven design
Description
This function creates a web application with a Shiny-based graphical user interface to facilitate the process of event forecasting in a Phase II or Phase III clinical trial with an event-driven design. The application supports the same functionality as the EventPred
function. For an example of the function call, see EventPredExample.
This application prompts the user to upload a data set in a CSV (comma-separated values) format with blinded patient enrollment, event and patient dropout data. The data set is required to include four variables (enrollment
, time
, event
and dropout
) with a single record per patient, see for example the EventPredData
data set.
Usage
EventPredApp()
Arguments
No arguments
Value
No return value, called for side effects
See Also
[Package MedianaDesigner version 0.13 Index]