On 05/11/2010 08:17 AM, Chaudhari, Bimal wrote:
Are there functions/packages which support plots (bar and/or line) where
I provide the point estimate and some error measure rather than the raw
data?
I often have to summarize/present data from multiple sources where the
original data is unavailable and do not yet have a good solution for
this.
Hi Bimal,
The bar and line plots of the summary measures are easy using the "plot"
and "barplot" functions. Adding the error measures is but a little more
complicated. See the R-FAQ 7.38.
Jim
______________________________________________
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.