Description Details Author(s) References See Also Examples
This is a subset of dataList.Chakra.Web.orderd
The author made this dataset to validate the scheme of Bayes factor well works in our Bayesian FROC models
This dataset is made for validation that wheter Bayes factor well work which is a subset of data dataList.Chakra.Web.orderd
2 modalities of almost same AUC
3 Confidence levels
2 readers
If Bayes factor admit the null hypothesis that all modality are same, that is, 1-st and 2-nd modality of dataList.Chakra.Web.orderd
are same,
then, the Bayes factor well works.
Contents of dddddd
NL
= 142 (Number of Lesions)
NI
= 199 (Number of Images)#'
Contents:
Multiple readers and multiple modalities case, i.e., MRMC case
Issei Tsunoda tsunoda.issei1111@gmail.com
Example data of Jafroc software
Not dataList.Chakra.Web
But dataList.Chakra.Web.orderd
Not dd
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | #========================================================================================
# Show data by table
#========================================================================================
viewdata(ddddddd)
####1#### ####2#### ####3#### ####4#### ####5#### ####6#### ####7#### ####8#### ####9####
#========================================================================================
# make an object dddd from an object dataList.Chakra.Web.orderd
#========================================================================================
ddd <- data.frame(m=dataList.Chakra.Web.orderd$m,
q=dataList.Chakra.Web.orderd$q,
c=dataList.Chakra.Web.orderd$c,
h=dataList.Chakra.Web.orderd$h,
f=dataList.Chakra.Web.orderd$f
)
dddd <- ddd[ddd$q < 3,]
# The following code extract the first and the second modality from dd
dddd <- dddd[dddd$m < 3,] # Reduce the dataset ddd, i.e., dd
dddd <- dddd[dddd$c <4,]
ddd <- list(
m=dddd$m,
q=dddd$q,
c=dddd$c,
h=dddd$h,
f=dddd$f,
NL=142,
NI=199, # 2020 April 6
C=max(dddd$c),
M=max(dddd$m),
Q=max(dddd$q)
)
ddddddd <-ddd
# This dataset is made in 2019 July 6, for the aim of easy exihibition
# This dataset is very minimum, and it is easy to view
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.