# NOT RUN {
hlist <- list(1:2, c(1,3), c(1,4))
htree <- IntersectHypotheses(hlist)
summary(htree)
Display(htree)
# compare in a set of six means all others to the fourth mean
#
five.to.fourth <- IntersectHypotheses(list(c(1,4),c(2,4),c(3,4),c(4,5),c(4,6)))
Display(five.to.fourth)
# }
Run the code above in your browser using DataLab