Hi,
I want to draw a bar graph for the industries which have more than 100 firms, however, I do not know how do it. My code to generate the graph is
graph hbar (count) if certification_cycle==1¤t_status =="certified", over(industry, sort(1) descending) blabel(bar, size(small))
However, the variable industry have more than 50 industries and I just want to select those are popular (more than 100 firm). Any suggestion would be appreciated
Many thanks
Related Posts with Need help with the option of the bar graph
Normalising a variable between 0 and 1I am running a regression where my dependent variable is a 0-6 scale Likert item, and I am planning …
Removing note on the bottom-left of a FigureDear All, Suppose I run the code Code: sysuse auto, clear graph bar price, by(foreign) and obtain a…
egen for specific time periodHi, I want to calculate the standard deviation for a specific year group i.e.- year variable SD_…
Command "esttab": Adding more digits to odds ratio coefficientsHi, I'm working with logit model and OR to interpret results. After run regress one of the models s…
Adding coefficient when plotting coefficients from an event studyHi, all Stata lovers, I am plotting coefficients from an event study and I would really like to hav…
Subscribe to:
Post Comments (Atom)
0 Response to Need help with the option of the bar graph
Post a Comment