50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

BayesianFROC (version 0.2.1)

dataset_creator_by_specifying_only_M_Q: Creates dataset

Description

creates dataset

Usage

dataset_creator_by_specifying_only_M_Q(M = 2, Q = 15)

Arguments

M

A positive integer, indicating number of modalities.

Q

A positive integer, indicating number of readers.

Value

An MRMC dataset.

Examples

Run this code
# NOT RUN {
####1#### ####2#### ####3#### ####4#### ####5#### ####6#### ####7#### ####8#### ####9####
#----------------------------------------------------------------------------------------
#                       make a data of a single modality and 36 readers
#----------------------------------------------------------------------------------------


            d<-  dataset_creator_by_specifying_only_M_Q(M=1,Q=36)



            check_hit_is_less_than_NL(d)


            plot_FPF_and_TPF_from_a_dataset(d)



# }

Run the code above in your browser using DataLab