Hi all,
Below is an example of my dataset. I want to make two graphs one for the variable area and one for density (over group). I want to plot the mean and the standard deviation on the top of the bar. How can do it?
* Example generated by -dataex-.
clear
input byte group float(area density)
2 3.588 .001481
2 5.275 .001586
4 4.001 .003307
3 3 5.86 .002307
1 3.669 .001012
Related Posts with Graph bar with Mean and Standard Deviation
Collapse a variable for every percentileHi, I have a dataset of wages at the individual level. I want to collapse this dataset at every per…
Convert high frequency data to lower frequencyHi! I have a dataset with minute data (stock price) which I would like to convert into 30min data in…
Bootstrapping a 3-step regression program - insufficient observation error on later iterationsI wrote a program that: (1) runs LASSO (with the elasticregress command) on a set of 52 instruments …
test quadratic terms whether are statistically significant different in two different groupsHello, I am considering to do a test to test whether quadratic terms are statistically significant …
Should I use dydx or dyex after fractional response regression?Hi all, I'm working on a fractional response regression: Code: fracreg logit y1 x1 x2, vce(clust…
Subscribe to:
Post Comments (Atom)
0 Response to Graph bar with Mean and Standard Deviation
Post a Comment