50% off: Unlimited data and AI learning.
The Learning Leader's Guide to AI Literacy

BayesianFROC (version 1.0.0)

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)
            plot_FPF_TPF_via_dataframe_with_split_factor(d)

####1#### ####2#### ####3#### ####4#### ####5#### ####6#### ####7#### ####8#### ####9####
#========================================================================================
#                       make a data of 2 modalities and 36 readers
#========================================================================================


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



            check_hit_is_less_than_NL(d)


         #   plot_FPF_and_TPF_from_a_dataset(d)
            plot_FPF_TPF_via_dataframe_with_split_factor(d)


#========================================================================================
#                       make a data of 2 modalities and 6 readers
#========================================================================================


            d<-  dataset_creator_by_specifying_only_M_Q(M=2,Q=6)



            check_hit_is_less_than_NL(d)


         #   plot_FPF_and_TPF_from_a_dataset(d)
            plot_FPF_TPF_via_dataframe_with_split_factor(d)


# }
# NOT RUN {
  # Stan runs
          fit_a_model_to(dataList = d,
                    seed_for_MCMC = 1234)

# }

Run the code above in your browser using DataLab