CSCNet

CRAN checks License: GPL (>= 3)

Flexible tools for fitting, tuning and obtaining absolute risk predictions from regularized cause-specific cox (CSC) models with elastic-net penalty.

Installation

You can install the latest version of CSCNet from CRAN and GitHub:

#CRAN

install.packages('CSCNet')

#GitHub

install.packages('devtools') #If you haven't installed it yet!

devtools::install_github('Shahin-Roshani/CSCNet')

CRAN page

Deployed GitHub page