README.md

Recommended iroc package installation

source("https://raw.githubusercontent.com/liyistat/install_github_package/master/install_github.R");
install_github("liyistat/iroc")
library(iroc);

Install iroc package by devtools

install.packages(c("ROCR","pROC"));
devtools::install_github("liyistat/iroc");
library(iroc);

You can also install package dependencies by install_github

devtools::install_github("cran/ROCR");
devtools::install_github("cran/pROC");
devtools::install_github("liyistat/iroc");
library(iroc);

Reference

https://github.com/liyistat/iroc



liyistat/iroc documentation built on May 21, 2019, 7:33 a.m.