Skip to content
Prev 11859 / 398502 Next

adding standard errors to a histogram plot?

I'm using hist( size, breaks = 10*c(0:100), freq=TRUE ) to show
the distribution of data.  Is there a way to add lines
representing standard errors to such a plot?

A related question: can anyone provide an example of how to bin
my data and create a box plot from it?

Regards, Mike