I am attempting to combine 2 graphs together.
Here's my code:
eststo: reg varlogwageinc i.agegrp9 i.year [aweight=wgt], robust
coefplot (time_effect, recast(connected) ciopts(recast(rline) lpattern(dash)) ) ///
, vertical yline(0) keep(*.agegrp9) nooffsets ///
xtitle("Age") title("Variance of Log Wages")
eststo: reg varlogwageinc i.agegrp9 i.cohort [aweight=wgt], robust
coefplot (cohort_effect, recast(connected) ciopts(recast(rline) lpattern(dash)) ) ///
, vertical yline(0) keep(*.agegrp9) nooffsets ///
xtitle("Age") title("Variance of Log Wages")
Related Posts with Combining graphs
Poisson with Robust SE showing totally different results from Log-OLS and NBHi, This is the first time I post question here. I've read pretty much all the posts on Poisson reg…
_all: in mixed models: What if it is followed by a continuous variable without the "R." part?Dear Statalist, I am trying to better understand how Stata deals with the _all: option in mixed/xtm…
reghdfe dkraayI am having trouble with the syntax for reghdfe. I would like to run a regression using reghdfe that…
plotting additive interaction after mixed effect ordinal regression (meologit)Hi everyone, In a nutshell, I have the following model for which I would like to automatically comp…
Generate a variable that counts ifHi all, my dataset looks something like this newid time_1 time_2 time_3 time_4 time_5 time_6 time_…
Subscribe to:
Post Comments (Atom)
0 Response to Combining graphs
Post a Comment