On Sep 27, 2012, at 5:59 AM, Alexandra Howe <ah...@st-andrews.ac.uk> wrote:
> Hello, > > I have data which I have arcsin transformed to analyse. > I want to plot my data with error bars however as my data is > back-transformed my standard errors are uneven. > Is there a simple way to draw these asymmetric error bars in R? > > Thanks for your help. See ?segments or perhaps easier, ?arrows with an 'angle = 90' argument. Regards, Marc Schwartz ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.