Package: survregVB Title: Variational Bayesian Analysis of Survival Data Version: 0.0.2 Authors@R: c( person("Alison", "Zhang", , "alisonxzhang@gmail.com", role = c("aut", "cre")), person("Chengqian", "Xian", , "cxian3@uwo.ca", role = c("aut")) ) Description: Implements Bayesian inference in accelerated failure time (AFT) models for right-censored survival times assuming a log-logistic distribution. Details of the variational Bayes algorithms, with and without shared frailty, are described in Xian et al. (2024) and Xian et al. (2024) , respectively. URL: https://github.com/chengqianxian/survregVB License: MIT + file LICENSE | LGPL-2 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: stats, bayestestR, invgamma Suggests: knitr, rmarkdown, testthat (>= 3.0.0), survival Config/testthat/edition: 3 VignetteBuilder: knitr Depends: R (>= 3.5) LazyData: true Repository: https://chengqianxian.r-universe.dev Date/Publication: 2025-06-22 20:06:22 UTC RemoteUrl: https://github.com/chengqianxian/survregvb RemoteRef: HEAD RemoteSha: 85f5ebe5b323ea3b5e9f6ec55d30c723271e544e NeedsCompilation: no Packaged: 2026-07-22 04:50:47 UTC; root Author: Alison Zhang [aut, cre], Chengqian Xian [aut] Maintainer: Alison Zhang