
creates dataset
dataset_creator_by_specifying_only_M_Q(M = 2, Q = 15)
A positive integer, indicating number of modalities.
A positive integer, indicating number of readers.
An MRMC dataset.
# 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