AnalysisApp | R Documentation |
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.
AnalysisApp()
Alex Dmitrienko <admitrienko@mediana.us>
MCPModAnalysis
, AnalysisReport
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.