AnalysisApp: Creation of a Shiny-based interface to perform an MCPMod...

View source: R/ShinyApps.r

AnalysisAppR 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


MCPModPack documentation built on May 31, 2023, 5:23 p.m.