AnalysisApp {MCPModPack} | R Documentation |
Creation of a Shiny-based interface to perform an MCPMod analysis of a dose-finding trial
Description
This function creates a Shiny-based graphical user interface to perform MCPMod-based analysis of a dose-finding trial. The application requires data sets with the dose and response information (comma-separated value file). The data set is required to include the dose
and resp
variables with a single record per patient. The first row of the file should contain the required variable names as follows: "dose","resp" (including the quotation marks and the comma). Subsequent rows should contain comma-separated values corresponding to the dose and response values for each patient (quotation marks are not required for the rows of data). See for example the normal
data set.
Usage
AnalysisApp()
Author(s)
Alex Dmitrienko <admitrienko@mediana.us>
See Also
MCPModAnalysis
, AnalysisReport
[Package MCPModPack version 0.5 Index]