README.md

equivalencetests

R package for equivalence based tests.

Install the Package

1) Install the devtools package (if necessary). In R, paste the following into the console:

install.packages('devtools')

2) Load the devtools package and install from the Github source code.

library('devtools')
install_github('cribbie/equivalencetests')

3) Load the newly installed package by calling

library(equivalencetests)


cribbie/equivalencetests documentation built on May 14, 2019, 11:33 a.m.