Description Usage Arguments Value Examples
View source: R/validation_error_srsc.R
drawing curves.
Red curve indicates an FROC curve of truth parameter.
Other curves are drawn using replicated estimates.
1 2 3 4 5 6 | validation.draw_srsc(
validation.data,
mesh.for.drawing.curve = 11111,
upper_y = 1,
DrawFROCcurve = TRUE
)
|
validation.data |
This is a return value of
the function |
mesh.for.drawing.curve |
A positive large integer, indicating number of dots drawing the curves, Default =10000. |
upper_y |
A non-negative real number. This is a upper bound for the axis of the vertical coordinate of FROC curve. |
DrawFROCcurve |
Logical: |
NULL
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 | ## Not run:
#--------------------------------------------------------------------------------------
# 1) Draw the curve for each replicated dataset
#--------------------------------------------------------------------------------------
datasets <- validation.dataset_srsc()
validation.draw_srsc(datasets)
#--------------------------------------------------------------------------------------
# 1) Draw the curve for each replicated dataset
#--------------------------------------------------------------------------------------
datasets <- validation.dataset_srsc(replicate.datset = 5)
validation.draw_srsc(datasets)
## End(Not run)# dottest
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.