-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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: