Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ COMBO Public

❗ This is a read-only mirror of the CRAN R package repository. COMBO — Correcting Misclassified Binary Outcomes in Association Studies

License

Notifications You must be signed in to change notification settings

cran/COMBO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMBO

my workflow CRAN_Status_Badge downlaods-badge

COMBO: COrrecting Misclassified Binary Outcomes

Overview

COMBO provides a set of functions for the analysis of regression models with binary outcome misclassification.

The two main parts are:

  • Classification probability calculations
  • Parameter estimation

Classification probability calculations

The package allows users to compute the probability of the latent true outcome and the conditional probability of observing an outcome given the latent true outcome, based on parameters estimated from the COMBO_EM and COMBO_MCMC functions.

Parameter estimation

Jointly estimate parameters from the true outcome and observation mechanisms, respectively, in a binary outcome misclassification model using the EM algorithm or MCMC. Parameters from the true outcome, first-stage observation, and second-stage observation mechanisms in a two-stage binary outcome misclassification model can also be estimated using the EM algorithm and MCMC.

Installation

# Install from CRAN
install.packages("COMBO")

# Install the development version from GitHub:
# install.packages("devtools")
devtools::install_github("kimberlywebb/COMBO")

Please note that COMBO requires JAGS to be installed. JAGS can be downloaded from https://sourceforge.net/projects/mcmc-jags/.

About

❗ This is a read-only mirror of the CRAN R package repository. COMBO — Correcting Misclassified Binary Outcomes in Association Studies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages