eqtesting: Equivalence testing in R

You can install this package directly into R with the following code:

install.packages("devtools")
library(devtools)
install_github("jack-fitzgerald/eqtesting")

lddtest also relies on the data.table and rdd packages. You can install these dependencies directly into R with the following code:

install.packages("data.table")
install.packages("rdd")

Please cite the papers underlying this package:
Fitzgerald, J. (2025). “The Need for Equivalence Testing in Economics”. MetaArXiv, https://doi.org/10.31222/osf.io/d7sqr_v1.
Fitzgerald, J. (2025). “Manipulation Tests in Regression Discontinuity Design: The Need for Equivalence Testing”. MetaArXiv, https://doi.org/10.31222/osf.io/2dgrp_v1.
Isager, P., & Fitzgerald, J. (2024). “Three-Sided Testing to Establish Practical Significance: A Tutorial”. PsyArXiv, https://doi.org/10.31234/osf.io/8y925.