dataset_creator_new_version: Create a Dataset (version 2) Interactively

Description Usage Details Value Examples

View source: R/dataset_creator_new_version.R

Description

Create the Passing data to the function fit_Bayesian_FROC.

This is an interactive creator of dataset for FROC data.

Usage

1

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.

Value

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

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
## Only run examples in interactive R sessions
if (interactive()) {


     dataset_creator_new_version()


}### Only run examples in interactive R sessions

## End(Not run)
#'

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