# NOT RUN {
data("imageset1")
res <- graph.fanova2d(nsim = 19, # Increase nsim for serious analysis!
image_set = imageset1$image_set,
groups = imageset1$Group)
plot(res)
# Contrasts
res.c <- graph.fanova2d(nsim = 19, # Increase nsim for serious analysis!
image_set = imageset1$image_set,
groups = imageset1$Group,
summaryfun = "contrasts")
plot(res.c)
plot(res.c, contours=FALSE)
# }
Run the code above in your browser using DataLab