Package: HTLR Version: 1.0 Title: Bayesian Logistic Regression with Heavy-Tailed Priors Authors@R: c(person(given = "Longhai", family = "Li", role = c("aut"), email = "longhai@math.usask.ca", comment=c(ORCID="0000-0002-3074-8584")), person(given = "Steven", family = "Liu", role = c("aut", "cre"), email = "shinyu.lieu@gmail.com")) Description: Efficient Bayesian multinomial logistic regression based on heavy-tailed (hyper-LASSO, non-convex) priors. The posterior of coefficients and hyper-parameters is sampled with restricted Gibbs sampling for leveraging the high-dimensionality and Hamiltonian Monte Carlo for handling the high-correlation among coefficients. A detailed description of the method: Li and Yao (2018), Journal of Statistical Computation and Simulation, 88:14, 2827-2851, . License: GPL-3 URL: https://longhaisk.github.io/HTLR/ BugReports: https://github.com/longhaiSK/HTLR/issues Depends: R (>= 3.6.2) Suggests: ggplot2, corrplot, testthat, bayesplot, knitr, rmarkdown Imports: Rcpp (>= 1.0.0), BCBCSF, glmnet, magrittr LinkingTo: Rcpp (>= 1.0.0), RcppArmadillo NeedsCompilation: yes LazyData: true Encoding: UTF-8 RoxygenNote: 7.3.2 VignetteBuilder: knitr Repository: https://longhaisk.r-universe.dev Date/Publication: 2025-12-14 07:01:34 UTC RemoteUrl: https://github.com/longhaisk/htlr RemoteRef: HEAD RemoteSha: 0adb6f05e444b35634a944800bbde4813423032f Packaged: 2026-06-12 08:07:29 UTC; root Author: Longhai Li [aut] (ORCID: ), Steven Liu [aut, cre] Maintainer: Steven Liu