Found 2999 packages in 0.02 seconds
Utilising Normalisation Constant Optimisation via Edge Removal (UNCOVER)
Model data with a suspected clustering structure (either in
co-variate space, regression space or both) using a Bayesian product model
with a logistic regression likelihood. Observations are represented
graphically and clusters are formed through various edge removals or
additions. Cluster quality is assessed through the log Bayesian evidence of
the overall model, which is estimated using either a Sequential Monte Carlo
sampler or a suitable transformation of the Bayesian Information Criterion
as a fast approximation of the former. The internal Iterated Batch
Importance Sampling scheme (Chopin (2002
Contrast-Based Bayesian Network Meta Analysis
A function that facilitates fitting three types of models
for contrast-based Bayesian Network Meta Analysis. The first model is that which
is described in Lu and Ades (2006)
Bayesian Variable Selection and Model Averaging using Bayesian Adaptive Sampling
Package for Bayesian Variable Selection and Model Averaging
in linear models and generalized linear models using stochastic or
deterministic sampling without replacement from posterior
distributions. Prior distributions on coefficients are
from Zellner's g-prior or mixtures of g-priors
corresponding to the Zellner-Siow Cauchy Priors or the
mixture of g-priors from Liang et al (2008)
Bayesian Penalized Quantile Regression
Bayesian regularized quantile regression utilizing two major classes of shrinkage priors
(the spike-and-slab priors and the horseshoe family of priors) leads to efficient Bayesian
shrinkage estimation, variable selection and valid statistical inference. In this package,
we have implemented robust Bayesian variable selection with spike-and-slab priors under
high-dimensional linear regression models (Fan et al. (2024)
Additive Model for Ordinal Data using Laplace P-Splines
Additive proportional odds model for ordinal data using Laplace P-splines. The combination of Laplace approximations and P-splines enable fast and flexible inference in a Bayesian framework. Specific approximations are proposed to account for the asymmetry in the marginal posterior distributions of non-penalized parameters. For more details, see Lambert and Gressani (2023)
Multivariate (Dynamic) Generalized Additive Models
Fit Bayesian Dynamic Generalized Additive Models to multivariate observations. Users can build nonlinear State-Space models that can incorporate semiparametric effects in observation and process components, using a wide range of observation families. Estimation is performed using Markov Chain Monte Carlo with Hamiltonian Monte Carlo in the software 'Stan'. References: Clark & Wells (2023)
Bayesian Distributed Lag Model Fitting for Binary and Count Response Data
Tools for fitting Bayesian Distributed Lag Models (DLMs) to longitudinal response data that is a count or binary. Count data is fit using negative binomial regression and binary is fit using quantile regression. The contribution of the lags are fit via b-splines. In addition, infers the predictor inclusion uncertainty. Multimomial models are not supported. Based on Dempsey and Wyse (2025)
A Shiny Application for End-to-End Bayesian Decision Network Analysis and Web-Deployment
A Shiny application for learning Bayesian Decision Networks from data. This package can be used for probabilistic reasoning (in the observational setting), causal inference (in the presence of interventions) and learning policy decisions (in Decision Network setting). Functionalities include end-to-end implementations for data-preprocessing, structure-learning, exact inference, approximate inference, extending the learned structure to Decision Networks and policy optimization using statistically rigorous methods such as bootstraps, resampling, ensemble-averaging and cross-validation. In addition to Bayesian Decision Networks, it also features correlation networks, community-detection, graph visualizations, graph exports and web-deployment of the learned models as Shiny dashboards.
Reference Analysis for Bayesian Meta-Analysis
Functionality for performing a principled reference analysis in the Bayesian normal-normal hierarchical model used for Bayesian meta-analysis, as described in Ott, Plummer and Roos (2021)
MCMC, Particle Filtering, and Programmable Hierarchical Modeling
A system for writing hierarchical statistical models largely compatible with 'BUGS' and 'JAGS', writing nimbleFunctions to operate models and do basic R-style math, and compiling both models and nimbleFunctions via custom-generated C++. 'NIMBLE' includes default methods for MCMC, Laplace Approximation, deterministic nested approximations, Monte Carlo Expectation Maximization, and some other tools. The nimbleFunction system makes it easy to do things like implement new MCMC samplers from R, customize the assignment of samplers to different parts of a model from R, and compile the new samplers automatically via C++ alongside the samplers 'NIMBLE' provides. 'NIMBLE' extends the 'BUGS'/'JAGS' language by making it extensible: New distributions and functions can be added, including as calls to external compiled code. Although most people think of MCMC as the main goal of the 'BUGS'/'JAGS' language for writing models, one can use 'NIMBLE' for writing arbitrary other kinds of model-generic algorithms as well. A full User Manual is available at < https://r-nimble.org>.