Skip to content

plotting data when all you have is the summary data

4 messages · Chaudhari, Bimal, David Winsemius, Sam Albers +1 more

#
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.

Thanks,
bimal

Bimal P Chaudhari, MPH
Boston University
MD Candidate, 2011
Washington University in St. Louis
MS Candidate, 2010
Doris Duke Clinical Research Fellow
314-286-2864
#
On May 10, 2010, at 6:17 PM, Chaudhari, Bimal wrote:

            
There are R packages that support meta analysis. Learn to search,  
grasshopper.
David Winsemius, MD, MPH
West Hartford, CT
#
On 05/11/2010 08:17 AM, Chaudhari, Bimal wrote:
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