I have a set of statistics with standard errors for different groups.
I want to make a plot where the X axis is the different groups and on the X axis I have the point estimates with error bars for 95% CIs. Basically, I want to graphically display how the values for my populations of interest fall out relative to each other and other groups.
My data basically looks like this:
Group   alpha   SE  Z   Sample size
Pop1    0.02    0.001   8.123   10
Pop2    0.03    0.002   8.456   10
Pop3    0.02    0.003   7.789   8
Pop4    0.03    0.004   8.123   10
alpha would be the point estimate and SE would be the standard error. (Z and sample size are irrelevant here).
Can anyone suggest a good way of doing this? Thanks!
(What I am looking for is something like Figure 2b here http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3493647/figure/f2/ except with error bars.)

