Skip to content
/ COMMA Public

❗ This is a read-only mirror of the CRAN R package repository. COMMA — Correcting Misclassified Mediation Analysis

License

Notifications You must be signed in to change notification settings

cran/COMMA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMMA

my workflow

COMMA: COrrecting Misclassified Mediation Analysis

Overview

COMMA provides a set of functions for the analysis of mediation models with binary mediator 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 mediators and the conditional probability of observing a mediator value given the latent true mediator, based on parameters estimated from the COMMA_EM, COMMA_PVW, and COMMA_OLS functions.

Parameter estimation

Jointly estimate parameters from the true mediator, observed mediator, and outcome mechanisms, respectively, in a mediation analysis with a binary misclassified mediator variable. Three methods are provided for parameter estimation: an ordinary least squares correction procedure, a predictive value weighting approach, and an expectation-maximization algorithm.

Installation

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

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

About

❗ This is a read-only mirror of the CRAN R package repository. COMMA — Correcting Misclassified Mediation Analysis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages