create_dataset: Creates a dataset

Description Usage Details Value Examples

View source: R/create_dataset.R

Description

Creates a dataset to apply the function fit_Bayesian_FROC .

Usage

1

Details

This is an interactive creator of an FROC dataset. Using this return value, we can fit a FROC model to data by applying the function fit_Bayesian_FROC in this package.

To tell the truth, the author never use this function to create datset. So,... this function is not so good.

Value

A list of FROC data to which we fit a FROC model.

2019 Dec 12

Examples

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


     create_dataset()


}### Only run examples in interactive R sessions

## End(Not run)

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