Draw the means comparisons
Plot the graphs for the means comparisons.
## S3 method for class 'meansComp' plot(x, ...)
x
...
Francois Husson francois.husson@institut-agro.fr
meansComp
data(senso) res <- LinearModel(Score~ Product + Day , data=senso, selection="none") meansComp(res,~Product) ## Not run: ## and with the sidak correction meansComp(res,~Product,adjust="sidak") ## End(Not run)
Useful links