Pith. sign in

REVIEW 3 major objections 6 minor 48 references

Bayesian models for survival data of clinical trials: Comparison of implementations using R software

T0 review · 3 major / 6 minor · reviewed 2026-08-14 · deepseek-v4-flash

Pith's one-line read This paper shows that Bayesian survival models in R, despite very different baseline-hazard priors and samplers, give hazard-ratio estimates close to the Cox maximum-likelihood value, plus probabilities the frequentist approach lacks.

desk verdict Useful practical map of Bayesian survival PH packages in R, but the 'close agreement' headline is under-supported by a single mock dataset and two unexplained outlier methods. read the letter →

arxiv 1908.06687 v3 pith:CBA7VNM5 submitted 2019-08-19 stat.CO stat.AP

classification stat.COstat.AP MSC 62F1562N0162P10
keywords BayesiansurvivalanalysisproportionalhazardsmodelclinicaltrialshazardratioRsoftwarepackagesMarkovchainMonteCarlobaselinepriorsposthoc
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper aims to establish that a post hoc Bayesian analysis of a randomized trial with a right-censored survival endpoint is practical in standard R software and stable across implementations: the choice of package changes the treatment-effect estimate only slightly. Fitting proportional-hazards models to a mock dataset resampled from the ALLOZITHRO trial, across packages that differ sharply in how they model the baseline hazard (parametric exponential or Weibull, piecewise exponential, transformed Bernstein polynomials, mixtures of Polya trees, splines) and in how they sample (JAGS, Stan, integrated nested Laplace approximation), the authors obtain posterior mean hazard ratios that converge on the frequentist maximum-likelihood estimate of HR = 1.44. With a few documented exceptions traced to time-partition defaults, these estimates cluster between 1.39 and 1.43 on the hazard-ratio scale. The payoff is that Bayesian survival reanalysis can be offered as a safe complement to the standard Cox analysis in trials, yielding probabilistic statements such as $\Pr(\mathrm{HR} > 1.5)$ that the frequentist approach cannot produce.

What carries the argument

The load-bearing object is the Cox proportional-hazards model $H(t \mid Z_i) = \exp(Z_i'\beta)\,H_0(t)$, with the treatment effect $\beta = \log(\mathrm{HR})$ as the parameter of interest and the baseline hazard $H_0$ (equivalently $S_0$ or $h_0$) left to be specified. The comparison is carried by how each implementation parameterizes $H_0$: fully parametric (exponential or Weibull), piecewise exponential with a time partition, or nonparametric through transformed Bernstein polynomial priors, mixtures of Polya trees, or splines on the log-hazard — always paired with a normal prior on $\beta$ whose variance ranges from 1 to $10^{10}$. For the partial Bayesian approach the machinery is instead a conjugate normal update, $\beta \mid y \sim N\big((\mu\sigma^2 + y\sigma_0^2)/(\sigma^2 + \sigma_0^2),\, \sigma^2\sigma_0^2/(\sigma^2 + \sigma_0^2)\big)$, which requires no sampling. Estimation otherwise proceeds by MCMC (JAGS or Stan) or by integrated nested Laplace approximation. The mechanism producing the paper's conclusion is that the likelihood dominates the prior on $\beta$: as long as that prior is flat or weakly informative, the posterior mean lands near the maximum-likelihood value no matter how the baseline hazard is modeled, and the one modeling choice that can genuinely move the estimate is the partition of the time axis in piecewise models.

What would settle it

Re-run the same set of R packages on trials with heavy censoring (around 70–80%), small event counts, or crossing survival curves that clearly violate the proportional-hazards assumption, and compare each posterior mean log hazard ratio with the Cox maximum-likelihood estimate. The paper's claim would be undercut if the inter-package spread widens materially beyond the range it reports (about 0.22 to 0.41, including the partition-shifted dynsurv estimate), or if a single default setting moves an estimate as much as dynsurv's time partition did (a shift of about 0.14 on the log scale).

Watch

Extended reading notes

Core claim

The paper's central claim, on its own terms, is that Bayesian proportional-hazards models for right-censored clinical-trial survival data can be implemented through various R packages, and these implementations — despite heterogeneity in the modeling of the baseline hazard, in the priors on the treatment effect, and in the estimation machinery — produce posterior mean estimates of the log hazard ratio that agree closely with the maximum-likelihood estimate of the semiparametric Cox model. On the ALLOZITHRO-derived example the frequentist estimate is $\log(\mathrm{HR}) = 0.366$, i.e. HR = 1.44 (95% CI 1.11 to 1.87). The parametric and piecewise-exponential implementations give posterior means between 0.345 and 0.362, the nonparametric-baseline implementations (transformed Bernstein polynomial or mixture of Polya trees priors) between 0.337 and 0.358, and the conjugate partial-Bayesian analysis between 0.332 and 0.351, corresponding to hazard ratios from 1.39 to 1.43. Three implementations fall outside that cluster: the dynsurv package's bayesCox function (0.260), rstanarm's M-spline model (0.289), and Murray et al.'s LRTP-spline model (0.223). The paper traces the dynsurv discrepancy to its default time partition built from observed failure times, and shows that re-parameterizing the partition to quantile-based or equally spaced intervals moves that estimate to about 0.40, toward the other methods. The authors conclude that Bayesian approaches can be used more routinely in survival trials, with the added value of probabilistic statements such as $\Pr(\mathrm{HR} > 1.5)$ that cannot be obtained from the frequentist analysis alone.

Load-bearing premise

The load-bearing premise, acknowledged by the authors in their Limitations paragraph ('results may be dependent on the dataset'), is that the single mock dataset resampled from the ALLOZITHRO trial represents typical right-censored trial data; if other censoring rates, event proportions, or departures from proportional hazards change how the packages behave, the close agreement between Bayesian and frequentist estimates may not transfer.

Editorial extensions

If this is right

  • A clinical team performing a post hoc Bayesian reanalysis of a randomized trial with a survival endpoint can use almost any of the reviewed R packages and expect a posterior mean hazard ratio within a few percent of the Cox maximum-likelihood estimate on the hazard-ratio scale.
  • Bayesian implementations add decision-relevant probabilistic statements — such as the posterior probability that the hazard ratio exceeds a threshold like 1.5 — that the frequentist analysis cannot supply, making their added value interpretive rather than a different point estimate.
  • In piecewise-exponential models the time partition is the parameterization that matters: default partitions built from observed failure times can shift the estimate (dynsurv moved from 0.260 to about 0.40), while quantile-based or equally spaced partitions bring it into line with the other methods.
  • The conjugate partial-Bayesian approach with skeptical and enthusiastic priors is a reliable and computation-free route to Bayesian estimates under proportional hazards, which supports its use as a simple default for trial reanalysis.
  • If the agreement generalizes, Bayesian analysis of survival endpoints can become a standard complement to the primary frequentist analysis of confirmatory trials, converting a hazard-ratio estimate into directly usable probability statements for clinicians and policymakers.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • An implication the paper leaves implicit: its own Table 3 shows that the quantities that justify Bayesian analysis, posterior probabilities such as $\Pr(\mathrm{HR} > 1.5)$, vary much more across implementations (from about 0.08 to 0.38) than the hazard-ratio point estimates do, so the choice of package matters more for the probabilistic statements than for the effect estimate.
  • Because the posterior mean was insensitive to prior variance from 1 up to $10^{10}$, the agreement plausibly extends to other weakly informative priors; it says nothing about informative priors that conflict with the data, which would be the natural test of where the agreement breaks.
  • A testable extension is to run the same comparison on trials with non-proportional hazards or heavy censoring, since the paper's conclusion that implementation choice barely matters would be expected to fail exactly where the Cox model itself is a poor summary of the data.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 6 minor

Summary. The paper compares Bayesian implementations of proportional hazards survival models available in R, applied to a bootstrap-resampled mock dataset derived from the ALLOZITHRO trial (465 patients, 231 events, Cox log-HR estimate 0.366). The authors review partial-Bayesian conjugate analyses and fully Bayesian parametric, piecewise exponential, and nonparametric baseline models implemented in SemiCompRisks, INLA, survHE, rstanarm, dynsurv, spBayesSurv, and the Murray et al. (2016) spline function. They report posterior mean log-HR estimates mostly in the range 0.34 to 0.36, with exceptions for dynsurv's bayesCox (0.260), Murray et al.'s LRTP splines (0.223), and rstanarm M-splines (0.289), and they provide MCMC diagnostics and a sensitivity analysis with homogenized MCMC parameters. The paper concludes that Bayesian PH models in R provide results in close agreement with maximum likelihood estimates and enable probabilistic statements not otherwise available.

Significance. If the central claim holds, the paper provides useful practical guidance for clinical trialists who want to perform post hoc Bayesian analyses of survival endpoints. The implementation is careful in several respects: convergence diagnostics are reported for every MCMC run, a sensitivity analysis with optimized sampling parameters is included, and the package-by-package parameterization is documented in detail. The paper also honestly identifies the dataset dependence as a limitation. However, the evidence base is a single mock dataset, two of the implementations produce estimates that are not in close agreement, and the mechanisms behind those discrepancies are not explained. The useful comparative material is therefore accompanied by a generalizability claim that is currently under-supported.

major comments (3)
  1. [Section 3, Limitations] The central claim of close agreement between Bayesian implementations and the Cox MLE rests on a single bootstrap-resampled dataset derived from the ALLOZITHRO trial. The authors acknowledge in the Limitations that 'results may be dependent on the dataset,' but the abstract and conclusion state the agreement without that caveat. Since two of the implementations (dynsurv bayesCox and Murray et al. LRTP splines) already deviate substantially on this dataset, a simulation study varying event rates, censoring proportions, and the degree of PH violation, or a second real-data case study, is needed before the headline guidance can be considered generalizable. Without such evidence, the claim that Bayesian PH models 'providing results in close agreement with the maximum likelihood estimates' is too strong for the presented support.
  2. [Table 2 and Table 3] There is a direct inconsistency between the reported estimand and the package output. Table 2 states that SemiCompRisks' BayesSurv_HReg() 'reports posterior median estimates (not mean),' yet Table 3, Figure 2, and the abstract present all results under the heading 'Mean logHR.' The SemiCompRisks Weibull and PEM entries are therefore likely posterior medians rather than means, which compromises the comparison of posterior means that is the paper's central quantity. The authors should either compute posterior means from the MCMC samples or clearly relabel these entries as medians throughout, and the abstract's 'posterior mean hazard ratio' wording would then need adjustment.
  3. [Section 3.2 and Discussion] The exceptions to the agreement claim are not explained mechanistically. The dynsurv default partition moves the log-HR estimate from 0.260 to 0.406 when the partition is changed (Discussion), and Table 2 notes that dynsurv's default MCMC output includes burn-in iterations; the authors attribute the deviation only to the larger number of intervals without testing whether the untrimmed MCMC output contributes. Similarly, the Murray et al. LRTP spline estimate of 0.223 with a 95% CrI covering zero is reported without an explanation of whether the discrepancy reflects the spline prior, the partition choice, or the time rescaling mentioned in the Discussion. Because the paper's purpose is to guide implementation choices, unexplained variability driven by implementation details in exactly these methods is a load-bearing gap.
minor comments (6)
  1. [Section 3.2] The function name 'indepdtCoxph()' is a typo; the correct spBayesSurv function is 'indeptCoxph()', and Figure 2 uses the lower-case label 'indeptcoxph'. Please standardize.
  2. [Figure 3 caption] The caption of Figure 3 says the middle and right panels refer to an exponential model via survHE/Stan and an MPT prior, respectively, but the plotted middle panel is labeled 'SemiCompRisks PEM' and the right panel 'MPT - Weibull'. The caption does not match the figure content.
  3. [Section 2.1] The text says 'The pnorm() and pqnorm() functions in R enable...' but the second function should be qnorm(); pnorm and qnorm are the relevant functions for the posterior probability and quantile computations described.
  4. [Table 1 and Section 3.2] The SemiCompRisks prior is listed in Table 1 as 'β ∝ 1', which is an improper flat prior, while Section 3.2 describes it as 'uniform with mean zero'; this wording conflates an improper prior with a proper uniform distribution and should be corrected.
  5. [Figure 5 caption] The caption refers to 'survreg2(..., survmodel="PH", ...)', but the function name in the package is survregbayes2(); please correct the caption.
  6. [Section 2.2.1] The name 'Kalbfleish' is a typo for Kalbfleisch, matching reference 21; please correct the spelling.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: Bayesian posterior estimates are computed from the data with stated priors, while the Cox MLE serves as an external benchmark rather than as a fitted input.

full rationale

The paper's central comparison is between posterior means from several R package implementations and the Cox MLE. The MLE (log HR = 0.366) is used as a reference value, not as an input to the fully Bayesian models; those models use the raw event times and censoring indicators, with priors stated in Table 1 and Section 2.2. Their agreement with the MLE is an empirical finding and is not forced by construction. The partial Bayesian approach in Section 2.1 does use the MLE y as the sufficient statistic in a conjugate normal update, so its posterior mean is a weighted average of y and the prior mean; the paper reports this transparently (Section 3.1) and does not present this method as an independent package-based validation. The enthusiastic prior is based on the trial protocol's hypothesized benefit, not on the observed data. The ALLOZITHRO trial citation supplies the case-study data rather than any load-bearing analytical conclusion. All model definitions, prior densities, and estimation details are given, and no parameter is fitted to a subset of data and then renamed as a prediction. The acknowledged dependence of results on the chosen dataset is a generalizability limitation, not a circularity. The derivation chain is therefore self-contained and the comparison is meaningful.

Assumptions & free parameters 2 free parameters · 4 assumptions · 0 invented entities

The paper introduces no new statistical entities. It relies on standard Bayesian machinery, package default priors, and clinical trial protocol inputs. The only hand-chosen parameters are the illustrative priors in the Spiegelhalter conjugate analysis.

free parameters (2)
  • Enthusiastic prior mean for log HR in conjugate analysis = -0.45
    Set to log(0.64), corresponding to the protocol's assumed 15% benefit over control; chosen by hand, not estimated from data.
  • Prior implicit sample size n0 for conjugate analysis = 10
    Chosen using the Schoenfeld-based formula to set sigma0 = 0.63; a subjective input to the illustrative Spiegelhalter analysis.
assumptions (4)
  • domain assumption Cox proportional hazards assumption holds for the trial data
    Invoked throughout; tested with Grambsch-Therneau test (P=0.60), but some departure is suspected in Figure 1.
  • domain assumption Independent (non-informative) censoring
    Standard assumption in survival analysis; not explicitly discussed in the paper.
  • domain assumption MCMC samples approximate the posterior distribution
    The paper reports diagnostics (R-hat, effective sample size) for assessed models, but convergence is not guaranteed for all default settings.
  • standard math Bayes theorem and normal-normal conjugacy
    Used in Section 2.1 for the partial Bayesian approach.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Bayesian models for survival data of clinical trials: Comparison of implementations using R software." pith.science (2026). https://pith.science/paper/CBA7VNM5

@misc{pith2026190806687,
  author       = {Pith},
  title        = {Pith review of: Bayesian models for survival data of clinical trials: Comparison of implementations using R software},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/CBA7VNM5}},
  note         = {Machine review of arXiv:1908.06687}
}
read the original abstract

Objective: To provide guidance for the use of the main functions available in R for performing post hoc Bayesian analysis of a randomized clinical trial with a survival endpoint using proportional hazard models. Study Design and Setting: Data derived from the ALLOZITHRO trial, conducted with 465 patients after allograft to prevent pulmonary complications and allocated between azithromycin and placebo; airflow decline-free survival at 2 years after randomization was the main endpoint. Results: Despite heterogeneity in modeling assumptions, in particular for the baseline hazard (parametric or nonparametric), and in estimation methods, Bayesian posterior mean hazard ratio (HR) estimates of azithromycin effect were close to those obtained by the maximum likelihood approach. Conclusion: Bayesian models can be implemented using various R packages, providing results in close agreement with the maximum likelihood estimates. These models provide probabilistic statements that could not be obtained otherwise.

Figures

Figures reproduced from arXiv: 1908.06687 by the authors.

Figure 1
Figure 1. Estimated Kaplan-Meier AFD-survival according to randomization We then applied the Bayesian approaches described above. Estimates of the posterior log(HR) throughout the different approaches, with their default parameterization (see details in Supplementary material, table S1), are summarized in [PITH_FULL_IMAGE:figures/full_fig_p006_1.png] view at source ↗
Figure 2
Figure 2. ALLOZITHRO Trial: Forest plot of log(HR) posterior estimates by type of model and R function, using default parameterization. Black squares represent the posterior mean of log(HR) and segments the 95% credibility interval for Bayesian methods, the maximum likelihood point estimate and 95% confidence interval for frequentist methods. ? function{package} or reference publication −2 −1 0 1 2 0 1 2 3 4 Skeptical prior E… view at source ↗
Figure 3
Figure 3. Bayesian posterior distribution of the log hazard ratio (log(HR)) - Left panel refers to the non-fully Bayesian approach with skeptical or enthusiastic priors for log HR. The middle and right panels refer to fully Bayesian semiparametric PH models, with normal prior for log(HR) and either an exponential distribution, estimated with Stan-Hamiltonian Monte Carlo approach via the package survHE (middle plot) or a mixtu… view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: Convergence diagnostics in MCMC with default parameterization (1/2): from top to bottom, SemiCompRisks package’s functions BayesSurv_HReg(..., model="Weibull"), BayesSurv_HReg(..., model=’PEM’), survHE package’s functions fit.models(..., method="hmc", distr="exponentia…
Figure 5
Figure 5. Figure 5: Convergence diagnostics in MCMC with default parameterization (2/2): dynsurv package function bayesCox(..., model = "TimeIndep"), spBayesSurv package, from top to bottom, functions indeptCoxph(), survreg(..., survmodel="PH", dist="weibull"), survreg(..., survmodel="PH"…
Figure 6
Figure 6. Figure 6: Convergence diagnostics in sensitivity analysis for optimized MCMC: from top to bottom, SemiCompRisks package’s functions BayesSurv_HReg(..., model="Weibull"), BayesSurv_HReg(..., model="PEM"), survHE package’s functions fit.models(..., method="hmc", distr="exponential…
Figure 7
Figure 7. Figure 7: Convergence diagnostics in sensitivity analysis for optimized MCMC: spBayesSurv package, from top to bottom, functions indeptCoxph(), survreg(..., survmodel="PH", dist="weibull"), survreg(..., survmodel="PH", dist="loglogistic"), survreg(..., survmodel="PH", dist="logn…
Figure 8
Figure 8. Figure 8: ALLOZITHRO Trial: Forest plot of log(HR) posterior estimates by type of model and R function, using default parameterization (black squares and segments) or optimized MCMC parameterization (surperimposed gray squares and segments). Squares represent the posterior mean …

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

48 extracted references · 38 canonical work pages

  1. [1]

    N., Austin, P

    Wijeysundera, D. N., Austin, P. C., Hux, J. E., Beattie, W. S. & Laupacis, A. Bayesian statistical inference enhances the interpretation of contemporary randomized controlled trials. J. Clin. Epidemiol. 62, 13–21, DOI: 10.1016/j.jclinepi.2008. 07.006 (2009)

  2. [2]

    Lewis, R. J. & Angus, D. C. Time for clinicians to embrace their inner Bayesian? Reanalysis of results of a clinical trial of extracorporeal membrane oxygenation. J Am Med Assoc 320, 2208–2210, DOI: 10.1001/jama.2018.16916 (2018)

  3. [3]

    Ruberg, S. J. et al. Inference and decision making for 21st-century drug development and approval. The Am. Stat. 73, 319–327, DOI: 10.1080/00031305.2019.1566091 (2019)

  4. [4]

    & Berry, D

    Biswas, S., Liu, D., Lee, J. & Berry, D. Bayesian clinical trials at the University of Texas M. D. Anderson Cancer Center. Clin Trials 6, 205–216, DOI: 10.1177/1740774509104992 (2009)

  5. [5]

    Goligher, E. et al. Extracorporeal membrane oxygenation for severe acute respiratory distress syndrome and posterior probability of mortality benefit in a post hoc Bayesian analysis of a randomized clinial trial. J Am Med Assoc 320, 2251–2259, DOI: 10.1001/jama.2018.14276 (2018)

  6. [6]

    & Sinha, D

    Ibrahim, J., Chen, M. & Sinha, D. Bayesian survival analysis (Springer, 2001)

  7. [7]

    & Hampson, L

    Brard, C., Le Teuff, G., Le Deley, M. & Hampson, L. Bayesian survival analysis in clinical trials: What methods are used in practice? Clin Trials 14, 78–87, DOI: 10.1177/1740774516673362 (2016)

  8. [8]

    P., Klugkist, I., Janssen, K

    Rietbergen, C., Debray, T. P., Klugkist, I., Janssen, K. J. & Moons, K. G. Reporting of Bayesian analysis in epidemiologic research should become more transparent. J. Clin. Epidemiol. 86, 51–58.e2, DOI: 10.1016/j.jclinepi.2017.04.008 (2017)

Show all 48 references
  1. [9]

    Bergeron, A. et al. Effect of Azithromycin on Airflow Decline–Free Survival After Allogeneic Hematopoietic Stem Cell Transplant: The ALLOZITHRO Randomized Clinical Trial. JAMA 318, 557–566, DOI: 10.1001/jama.2017.9938 (2017)

  2. [10]

    Incorporating Bayesian ideas into health-care evaluation

    Spiegelhalter, D. Incorporating Bayesian ideas into health-care evaluation. Stat. Sci. 19, 156–174 (2004)

  3. [11]

    Tsiatis, A. A. The asymptotic joint distribution of the efficient scores test for the proportional hazards model calculated over time. Biometrika 68, 311–315 (1981)

  4. [12]

    & Parmar, M

    Spiegelhalter, D., Freedman, L. & Parmar, M. Bayesian approaches to randomized trials. J. Royal Stat. Soc. Ser. A 157, 357–416 (1994)

  5. [13]

    & Best, N

    Spiegelhalter, D., Thomas, A. & Best, N. WinBUGS Version 1.2 User Manual(MRC Biostatistics Unit, 1999)

  6. [14]

    JAGS Version 4.3.0 user manual(2017)

    Plummer, M. JAGS Version 4.3.0 user manual(2017). 10/21

  7. [15]

    Carpenter, B. et al. Stan: A probabilistic programming language. J. Stat. Softw. 76, DOI: 10.18637/jss.v076.i01 (2017)

  8. [16]

    & Chopin, N

    Rue, H., Martino, S. & Chopin, N. Approximate bayesian inference for latent gaussian models by using integrated nested laplace approximations. J. Royal Stat. Soc. Ser. B (Statistical Methodol. 71, 319–392, DOI: 10.1111/j.1467-9868.2008. 00700.x (2009)

  9. [17]

    & Yan, J

    Wang, X., Chen, M. & Yan, J. Bayesian dynamic regression models for interval censored survival data with application to children dental health. Lifetime data analysis 19, 297–316, DOI: 10.1007/s10985-013-9246-8 (2013)

  10. [18]

    & Zhang, J

    Zhou, H., Hanson, T. & Zhang, J. spBayesSurv: Fitting Bayesian spatial survival models using R. arXiv 1705.04584 (2018)

  11. [19]

    survHE: Survival analysis in health economic evaluation

    Baio, G. survHE: Survival analysis in health economic evaluation. https://CRAN.R-project.org/package=survHE (2018). R package version 1.0.64

  12. [20]

    H., Lee, C., Alvares, D

    Lee, K. H., Lee, C., Alvares, D. & Haneuse, S.SemiCompRisks: Hierarchical models for parametric and semi-parametric analyses of semi-competing risks data (2019). R package version 3.3

  13. [21]

    Non-parametric Bayesian analysis of survival time data

    Kalbfleisch, J. Non-parametric Bayesian analysis of survival time data. J. Royal Stat. Soc. Ser. B 40, 214–241 (1978)

  14. [22]

    K., Ture, M

    Omurlu, I. K., Ture, M. & Ozdamar, K. Bayesian analysis of parametric survival models: A computer simulation study based informative priors. J. Stat. Manag. Syst. 18, 405–423, DOI: 10.1080/09720510.2014.961763 (2015)

  15. [23]

    & Errington, D

    Abrams, K., Ashby, D. & Errington, D. A Bayesian approach to Weibull survival models? application to a cancer clinical trial. Lifetime Data Analysis 2, 159–174, DOI: 10.1007/bf00128573 (1996)

  16. [24]

    & Ture, M

    Omurlu, I., Ozdamar, K. & Ture, M. Comparison of Bayesian survival analysis and Cox regression analysis in simulated and breast cancer data sets. Expert. systems with applications 36, 11341–11346, DOI: 10.1016/j.eswa.2009.03.058 (2009)

  17. [25]

    & Mallick, B

    Walker, S. & Mallick, B. A bayesian semiparametric accelerated failure time model. Biometrics 55, 477–483 (1999)

  18. [26]

    & Johnson, W

    Hanson, T. & Johnson, W. O. Inference for mixtures of finite Polya tree models. J. Am. Stat. Assoc. 101, 1548–1565, DOI: 10.1198/016214506000000384 (2006)

  19. [27]

    Zhao, L., Hanson, T. E. & Carlin, B. P. Mixtures of Polya trees for flexible spatial frailty survival modelling. Biometrika 96, 263–276, DOI: 10.1093/biomet/asp014 (2009)

  20. [28]

    & Hanson, T

    Zhao, L. & Hanson, T. E. Spatially dependent Polya tree modeling for survival data. Biometrics 67, 391–403, DOI: 10.1111/j.1541-0420.2010.01468.x (2011)

  21. [29]

    A., Hobbs, B

    Murray, T. A., Hobbs, B. P., Sargent, D. J. & Carlin, B. P. Flexible Bayesian survival modeling with semiparametric time-dependent and shape-restricted covariate effects. Bayesian Analysis 11, 381–402, DOI: 10.1214/15-BA954 (2016)

  22. [30]

    & Parmar, M

    Royston, P. & Parmar, M. K. B. Flexible parametric proportional-hazards and proportional-odds models for censored survival data, with application to prognostic modelling and estimation of treatment effects. Stat. Medicine 21, 2175–2197, DOI: 10.1002/sim.1203 (2002)

  23. [31]

    Grambsch, P. M. & Therneau, T. M. Proportional hazards tests and diagnostics based on weighted residuals. Biometrika 81, 515–526, DOI: 10.1093/biomet/81.3.515 (1994)

  24. [32]

    Moatti, M. et al. Modeling of experts’ divergent prior beliefs for a sequential phase III clinical trial. Clin Trials 10, 505–514, DOI: 10.1177/1740774513493528 (2013)

  25. [33]

    J., Best, N

    Spiegelhalter, D. J., Best, N. G., Carlin, B. P. & Van Der Linde, A. Bayesian measures of model complexity and fit. J. Royal Stat. Soc. Ser. B (Statistical Methodol. 64, 583–639, DOI: 10.1111/1467-9868.00353 (2002)

  26. [34]

    & Gelman, A

    Gabry, J., Simpson, D., Vehtari, A., Betancourt, M. & Gelman, A. Visualization in Bayesian workflow. J. Royal Stat. Soc. Ser. A (Statistics Soc. 182, 389–402, DOI: 10.1111/rssa.12378 (2019)

  27. [35]

    Smith, B. J. boa: An r package for MCMC output convergence assessment and posterior inference. J. Stat. Softw. 21, 1–37, DOI: 10.18637/jss.v021.i11 (2007)

  28. [36]

    & Vines, K

    Plummer, M., Best, N., Cowles, K. & Vines, K. coda: Convergence diagnosis and output analysis for MCMC. R News 6, 7–11 (2006)

  29. [37]

    & Zhang, Z

    Lin, X., Cai, B., Wang, L. & Zhang, Z. A Bayesian proportional hazards model for general interval-censored data. Lifetime Data Analysis 21, 470–490, DOI: 10.1007/s10985-014-9305-9 (2015)

  30. [38]

    & Lin, X

    Pan, C., Cai, B., Wang, L. & Lin, X. ICBayes: Bayesian semiparametric models for interval-censored data (2017). R package version 1.1. 11/21

  31. [39]

    & Rosner, G

    De Iorio, M., Johnson, W., Muller, P. & Rosner, G. Bayesian nonparametric non-proportional hazards survival modelling. Biometrics 65, 762–771, DOI: 10.1111/1467-9868.00173 (2009)

  32. [40]

    & Andersson, B

    Xu, Y ., Thall, P., Hua, W. & Andersson, B. Bayesian non-parametric survival regression for optimizing precision dosing of intravenous busulfan in allogeneic stem cell transplantation. J. Royal Stat. Soc. Appl. Stat. Ser. C 68, 809–828, DOI: 10.1111/rssc.12331 (2019)

  33. [41]

    & Xu, Y .DDPGPSurv (2018)

    Hua, W. & Xu, Y .DDPGPSurv (2018). R package version 1.0

  34. [42]

    Mangili, F., Benavoli, A., de Campos, C. P. & Zaffalon, M. Reliable survival analysis based on the Dirichlet process. Biom. J. 57, 1002–1019, DOI: 10.1002/bimj.201500062 (2015)

  35. [43]

    M., Schoenfeld, J

    Alexander, B. M., Schoenfeld, J. D. & Trippa, L. Hazards of hazard ratios—deviations from model assumptions in immunotherapy. New Engl. J. Medicine 378, 1158–1159, DOI: 10.1056/NEJMc1716612 (2018)

  36. [44]

    S., Salomaa, V

    Peltola, T., Havulinna, A. S., Salomaa, V . & Vehtari, A. Hierarchical Bayesian survival analysis and projective covariate selection in cardiovascular event risk prediction. In Proceedings of the Eleventh UAI Conference on Bayesian Modeling Applications Workshop - Volume 1218,...

  37. [45]

    & Wolfe, R

    Brilleman, S., Crowther, M., Moreno-Betancur, M., Buros Novik, J. & Wolfe, R. Joint longitudinal and time-to-event models via Stan. (2018). StanCon 2018. 10-12 Jan 2018. Pacific Grove, CA, USA

  38. [46]

    & Brilleman, S

    Goodrich, B., Gabry, J., Ali, I. & Brilleman, S. rstanarm: Bayesian applied regression modeling via Stan. (2018). R package version 2.17.4

  39. [47]

    Bayesian analysis using the PHREG procedure

    SAS. Bayesian analysis using the PHREG procedure. https://support.sas.com/rnd/app/Bayesian/PHREG.html (2019). Accessed: 2019-05-27

  40. [48]

    Weibull"), BayesSurv_HReg(..., model=’PEM’), survHE package’s functions fit.models(..., method=

    STATA 15. Bayesian parametric survival models. https://www.stata.com/new-in-stata/ bayesian-parametric-survival-models/ (2019). Accessed: 2019-05-27. 12/21 5 Supplementary data 5.1 Default MCMC parameterizations We initially applied the available R packages and functions using...

Pith tools

Reviewed August 14, 2026 · model on record in the stance chip above.