Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 405 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 405 Bytes

flexsurv-dev

The development repository for the flexsurv R package for parametric survival modelling.

Installation (stable CRAN version)

install.packages("flexsurv")

Installation (development version)

install.packages("devtools") # if devtools not already installed
devtools::install_github('chjackson/flexsurv-dev')