Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.1 KB

Build Status Documentation Downloads

NistBiom

An R package to display and analyze ROC curves.

This package is still heavily in development. The eventual goal is to improve transparancy with respect to how NIST assesses accuracy in some of its biometric evaluations. The code does not reflect how performance was assessed in past biometric evalutions. Once this code reaches a certain maturity level it will likely be transferred to the usnistgov group on GitHub (https://github.com/usnistgov).

For more information, see https://www.nist.gov/programs-projects/iris-exchange-irex-10-ongoing-evaluation-iris-recognition.

Help

Once the library is loaded with library(NistBiom), type ?NistBiom.

Getting started

For a quick example, try the following

Loading

library(NistBiom)

?example(plot.DET)