Skip to content

jack-fitzgerald/eqtesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 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("rdd")

Please cite the papers underlying this package:
Fitzgerald, Jack (2024). "Manipulation Tests in Regression Discontinuity Design: The Need for Equivalence Testing". Institute for Replication Discussion Paper Series, No. 125. https://hdl.handle.net/10419/300277.
Fitzgerald, Jack (2024). "The Need for Equivalence Testing in Economics". Institute for Replication Discussion Paper Series, No. 125. https://hdl.handle.net/10419/296190.

About

A suite for equivalence testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages