This package includes mainly one function whose return value is available with another package as follows.
library(BayesianFROC);
library(tpfp);
#Suppose that object dataList is a return value of the function convertFromJafroc(), which can be used as follows.
<- convertFromJafroc(
dataList No.of.Modalities =5,
No.of.readers =4,
No.of.confidence.levels = 5
)
<- BayesianFROC::fit_Bayesian_FROC(dataList = dataList, ite = 111, summary = FALSE, cha = 1 ) f