Description Usage Arguments Details Value Examples
prints a modality ranking according to their AUCs.
1 |
StanS4class |
An S4 object of class To be passed to |
digits |
To be passed to |
simple |
Logical, @export |
This is a ranking. Sort a data-frame involving AUC and corresponding modality IDs.
A data-frame, representing sorted ranking of modality ID and its AUC. Revised 2019 Sept 9
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | ## Not run:
#========================================================================================
# 1) Fit a model to an MRMC data-set named dd
#========================================================================================
fit <- fit_Bayesian_FROC(
ite = 1111,
summary = FALSE,
cha = 1,
dataList = dd
)
#========================================================================================
# 2) Sort the AUC and make a ranking table
#========================================================================================
sortAUC(fit)
# Then, a ranking table will appear.
# Reviesed 2019 Sept 9
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.