INSTALL.md

INSTALL

As long as this package is not in CRAN, installation may ba a hassle. Installation will depend on the operating system.

It is probaly easiest if you have R version 2.15 or a more recent version installed.

Operating systems that I like

This would include most Linux and Unix-like systems

sh mv master ROC.tar.gz ## where `master' is the name of the download R --vanilla CMD INSTALL ROC.tar.gz

Operating systems that I really do not like

This would be all sorts of versions of Windows

R --vanilla CMD INSTALL \\path\to\ROC.zip

Testing installation

Start R, and type

library(ROC)
example(plot.cond)

and hit a couple of times <return>. You should see a number of DET plots that correspond to some of the example data sets.



davidavdav/ROC documentation built on Sept. 8, 2023, 2:39 p.m.