Learn R Programming

BayesianFROC (version 0.4.0)

ROC_data_creator: Synthesize ROC data

Description

Synthesize ROC data

Usage

ROC_data_creator(
  Number_of_cases = 100,
  Number_of_non_cases = 100,
  prob_case = c(0.1, 0.2, 0.3, 0, 5),
  prob_non_case = c(0.4, 0.3, 0.2, 0, 1)
)

Arguments

Number_of_cases

Number_of_cases

Number_of_non_cases

Number_of_non_cases

prob_case

prob_case

prob_non_case

prob_non_case

Value

A list, indicatin ROC data