Learn R Programming

ATE.ERROR (version 1.0.0)

Estimating ATE with Misclassified Outcomes and Mismeasured Covariates

Description

Addressing measurement error in covariates and misclassification in binary outcome variables within causal inference, the 'ATE.ERROR' package implements inverse probability weighted estimation methods proposed by Shu and Yi (2017, ; 2019, ). These methods correct errors to accurately estimate average treatment effects (ATE). The package includes two main functions: ATE.ERROR.Y() for handling misclassification in the outcome variable and ATE.ERROR.XY() for correcting both outcome misclassification and covariate measurement error. It employs logistic regression for treatment assignment and uses bootstrap sampling to calculate standard errors and confidence intervals, with simulated datasets provided for practical demonstration.

Copy Link

Version

Install

install.packages('ATE.ERROR')

Monthly Downloads

318

Version

1.0.0

License

GPL (>= 3)

Maintainer

Aryan Rezanezhad

Last Published

September 10th, 2024

Functions in ATE.ERROR (1.0.0)

ATE.ERROR.Y

ATE.ERROR.Y Function for Estimating Average Treatment Effect (ATE) with Misclassification in Y
ATE.ERROR.XY

ATE.ERROR.XY Function for Estimating Average Treatment Effect (ATE) with Measurement Error in X and Misclassification in Y
Simulated_data

Simulated Data
Naive_Estimation

Naive Estimation of Average Treatment Effect
True_Estimation

True Estimation of Average Treatment Effect
ATE.ERROR-package

ATE.ERROR: Estimating ATE with Misclassified Outcomes and Mismeasured Covariates