Package: survstan Title: Fitting Survival Regression Models via 'Stan' Version: 0.1.0 Authors@R: c( person(given = "Fabio", family = "Demarqui", role = c("aut", "cre", "cph"), email = "fndemarqui@est.ufmg.br", comment = c(ORCID = "0000-0001-9236-1986")), person(given = "Andrew", family = "Johnson", role = "ctb") ) Description: Parametric survival regression models under the maximum likelihood approach via 'Stan'. Implemented regression models include accelerated failure time (AFT) models, proportional hazards (PH) models, proportional odds (PO) models, accelerated hazard (AH) models, Yang and Prentice (YP) models, and extended hazard (EH) models. Available baseline survival distributions include exponential, Weibull, log-normal, log-logistic, gamma, generalized gamma, rayleigh, Gompertz and fatigue (Birnbaum-Saunders) distributions. The baseline survival distribution can be further modeled using Bernstein polynomails' approximation of the baseline hazard function. References: Lawless (2002) ; Bennett (1982) ; Chen and Wang(2000) ; Demarqui and Mayrink (2021) . License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Biarch: true Depends: R (>= 3.4.0), survival Imports: actuar (>= 3.0.0), broom, doFuture, dplyr, extraDistr, foreach, future, generics, ggplot2, gridExtra, MASS, Matrix, methods, purrr, Rcpp (>= 0.12.0), RcppParallel (>= 5.0.1), Rdpack, rlang, rstan (>= 2.26.0), rstantools (>= 2.3.1), tibble, tidyr RdMacros: Rdpack LinkingTo: BH (>= 1.66.0), Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.3.0), RcppParallel (>= 5.0.1), rstan (>= 2.26.0), StanHeaders (>= 2.26.0) SystemRequirements: GNU make URL: https://github.com/fndemarqui/survstan, https://fndemarqui.github.io/survstan/ BugReports: https://github.com/fndemarqui/survstan/issues Suggests: broom.helpers, emmeans (>= 1.4.2), estimability, GGally, knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: make libicu-dev Repository: https://fndemarqui.r-universe.dev Date/Publication: 2025-11-17 17:19:31 UTC RemoteUrl: https://github.com/fndemarqui/survstan RemoteRef: HEAD RemoteSha: 806046121f4726c10e99fdf7f3fe442162024184 NeedsCompilation: yes Packaged: 2026-06-24 04:17:15 UTC; root Author: Fabio Demarqui [aut, cre, cph] (ORCID: ), Andrew Johnson [ctb] Maintainer: Fabio Demarqui