print.roc_curve {MRMCaov}R Documentation

Print ROC Objects

Description

Print ROC objects from the MRMCaov package.

Usage

## S3 method for class 'roc_curve'
print(x, n = 11, ...)

## S3 method for class 'roc_curves'
print(x, n_curves = 5, n = 11, ...)

Arguments

x

object to print.

n

number of ROC curve points to print.

...

arguments passed to other methods.

n_curves

number of ROC curves to print.

Value

Returns the printed object x.

Examples

curves <- with(VanDyke,
  roc_curves(truth, rating, groups = list(Test = treatment, Reader = reader))
)
print(curves)


[Package MRMCaov version 0.3.0 Index]