Learn R Programming

BayesianFROC (version 0.2.1)

fit_GUI_Shiny_MRMC: Fit with GUI via Shiny (in case of MRMC case)

Description

Fit a hierarchical Bayesian model with GUI.

Revised 2019 Nov.

Usage

fit_GUI_Shiny_MRMC(DF = data.frame(m = as.integer(BayesianFROC::dd$m), q
  = as.integer(BayesianFROC::dd$q), c = as.integer(BayesianFROC::dd$c), h =
  as.integer(BayesianFROC::dd$h), f = as.integer(BayesianFROC::dd$f)),
  NL.max = 1111, NI.max = 1111, NL.initial = 142, NI.initial = 199,
  seed.initial.of.MCMC = 237410, MCMC.chains.max = 4)

Arguments

DF

A dataframe, cosisting of five vectors: reader ID, modality ID, confidence levels, hits, false alarms.

initial data to be fited

NL.max

max number of bins indicating the maximal number in which the number of lesions can move

NI.max

max number of bins indicating the maximal number in which the number of imagegs can move

NL.initial

Natural number indicating the initial number of lesions, Default value =142.

NI.initial

Natural number indicating the initial number of images, Default value =199.

seed.initial.of.MCMC

positive integers indicating the initial seed of MCMC sampling. Default is 1234.

MCMC.chains.max

max number of bins indicating number of MCMC chains

Value

None

Details

In what follows, we assume that our dataset has more than two readers or modalities, namely, our dataset is the MRMC case. By imaging methods, we mean such as MRI, CT, PET, etc.

Revised 2019 Nov 25.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {

#----------------------------------------------------------------------------------------
#            1)           Use the default User Interface
#----------------------------------------------------------------------------------------
#'

 #No need to consider the variables, it is sufficient in  default values.


 fit_GUI_Shiny()




#----------------------------------------------------------------------------------------
#            2)          use exsisting dataset, named dddddd
#----------------------------------------------------------------------------------------



 fit_GUI_Shiny_MRMC(DF=extract_data_frame_from_dataList_MRMC(dddddd))

#----------------------------------------------------------------------------------------
#            2)       data of  11 readers and a single modality
#----------------------------------------------------------------------------------------



  d <- dataset_creator_for_many_Readers(1,11)

  fit_GUI_Shiny_MRMC(DF=extract_data_frame_from_dataList_MRMC(d))





# }
# NOT RUN {
# }

Run the code above in your browser using DataLab