Skip to content
/ eqtesting Public

❗ This is a read-only mirror of the CRAN R package repository. eqtesting — Equivalence Testing Functions. Homepage: https://github.com/jack-fitzgerald/eqtesting Report bugs for this package: https://github.com/jack-fitzgerald/eqtesting/issues

Notifications You must be signed in to change notification settings

cran/eqtesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

❗ This is a read-only mirror of the CRAN R package repository. eqtesting — Equivalence Testing Functions. Homepage: https://github.com/jack-fitzgerald/eqtesting Report bugs for this package: https://github.com/jack-fitzgerald/eqtesting/issues

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages