https://github.com/cran/rstpm2
Revision 8d14fde8e3518f03e09499628ab20bd55c9bed39 authored by Mark Clements on 20 September 2017, 17:30:53 UTC, committed by cran-robot on 20 September 2017, 17:30:53 UTC
1 parent 13e45ea
Raw File
Tip revision: 8d14fde8e3518f03e09499628ab20bd55c9bed39 authored by Mark Clements on 20 September 2017, 17:30:53 UTC
version 1.4.1
Tip revision: 8d14fde
DESCRIPTION
Package: rstpm2
Type: Package
Title: Generalized Survival Models
Authors@R: c(person("Mark", "Clements", role = c("aut", "cre"),
		     email = "mark.clements@ki.se"),
	      person("Xing-Rong", "Liu", role = "aut",
		     email = "xingrong.liu@ki.se"),
	      person("Paul", "Lambert", role = "ctb", email="pl4@leicester.ac.uk"))
Version: 1.4.1
Date: 2017-09-20
Depends: R (>= 3.0.2), methods, survival, splines
Imports: graphics, Rcpp (>= 0.10.2), numDeriv, stats, mgcv, bbmle (>=
        1.0.3), fastGHQuad
Suggests: RUnit, eha
LinkingTo: Rcpp,RcppArmadillo
Author: Mark Clements [aut, cre], Xing-Rong Liu [aut], Paul Lambert [ctb]
Maintainer: Mark Clements <mark.clements@ki.se>
Description: 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.
URL: http://github.com/mclements/rstpm2
BugReports: http://github.com/mclements/rstpm2/issues
License: GPL-2 | GPL-3
LazyData: yes
NeedsCompilation: yes
Packaged: 2017-09-20 18:16:25 UTC; marcle
Repository: CRAN
Date/Publication: 2017-09-20 18:30:53 UTC
back to top