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
suest - variance matrix is nonsymmetric or highly singularI fit the full multinomial logit model for all four alternatives of my response variable and four re…
How to add values in a forvalues loopHello, I would like to know how to add up values in a for loop. I am using DHS data, and using the c…
Double sorted portfolio - Error EstimationI have to make a double sorted portfolio analysis. First I need to regress a simple linear model wit…
Command for stratifying categorical variableDear, I want stratify my predictors (marital status, religion, education level, employment status fo…
Bigger sample or omitted variable bias?I am testing whether financial access is correlated with the education of young individuals using a …
Subscribe to:
Post Comments (Atom)
0 Response to How to graph two variables and the growth rate of a variable
Post a Comment