fit_GUI: Fit with GUI via Shiny

Description Usage Arguments Value Examples

View source: R/fit_GUI.R

Description

First, please execute, then user will understand what this fucking program is. This function is the one of the most important function in this package. I do not assume that the user is familiar with R script but FROC analysis. So, I made this function to provide the Graphical User Interface (GUI) for users. I hope it helps someone in the world.

Usage

1
fit_GUI(display.mode = FALSE)

Arguments

display.mode

Logical, passing to runApp. Default is FALSE corresponding to "normal", and if TRUE, then "showcase" which shows code. The author made this, but it did not work or ignored, that is, showcase did not work. Why???

Value

None

Examples

1
2
3
4
5
6
7
8
## Not run: 
## Only run examples in interactive R sessions
if (interactive()) {
 #No need to consider the variables, it is sufficient in  default values.
 #fit_GUI()
}### Only run examples in interactive R sessions

## End(Not run)#'

BayesianFROC documentation built on Jan. 23, 2022, 9:06 a.m.