roc: plot ROC curves

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

plot the ROC curves

Usage

1
2
roc(x,...)
getRoc(o,p,...)

Arguments

x

sdmModel object

o

a numeric vector including the observed values

p

a numeric vector including the predicted values

...

additional arguments

Details

roc generates the plots of roc curves, and getRoc generate the values of ROC

Value

an object of class matrix

Author(s)

Babak Naimi naimi.b@gmail.com

http://biogeoinformatics.org

References

#

See Also

#

Examples

1
#

sdmo documentation built on May 2, 2019, 5:47 p.m.

Related to roc in sdmo...