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/fastR2 documentation built on Nov. 11, 2023, 7:32 a.m.