Re: [R] Help boxplot to add mean, standard error and/or stadard deviation

2012-01-31 Thread Jim Lemon
On 01/30/2012 11:56 PM, gianni lavaredo wrote: Hey Thanks Jim, is It possible to plot in the same plot mean, standard error AND standard deviation. As in figure 3 of the paper I attached Hi gianni, Here is a rather rough function that will do more or less what you want. You can choose any two

[R] Help boxplot to add mean, standard error and/or stadard deviation

2012-01-27 Thread gianni lavaredo
Dear researchers I wish to plot a box plot without the mean line (the black line) and plot only the mean (red square). Futhermore, is it possible to add standard error and/or stadard deviation? This is an example mytest <- c(2.1,2.6,2.7,3.2,4.1,4.3,5.2,5.1,4.8,1.8,1.4,2.5,2.7,3.1,2.6,2.8) boxplo