Description Usage Arguments Value Examples
View source: R/summary_EAP_CI_srsc.R
EAP and CI
1 | summary_EAP_CI_srsc(StanS4class, dig = 5, summary = TRUE)
|
StanS4class |
An S4 object of class To be passed to |
dig |
digits of estimates. |
summary |
Logical: |
The estimates
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 31 32 33 | ## Not run:
#================The first example=======================================================
#1) Build the data for singler reader and single modality case.
dat <- list(c=c(3,2,1), #Confidence level
h=c(97,32,31), #Number of hits for each confidence level
f=c(1,14,74), #Number of false alarms for each confidence level
NL=259, #Number of lesions
NI=57, #Number of images
C=3) #Number of confidence level
# where, c denotes Confidence level,
# h denotes number of Hits for each confidence level,
# f denotes number of False alarms for each confidence level,
# NL denotes Number of Lesions,
# NI denotes Number of Images,
# 2) Fit the FROC model to the above data
fit <- BayesianFROC::fit_Bayesian_FROC(dat)
# 3) Extract estimates, that is posterior means and 95% credible intervals
estimates <- summary_EAP_CI_srsc( fit )
## End(Not run)# dottest
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.