Bootstrap 3

Sign in to test your solution.
set.seed(123) boot.fn2 <- function(data, index) return(coef(lm(mpg ~ poly(horsepower, 2), data = data, subset = index))) boot.coef <- ...
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.