Re: [R] plotting data when all you have is the summary data

2010-05-11 Thread Jim Lemon
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 unavailab

Re: [R] plotting data when all you have is the summary data

2010-05-10 Thread Sam Albers
Bimal, in the "memisc" packages: ?panel.errbars This might be a good option for you. HTH, Sam -- View this message in context: http://r.789695.n4.nabble.com/plotting-data-when-all-you-have-is-the-summary-data-tp2173026p2173303.html Sent from the R help mailing list archive at Nabble.com. _

Re: [R] plotting data when all you have is the summary data

2010-05-10 Thread David Winsemius
On May 10, 2010, at 6:17 PM, 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 i

[R] plotting data when all you have is the summary data

2010-05-10 Thread Chaudhari, Bimal
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.