inst/snippet/anova-from-lm00.R

x = rep(1:5, each = 4)
y = 3 + 1 * x + rnorm(20, 0, 3)
someData = data.frame(x = x, y = y)
rpruim/fastR documentation built on Nov. 12, 2023, 12:26 p.m.