Package: ATE.ERROR 1.0.0
ATE.ERROR: Estimating ATE with Misclassified Outcomes and Mismeasured Covariates
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, <doi:10.1177/0962280217743777>; 2019, <doi:10.1002/sim.8073>). 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.
Authors:
ATE.ERROR_1.0.0.tar.gz
ATE.ERROR_1.0.0.tar.gz(r-4.5-noble)ATE.ERROR_1.0.0.tar.gz(r-4.4-noble)
ATE.ERROR_1.0.0.tgz(r-4.4-emscripten)ATE.ERROR_1.0.0.tgz(r-4.3-emscripten)
ATE.ERROR.pdf |ATE.ERROR.html✨
ATE.ERROR/json (API)
# Install 'ATE.ERROR' in R: |
install.packages('ATE.ERROR', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
- Simulated_data - Simulated Data
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 2 months agofrom:463ca12476. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 11 2024 |
R-4.5-linux | OK | Oct 11 2024 |
Exports:ATE.ERROR.XYATE.ERROR.YNaive_EstimationTrue_Estimation
Dependencies:clicolorspacefansifarverggplot2gluegtableisobandlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellmvtnormnlmepillarpkgconfigR6RColorBrewerrlangscalestibbleutf8vctrsviridisLitewithr
ATE.ERROR.XY: Estimating Average Treatment Effect with Measurement Error in X and Misclassification in Y
Rendered fromATE.ERROR.XY.Rmd
usingknitr::rmarkdown
on Oct 11 2024.Last update: 2024-09-11
Started: 2024-09-11
ATE.ERROR.Y: Function for Estimating Average Treatment Effect (ATE) with Misclassification in Y
Rendered fromATE.ERROR.Y.Rmd
usingknitr::rmarkdown
on Oct 11 2024.Last update: 2024-09-11
Started: 2024-09-11
Naive Estimation of ATE
Rendered fromNaive.Rmd
usingknitr::rmarkdown
on Oct 11 2024.Last update: 2024-09-11
Started: 2024-09-11
True Estimation of ATE
Rendered fromTrue.Rmd
usingknitr::rmarkdown
on Oct 11 2024.Last update: 2024-09-11
Started: 2024-09-11
Readme and manuals
Help Manual
Help page | Topics |
---|---|
ATE.ERROR.XY Function for Estimating Average Treatment Effect (ATE) with Measurement Error in X and Misclassification in Y | ATE.ERROR.XY |
ATE.ERROR.Y Function for Estimating Average Treatment Effect (ATE) with Misclassification in Y | ATE.ERROR.Y |
Naive Estimation of Average Treatment Effect | Naive_Estimation |
Simulated Data | Simulated_data |
True Estimation of Average Treatment Effect | True_Estimation |