Hi guys,
I have several variables, i.e. int_0_10, int_10_20, int_20_30, and so on.
I want a chart in which one dot represents the mean of int_0_10, the next dot the mean of int_10_20, etc.
I know how to do it for bars (graph bar (mean) int_*) but actually instead of the whole bar I would prefer just a dot, for which I can also show the i.c. In the x-axis, I should have the name of each of the variables.
Any idea? Thanks
I have several variables, i.e. int_0_10, int_10_20, int_20_30, and so on.
I want a chart in which one dot represents the mean of int_0_10, the next dot the mean of int_10_20, etc.
I know how to do it for bars (graph bar (mean) int_*) but actually instead of the whole bar I would prefer just a dot, for which I can also show the i.c. In the x-axis, I should have the name of each of the variables.
Any idea? Thanks
Comment