inst/snippets/Figure9.8.R

Recall.nullF <- do(1000) * anova(lm(shuffle(recall) ~ condition, data = Recall))
head(Recall.nullF, 3)
histogram(~ F, data = Recall.nullF, n = 25)
prop(~ (F >= 12.67), data = Recall.nullF)
rpruim/ISIwithR documentation built on May 28, 2019, 1:30 a.m.