rstpm2: Generalized Survival Models

R implementation of generalized survival models, where g(S(t|x))=eta(t,x) for a link function g, survival S at time t with covariates x and a linear predictor eta(t,x). The main assumption is that the time effect(s) are smooth. For fully parametric models with natural splines, this re-implements Stata's 'stpm2' function, which are flexible parametric survival models developed by Royston and colleagues. We have extended the parametric models to include any smooth parametric smoothers for time. We have also extended the model to include any smooth penalized smoothers from the 'mgcv' package, using penalized likelihood. These models include left truncation, right censoring, interval censoring, gamma frailties and normal random effects. This also includes a smooth implementation of accelerated failure time models.

Version: 1.4.1
Depends: R (≥ 3.0.2), methods, survival, splines
Imports: graphics, Rcpp (≥ 0.10.2), numDeriv, stats, mgcv, bbmle (≥ 1.0.3), fastGHQuad
LinkingTo: Rcpp, RcppArmadillo
Suggests: RUnit, eha
Published: 2017-09-20
Author: Mark Clements [aut, cre], Xing-Rong Liu [aut], Paul Lambert [ctb]
Maintainer: Mark Clements <mark.clements at ki.se>
BugReports: http://github.com/mclements/rstpm2/issues
License: GPL-2 | GPL-3
URL: http://github.com/mclements/rstpm2
NeedsCompilation: yes
Materials: README
In views: Survival
CRAN checks: rstpm2 results

Downloads:

Reference manual: rstpm2.pdf
Vignettes: Introduction to the rstpm2 Package
Package source: rstpm2_1.4.1.tar.gz
Windows binaries: r-devel: rstpm2_1.4.1.zip, r-release: rstpm2_1.4.1.zip, r-oldrel: rstpm2_1.4.1.zip
OS X El Capitan binaries: r-release: rstpm2_1.4.1.tgz
OS X Mavericks binaries: r-oldrel: rstpm2_1.4.1.tgz
Old sources: rstpm2 archive

Reverse dependencies:

Reverse suggests: rsimsum

Linking:

Please use the canonical form https://CRAN.R-project.org/package=rstpm2 to link to this page.