inst/snippet/taste-anova01-fig.R

favstats(score ~ type, data = TasteTest)
gf_point(score ~ type, data = TasteTest)
taste.lm <- lm(score ~ type, data = TasteTest)
anova(taste.lm)
taste.cint <- confint(glht(taste.lm, mcp(type = "Tukey"))); taste.cint
plot(taste.cint)
rpruim/fastR documentation built on Nov. 12, 2023, 12:26 p.m.