Error Bar for categorical data

  • Follow


Hi there,
I want to plot error bar graph for categorical graph, example

meanForGroup1 = 4.3;
meanForGroup2 = 4.9;
stdevForGroup1 = 2.3;
stdevForGroup2 = 2.5;

The graph should be an error bar graph: two error bars for group1 and group2, centering at means and ranges as +- 1 standard deviations for group1 and group2.  How can I do this?

Thanks
Diego
0
Reply Diego 5/25/2010 2:14:04 AM

Hi there,
People are asking about error bar graph.  The graph should look like this: (hope alignment works)

_         
|          _
X          |
|           |
-          X
            |
            |
            -
Gr1     Gr2

where X is the mean and the range of the bar is plus/minus one standard deviation.
How could I graph this?

Thanks!
Diego



"Diego Lass" <dlISCool@gmail.com> wrote in message <htfbpc$1td$1@fred.mathworks.com>...
> Hi there,
> I want to plot error bar graph for categorical graph, example
> 
> meanForGroup1 = 4.3;
> meanForGroup2 = 4.9;
> stdevForGroup1 = 2.3;
> stdevForGroup2 = 2.5;
> 
> The graph should be an error bar graph: two error bars for group1 and group2, centering at means and ranges as +- 1 standard deviations for group1 and group2.  How can I do this?
> 
> Thanks
> Diego
0
Reply Diego 5/25/2010 3:07:04 AM


1 Replies
514 Views

(page loaded in 0.027 seconds)

Similiar Articles:













7/21/2012 5:17:21 PM


Reply: