Skip to content
renatovp edited this page Apr 16, 2020 · 9 revisions

The spsurv R package was designed to contribute with a flexible set of semi-parametric survival regression modelings, including proportional hazards (PH), proportional odds (PO), and accelerated failure time (AFT) models for right-censored data.

Install CRAN version:

install.packages("spsurv")

Install the developer version:

install.packages("devtools")

library(devtools)
install_github("rvpanaro/spsurv")

Useful links:

Clone this wiki locally