Example: confidence
Search results with tag "Plotting options"
A short list of the most useful R commands
www.maths.usyd.edu.auboxplot(DV~IV,data=data.ex1) #graphical summary appears in graphics window lm(x~y,data=dataset) #basic linear model where x and y can be matrices (see plot.lm for plotting options) t.test(x,g) pairwise.t.test(x,g)