fit_GUI_simple_from_apppp_file: Fit with GUI via Shiny

Description Usage Arguments Value Author(s) Examples

View source: R/fit_GUI_simple_from_apppp_file.R

Description

First, please execute, then user will understand what it 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

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

Author(s)

Issei Tsunoda

Examples

1
2
3
4
5
6
7
8
9
## 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_simple_from_apppp_file()

}### Only run examples in interactive R sessions

## End(Not run)#'

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