Modified Concordance Index for pharmacological readout
How to install: At present there are 2 ways to install: First, you will need devtools. Install devtools in R as:
install.packages("devtools")
library(devtools) #load library
Download zip file from wCI github page. Unzip it and install
devtools::install("wCI-master")
Using install_github:
devtools::install_github("bhklab/wCI")