Dear all,
I am currently working with a dataset that contains information on quarterly gross value added of different economic sectors for several countries. I calculated the sectoral shares of gross value added for each country. Now I am trying to create a table that displays the the sum of gross value added for each country and the shares of the respective sector. I have no experience with creating tables in Stata. What I tried is the tabulate function with country and sector. It shows me the number of observations, but what I am trying to show is the observation value, as well as the sectoral share of the sum of all values.
Does anyone have an advice what I can do to get my desired outcome?
I would highly appreciate any kind of help. Thank you in advance!
. tabulate country sector
| Sector
Country | AGR CON IND SER | Total
-----------+--------------------------------------------+----------
DEU | 10 10 10 10 | 40
ESP | 10 10 10 10 | 40
FRA | 10 10 10 10 | 40
ITA | 10 10 10 10 | 40
-----------+--------------------------------------------+----------
Total | 40 40 40 40 | 160
Related Posts with Create a table with sectoral share values
‘Or’ condition for time dummiesHi, I have a question about time dummies. Is it possible to have an ‘or’ condition for a time dummy…
Synth control method not matchingArray Hello, I have completed making a synthetic control method model of Russia after the interven…
simple addplot syntax errors?Hi I'm trying to overlay a couple of plots but I can't seem to make it work and the stata help file…
loopsHi, I am trying to look at a range of numbers in a loop but am having difficulty. My data looks li…
Multinomial probit (mprobit): Syntax for specifying constraintsColleagues: The model being estimated is Code: mprobit y i.(x1 x2 x3 x4 x5) LHS variable y has 5 …
Subscribe to:
Post Comments (Atom)
0 Response to Create a table with sectoral share values
Post a Comment