Learn R Programming

BayesianFROC (version 1.0.0)

dataset_creator_new_version: Create a Dataset (version 2) Interactively

Description

Create the Passing data to the function fit_Bayesian_FROC.

This is an interactive creator of dataset for FROC data.

Usage

dataset_creator_new_version()

Arguments

Value

A list representing FROC data, to build FROC fitted model object by fit_Bayesian_FROC().

Details

This provide the intaractive making of FROC dataset by using table to summarize hits and false alarm data.

Using this return value, you can build the FROC model for your data by applying the function fit_Bayesian_FROC() in this package.

Should carefully for the order of confidence levels.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
## Only run examples in interactive R sessions
if (interactive()) {


     dataset_creator_new_version()


}### Only run examples in interactive R sessions
# }
# NOT RUN {
#'

# }

Run the code above in your browser using DataLab