Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 196 packages in 0.01 seconds

ebmstate — by Rui Costa, a year ago

Empirical Bayes Multi-State Cox Model

Implements an empirical Bayes, multi-state Cox model for survival analysis. Run "?'ebmstate-package'" for details. See also Schall (1991) .

VBphenoR — by Brian Buckley, 2 months ago

Variational Bayes for Latent Patient Phenotypes in EHR

Identification of Latent Patient Phenotype from Electronic Health Records (EHR) Data using Variational Bayes Gaussian Mixture Model for Latent Class Analysis and Variational Bayes regression for Biomarker level shifts, both implemented by Coordinate Ascent Variational Inference algorithms. Variational methods are used to enable Bayesian analysis of very large Electronic Health Records data. For VB GMM details see Bishop (2006,ISBN:9780-387-31073-2). For Logistic VB see Jaakkola and Jordan (2000) .

fastNaiveBayes — by Martin Skogholt, 6 years ago

Extremely Fast Implementation of a Naive Bayes Classifier

This is an extremely fast implementation of a Naive Bayes classifier. This package is currently the only package that supports a Bernoulli distribution, a Multinomial distribution, and a Gaussian distribution, making it suitable for both binary features, frequency counts, and numerical features. Another feature is the support of a mix of different event models. Only numerical variables are allowed, however, categorical variables can be transformed into dummies and used with the Bernoulli distribution. The implementation is largely based on the paper "A comparison of event models for Naive Bayes anti-spam e-mail filtering" written by K.M. Schneider (2003) . Any issues can be submitted to: < https://github.com/mskogholt/fastNaiveBayes/issues>.

EBCHS — by Lilun Du, 4 years ago

An Empirical Bayes Method for Chi-Squared Data

We provide the main R functions to compute the posterior interval for the noncentrality parameter of the chi-squared distribution. The skewness estimate of the posterior distribution is also available to improve the coverage rate of posterior intervals. Details can be found in Du and Hu (2020) .

eBsc — by Francisco Rosales, 2 years ago

"Empirical Bayes Smoothing Splines with Correlated Errors"

Presents a statistical method that uses a recursive algorithm for signal extraction. The method handles a non-parametric estimation for the correlation of the errors. See "Krivobokova", "Serra", "Rosales" and "Klockmann" (2021) for details.

SNVLFDR — by Ali Karimnezhad, 2 years ago

Empirical Bayes Single Nucleotide Variant Calling

Identifies single nucleotide variants in next-generation sequencing data by estimating their local false discovery rates. For more details, see Karimnezhad, A. and Perkins, T. J. (2024) .

bayesrules — by Mine Dogucu, 4 years ago

Datasets and Supplemental Functions from Bayes Rules! Book

Provides datasets and functions used for analysis and visualizations in the Bayes Rules! book (< https://www.bayesrulesbook.com>). The package contains a set of functions that summarize and plot Bayesian models from some conjugate families and another set of functions for evaluation of some Bayesian models.

VBLPCM — by Michael Salter-Townshend, 3 years ago

Variational Bayes Latent Position Cluster Model for Networks

Fit and simulate latent position and cluster models for network data, using a fast Variational Bayes approximation developed in Salter-Townshend and Murphy (2013) .

bfpwr — by Samuel Pawel, 2 months ago

Power and Sample Size Calculations for Bayes Factor Analysis

Implements z-test, t-test, and normal moment prior Bayes factors based on summary statistics, along with functionality to perform corresponding power and sample size calculations as described in Pawel and Held (2025) .

fabPrediction — by Elizabeth Bersson, 2 years ago

Compute FAB (Frequentist and Bayes) Conformal Prediction Intervals

Computes and plots prediction intervals for numerical data or prediction sets for categorical data using prior information. Empirical Bayes procedures to estimate the prior information from multi-group data are included. See, e.g.,Bersson and Hoff (2022) "Optimal Conformal Prediction for Small Areas".