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.
0 Response to Create two-way line graph with shaded confidence intervals from dstdize results
Post a Comment