Chapter 13 exercise 8

Sign in to test your solution.
set.seed(1) n <- 20 m <- 100 X <- matrix(rnorm(n * m), ncol = m)
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.