inst/examples/R/data/subgroup/scheffe_test/example_scheffe.R

library("MASS") # for Boston Housing data
# ANOVA 
fit <- aov(medv~rad, data=Boston)
# Scheffe test
library("agricolae")
scheffe.test(fit, "rad", console=T)
sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.