/usr/share/doc/r-cran-rocr/README is in r-cran-rocr 1.0-5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | Please support our work by citing the ROCR article in your publications:
------------------------------------------------------------------------
Sing T, Sander O, Beerenwinkel N, Lengauer T. [2005]
ROCR: visualizing classifier performance in R.
Bioinformatics 21(20):3940-1.
Free full text:
http://bioinformatics.oxfordjournals.org/content/21/20/3940.full
Getting started with ROCR:
--------------------------
* After installation (cf. file 'INSTALL'), and starting R,
load the package with 'library(ROCR)'.
* For a short overview of ROCR:
demo(ROCR)
* For an overview of ROCR's online help:
help(package=ROCR)
* ROCR help pages:
help(prediction)
help(performance)
help(plot.performance)
help('prediction-class')
help('performance-class')
* For more information, visit the ROCR website:
http://rocr.bioinf.mpi-sb.mpg.de
* Good luck!
|