Learn R Programming

BayesianFROC (version 1.0.0)

validation.draw_srsc: Draw Curves for validation dataset

Description

drawing curves.

Red curve indicates an FROC curve of truth parameter.

Other curves are drawn using replicated estimates.

Usage

validation.draw_srsc(
  validation.data,
  mesh.for.drawing.curve = 11111,
  upper_y = 1,
  DrawFROCcurve = TRUE
)

Arguments

validation.data

This is a return value of the function validation.dataset_srsc.

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: TRUE of FALSE. Whether or not FROC curves are shown.

Value

NULL

Examples

Run this code
# NOT RUN {
# }
# 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)


# }
# NOT RUN {
# dottest
# }

Run the code above in your browser using DataLab