Hi,
I have a problema that I just cant resolve.
I have a dataset with more than 120.000 obs and 66 variables.
I want to graph 1 variable called "Id_momento" (which goes from 1 to 6) through time. If I tab this variable with year I have the next table:
Array
So what I want to do is create 6 graphs (1 for every id code) for the variable Id_momento. I have the next code:
egen sum=sum(Id_momento) if Id_momento==1, by (Año)
twoway (line sum Año), by (Id_momento)
But that only graphs "Preinscritos" and leaves the other graphs empty.
Also I wish to graph the growth rate of this variable for each identificator (1 to 6) but I dont know how to procced to create the variable growth rate.
If you could help me or point me in the right direction it would help me a lot.
Related Posts with How to graph two variables and the growth rate of a variable
Stack bar graph with cumulative on secondary axis as line graph Array I want to make the following graph using Stata. Could anyone please help …
PPML - log of dependent variableHello Statalist, I am running the gravity model of trade at the product level. So first I generate…
Table of comparative summary statisticsHi. I am looking to table of momparative summary statistics. I have 3 categorical variables. The HE…
Long form dataHi I have data in Stata I want to convert this into long formate, please clear input LATNUM LONGN…
Help with reshaping and assigning column names and labelsFor the below sample dataset, I would like to reshape the data to wide format such that there are th…
Subscribe to:
Post Comments (Atom)
0 Response to How to graph two variables and the growth rate of a variable
Post a Comment