Description Usage Arguments Value See Also Examples
View source: R/Simulation_Based_Calibration.R
It plot the emipirical FROC curves (not depicted the line).
1 2 3 4 5 | draw.CFP.CTP.from.dataList(
dataList,
ModifiedPoisson = FALSE,
new.imaging.device = TRUE
)
|
dataList |
A list, specifying an FROC data to be fitted a model. It consists of data of numbers of TPs, FPs, lesions, images. .In addition, if in case of mutiple readers or mutiple modalities, then modaity ID and reader ID are included also. The For the single reader and a single modality data, the
Using this object To make this R object
Before fitting a model,
we can confirm our dataset is correctly formulated
by using the function —————————————————————————————- A Single reader and a single modality (SRSC) case. —————————————————————————————- In a single reader and a single modality case (srsc),
The detail of these dataset, see the datasets endowed with this package.
'Note that the maximal number of confidence level, denoted by data Format: A single reader and a single modality case ——————————————————————————————————
————————————————————————————————— * false alarms = False Positives = FP * hits = True Positives = TP Note that in FROC data, all confidence level means present (diseased, lesion) case only, no confidence level indicating absent. Since each reader marks his suspicious location only if he thinks lesions are present, and marked positions generates the hits or false alarms, thus each confidence level represents that lesion is present. In the absent case, reader does not mark any locations and hence, the absent confidence level does not relate this dataset. So, if reader think it is no lesion, then in such case confidence level is not needed. Note that the first column of confidence level vector ————————————————————————————— Multiple readers and multiple modalities case, i.e., MRMC case ————————————————————————————— In case of multiple readers and multiple modalities, i.e., MRMC case,
in order to apply the function
Note that the maximal number of confidence level (denoted by the function Example data. Multiple readers and multiple modalities ( i.e., MRMC) —————————————————————————————————
————————————————————————————————— * false alarms = False Positives = FP * hits = True Positives = TP | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ModifiedPoisson |
Logical, that is If Similarly, If For more details, see the author's paper in which I explained per image and per lesion. (for details of models, see vignettes , now, it is omiited from this package, because the size of vignettes are large.) If \frac{F_1+F_2+F_3+F_4+F_5}{N_L}, \frac{F_2+F_3+F_4+F_5}{N_L}, \frac{F_3+F_4+F_5}{N_L}, \frac{F_4+F_5}{N_L}, \frac{F_5}{N_L}, where N_L is a number of lesions (signal). To emphasize its denominator N_L, we also call it the False Positive Fraction (FPF) per lesion. On the other hand, if \frac{F_1+F_2+F_3+F_4+F_5}{N_I}, \frac{F_2+F_3+F_4+F_5}{N_I}, \frac{F_3+F_4+F_5}{N_I}, \frac{F_4+F_5}{N_I}, \frac{F_5}{N_I}, where N_I is the number of images (trial). To emphasize its denominator N_I, we also call it the False Positive Fraction (FPF) per image. The model is fitted so that
the estimated FROC curve can be ragraded
as the expected pairs of FPF per image and TPF per lesion ( or as the expected pairs of FPF per image and TPF per lesion ( If On the other hand, if So,data of FPF and TPF are changed thus, a fitted model is also changed whether Revised 2019 Dec 8 Revised 2019 Nov 25 Revised 2019 August 28 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
new.imaging.device |
Logical: |
CFPs and CTPs
plot_FPF_and_TPF_from_a_dataset()
plot_FPF_TPF_via_dataframe_with_split_factor()
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.