R package for equivalence based tests.
- Install the
devtools
package (if necessary). In R, paste the following into the console:
install.packages('devtools')
- Load the
devtools
package and install from the Github source code.
library('devtools')
install_github('cribbie/equivalencetests')
- Load the newly installed package by calling
library(equivalencetests)