Exercise 5

Due date : due 13/11 before 21:00, via email. Send a short pdf with your code, results and discussion.

Can be done individually or in pairs

File control.csv contains the data of a control group and exp.csv data on the experimental group

run a t-test to verify if the differences are significant

Equivalence tests

The package equivalence in R implements the TOST (two ne dsided t-test) test.

Let us assume that a difference of 2 or less in the data is irrelevant. What does the TOST test says?

Effect size

Bayesian analysis

Install the pacakage BEST. The package need the JAGS MCMC program. I recommend instaling the 3.X version (at least in my Mac the 4.0 version did not work).