Dear All,
I have panel data on firms. I want to show on my bar chart how the revenue evolved over time for two groups:
1. important firms
2. important firms + polish firms
I have dummy imp=1 if a firm is important and imp_polish=1 if a firm is important or is polish.
Now I want to visualize on the bar chart how the revenue of two groups evolved over time. I'm only interested in the case when the dummies for both equaled 1. I tried graph twoway bar revenue time, over(imp) over(imp_polish). I saw that the option over() was not allowed + I don't know how to tell stata to take only into consideration those groups when dummy is equal 1.
Please help me. I literally got stuck with it
I have panel data on firms. I want to show on my bar chart how the revenue evolved over time for two groups:
1. important firms
2. important firms + polish firms
I have dummy imp=1 if a firm is important and imp_polish=1 if a firm is important or is polish.
Now I want to visualize on the bar chart how the revenue of two groups evolved over time. I'm only interested in the case when the dummies for both equaled 1. I tried graph twoway bar revenue time, over(imp) over(imp_polish). I saw that the option over() was not allowed + I don't know how to tell stata to take only into consideration those groups when dummy is equal 1.
Please help me. I literally got stuck with it

Comment