Voorbeeld

Sign in to test your solution.
set.seed(20190322) x <- rnorm(100) y <- x + rnorm(100, mean=1, sd=10) test <- t.test(...)