roc: Receiver Operating Characteristic (ROC) object

Description Usage Arguments Details Value

Description

roc constructs and returns an object of class roc.

Usage

1
roc(formula, data, emp_info, fit_method, fit_info)

Arguments

formula

Formula specifying observation and forecast

data

optional; data frame which incorporates the variables named in formula. If data is not specified, roc searches for the variables specified in formula in .GlobalEnv.

method

Method specifies the type of ROC curve to be computed. Partial matching is supported and the following names are permitted "empirical" generates only the empirical ROC curve "bin2p" generates the classical 2-parameter binormal ROC model "bin3p" generates the 3-parameter binormal ROC model "beta2p" generate the 2-parameter beta ROC model "beta3p_v" generates the 3-parameter beta ROC model with a vertical straight edge at (0,0) "beta3p_h" generates the 3-parameter beta ROC model with a horizontal straight edge at (1,1) "beta4p" generates the 4-parameter beta ROC model

Details

TBD

Value

The output is an object of class roc which is a list containing the following components:

x TBD
y TBD

PeterVogel1991/betaROC documentation built on May 14, 2019, 4:01 a.m.