Voorbeeld

Sign in to test your solution.
set.seed(20190322) x <- rnorm(100) y <- x + rnorm(100, mean=1, sd=10) test <- t.test(...)
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.