Other packages > Find by keyword >

openEBGM  

EBGM Disproportionality Scores for Adverse Event Data Mining
View on CRAN: Click here


Download and install openEBGM package within the R console
Install from CRAN:
install.packages("openEBGM")

Install from Github:
library("remotes")
install_github("cran/openEBGM")

Install by package version:
library("remotes")
install_version("openEBGM", "0.9.1")



Attach the package and use:
library("openEBGM")
Maintained by
John Ihrie
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-05-05
Latest Update: 2023-09-14
Description:
An implementation of DuMouchel's (1999) Bayesian data mining method for the market basket problem. Calculates Empirical Bayes Geometric Mean (EBGM) and posterior quantile scores using the Gamma-Poisson Shrinker (GPS) model to find unusually large cell counts in large, sparse contingency tables. Can be used to find unusually high reporting rates of adverse events associated with products. In general, can be used to mine any database where the co-occurrence of two variables or items is of interest. Also calculates relative and proportional reporting ratios. Builds on the work of the 'PhViD' package, from which much of the code is derived. Some of the added features include stratification to adjust for confounding variables and data squashing to improve computational efficiency. Includes an implementation of the EM algorithm for hyperparameter estimation loosely derived from the 'mederrRank' package.
How to cite:
John Ihrie (2017). openEBGM: EBGM Disproportionality Scores for Adverse Event Data Mining. R package version 0.9.1, https://cran.r-project.org/web/packages/openEBGM. Accessed 22 Dec. 2024.
Previous versions and publish date:
0.1.0 (2017-05-05 20:09), 0.2.0 (2017-07-31 23:52), 0.3.0 (2017-11-15 23:26), 0.4.0 (2018-03-09 17:48), 0.5.0 (2018-04-02 18:15), 0.6.0 (2018-05-21 22:08), 0.7.0 (2018-08-16 20:00), 0.8.0 (2019-01-30 00:20), 0.8.1 (2019-02-28 21:10), 0.8.2 (2019-04-25 17:40), 0.8.3 (2020-03-02 21:20)
Other packages that cited openEBGM R package
View openEBGM citation profile
Other R packages that openEBGM depends, imports, suggests or enhances
Complete documentation for openEBGM
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA