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

Found 191 packages in 0.01 seconds

fastNaiveBayes — by Martin Skogholt, 5 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>.

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.

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) .

SNVLFDR — by Ali Karimnezhad, a year 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, 2 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, a year 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".

BayesRS — by Mirko Thalmann, 7 years ago

Bayes Factors for Hierarchical Linear Models with Continuous Predictors

Runs hierarchical linear Bayesian models. Samples from the posterior distributions of model parameters in JAGS (Just Another Gibbs Sampler; Plummer, 2017, < http://mcmc-jags.sourceforge.net>). Computes Bayes factors for group parameters of interest with the Savage-Dickey density ratio (Wetzels, Raaijmakers, Jakab, Wagenmakers, 2009, ).

ScoreEB — by Wenlong Ren, 4 years ago

Score Test Integrated with Empirical Bayes for Association Study

Perform association test within linear mixed model framework using score test integrated with Empirical Bayes for genome-wide association study. Firstly, score test was conducted for each marker under linear mixed model framework, taking into account the genetic relatedness and population structure. And then all the potentially associated markers were selected with a less stringent criterion. Finally, all the selected markers were placed into a multi-locus model to identify the true quantitative trait nucleotide.