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
Variance ratio |VR(n,m)-1|Hello everyone, I am doing a research paper on informational efficiency (IE1). It is calculated by …
Multilevel Model DiagnosticsDear all, I would appreciate some guidance on what main diagnostic tests can be performed on mtmixe…
Interpreting impacts of ratio (bounded) explanatory variablesHello, I run regression with probit and get the table of average marginal effects. I am wondering ho…
Exponentiated coefficients after mi estimate: melogitHello, I am looking to get exponentiated coefficients after estimating a multilevel, mixed effects l…
switching column with cond()?Dear All, I have the following data Code: * Example generated by -dataex-. To install: ssc install…
Subscribe to:
Post Comments (Atom)
0 Response to Combining graphs
Post a Comment