Skip to content

Instantly share code, notes, and snippets.

@dsquintana
Created July 20, 2018 19:05
Show Gist options
  • Save dsquintana/570c3b1cffad02405995ff8b7cc06baf to your computer and use it in GitHub Desktop.
Save dsquintana/570c3b1cffad02405995ff8b7cc06baf to your computer and use it in GitHub Desktop.
Equivalence test
# Load TOSTER package
library(TOSTER)
# Perform equivalence test
TOSTtwo(m1=37.33,m2=39.65 ,sd1=13.40,sd2=15.91,n1=23,n2=32,
low_eqbound_d=-0.26,high_eqbound_d=0.26,
plot = TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment