An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110204/07555d19/attachment.pl>
least significant difference error bars
2 messages · Asan Ramzan, Jim Lemon
On 02/04/2011 07:14 PM, Asan Ramzan wrote:
Hello R Currently I am using the sciplot function to draw error bars on my bar charts, but this uses standard error of a mean SEM, is there an alternative variant that will allow me to draw error bars using least significant difference.
Hi Asan, The dispersion function (plotrix) will draw any sort of error bar you like. See FAQ 7.38 for more functions that will display error bars. Jim