Learn R Programming

BayesianFROC (version 1.0.0)

create_dataset: Creates a dataset

Description

Creates a dataset to apply the function fit_Bayesian_FROC .

Usage

create_dataset()

Arguments

Value

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

2019 Dec 12

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.

Examples

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


     create_dataset()


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

Run the code above in your browser using DataLab