Description Usage Arguments Examples
Draw the FROC curves and AFROC curves for all specified modalities and readers.
1 2 3 4 5 6 | DrawCurves_MRMC(
StanS4class,
type_to_be_passed_into_plot = "p",
title = TRUE,
type = 1
)
|
StanS4class |
An S4 object of class To be passed to |
type_to_be_passed_into_plot |
"l" or "p". |
title |
Logical: |
type |
An integer, for the color of background and etc. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
fit <- fit_Bayesian_FROC(
dataList.Chakra.Web.orderd,
ite = 1111,
summary =FALSE
)
DrawCurves_MRMC(fit)
Close_all_graphic_devices() # 2020 August
## End(Not run)# dottest
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.