powered by
Calculates centered pseudovalues using the jackknife
UtilPseudoValues(dataset, FOM = "wJAFROC")
The dataset to be analyzed, see RJafroc-package.
The figure of merit to be used in the calculation. The default is "wJAFROC". See UtilFigureOfMerit.
"wJAFROC"
An c(I, J, K) array containing the pseudovalues of the datasets.
c(I, J, K)
# NOT RUN { UtilPseudoValues(dataset02, FOM = "Wilcoxon")[1,1,1:10] UtilPseudoValues(dataset05)[1,1,1:10] # default FOM is wAFROC for this FROC dataset # }
Run the code above in your browser using DataLab