Hello,
I am struggling to create a simple, two-way line graph representing the results from my standardized adjusted rate calculations.
My code is straight forward:
gen pop=1
dstdize dxpid pop agecat gender insurance ruca2, by(year)
The results (by year) provide crude and adjusted rates, and associated 95% confidence intervals.
I simply want to graph the adjusted rates and confidence intervals...
I read that there should be an option to save the results to a separate .dta but I haven't had any success.
Any help would be appreciated.
Thank you.
Related Posts with Create two-way line graph with shaded confidence intervals from dstdize results
Create graph with different colors when y<0Hello, I would like to know the code to create a graph (lines) with the y values (in this case "dif…
Independent variables based on same variableHi! When it comes to Stata, I am a complete rookie. I have a question on which type of method I sho…
SubanalysisHello, I have a few questions regarding interaction terms. 1. If I have my final logistic regressi…
How to Handle Heterogeneity in Panel Data using Systems GMM approachDear Stata Users, I am currently researching on Foreign direct investment in Africa using the Syste…
Venn diagramHi I'm trying to do a Venn diagram with 4 variables but the code pvenn allows only 3 variables maxim…
Subscribe to:
Post Comments (Atom)
0 Response to Create two-way line graph with shaded confidence intervals from dstdize results
Post a Comment