bhklab / wCI

Modified Concordance Index for pharmacological readout
2 stars 1 forks source link

wCI

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
  1. Download zip file from wCI github page. Unzip it and install

    devtools::install("wCI-master")
  2. Using install_github:

    devtools::install_github("bhklab/wCI")