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

Found 219 packages in 0.02 seconds

BayesSampling — by Pedro Soares Figueiredo, 5 years ago

Bayes Linear Estimators for Finite Population

Allows the user to apply the Bayes Linear approach to finite population with the Simple Random Sampling - BLE_SRS() - and the Stratified Simple Random Sampling design - BLE_SSRS() - (both without replacement), to the Ratio estimator (using auxiliary information) - BLE_Ratio() - and to categorical data - BLE_Categorical(). The Bayes linear estimation approach is applied to a general linear regression model for finite population prediction in BLE_Reg() and it is also possible to achieve the design based estimators using vague prior distributions. Based on Gonçalves, K.C.M, Moura, F.A.S and Migon, H.S.(2014) < https://www150.statcan.gc.ca/n1/en/catalogue/12-001-X201400111886>.

ebci — by Michal Kolesár, 5 years ago

Robust Empirical Bayes Confidence Intervals

Computes empirical Bayes confidence estimators and confidence intervals in a normal means model. The intervals are robust in the sense that they achieve correct coverage regardless of the distribution of the means. If the means are treated as fixed, the intervals have an average coverage guarantee. The implementation is based on Armstrong, Kolesár and Plagborg-Møller (2020) .

SBmedian — by Kisung You, 10 months ago

Scalable Bayes with Median of Subset Posteriors

Median-of-means is a generic yet powerful framework for scalable and robust estimation. A framework for Bayesian analysis is called M-posterior, which estimates a median of subset posterior measures. For general exposition to the topic, see the paper by Minsker (2015) .

baymedr — by Maximilian Linde, 2 months ago

Computation of Bayes Factors for Common Biomedical Designs

BAYesian inference for MEDical designs in R. Functions for the computation of Bayes factors for common biomedical research designs. Implemented are functions to test the equivalence (equiv_bf), non-inferiority (infer_bf), and superiority (super_bf) of an experimental group compared to a control group on a continuous outcome measure, as well as functions for simulating survival data and calculating a Bayes factor for Cox proportional hazards models. Bayes factors for these tests can be computed based on raw data or summary statistics.

ebdbNet — by Andrea Rau, 3 years ago

Empirical Bayes Estimation of Dynamic Bayesian Networks

Infer the adjacency matrix of a network from time course data using an empirical Bayes estimation procedure based on Dynamic Bayesian Networks.

PDEnaiveBayes — by Michael Thrun, 16 days ago

Plausible Naive Bayes Classifier Using PDE

A nonparametric, multicore-capable plausible naive Bayes classifier based on the Pareto density estimation (PDE), supporting memory sharing within multicore computations and featuring a plausible approach to a pitfall in the Bayesian theorem covering low evidence cases Stier, Q., Hoffmann, J., and Thrun, M.C.: "Classifying with the Fine Structure of Distributions: Leveraging Distributional Information for Robust and Plausible Naive Bayes" (2026), Machine Learning and Knowledge Extraction (MAKE), .

NBShiny3 — by Kartikeya Bolar, 6 years ago

Interactive Document for Working with Naive Bayes Classification

An interactive document on the topic of naive Bayes classification analysis using 'rmarkdown' and 'shiny' packages. Runtime examples are provided in the package function as well as at < https://kartikeyab.shinyapps.io/NBShiny/>.

NBShiny — by Kartikeya Bolar, 7 years ago

Interactive Document for Working with Naive Bayes Classification

An interactive document on the topic of naive Bayes classification analysis using 'rmarkdown' and 'shiny' packages. Runtime examples are provided in the package function as well as at < https://kartikeyab.shinyapps.io/NBShiny/>.

NBShiny2 — by Kartikeya Bolar, 7 years ago

Interactive Document for Working with Naive Bayes Classification

An interactive document on the topic of naive Bayes classification analysis using 'rmarkdown' and 'shiny' packages. Runtime examples are provided in the package function as well as at < https://kartikeyab.shinyapps.io/NBShiny/>.

ebmstate — by Rui Costa, 2 years 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) .