I am running regression models with the same outcome and independent variables across 5 countries and I am trying to display this graphically in a way that the results are provided for the each country in the dataset and one result for all the countries combined, all in one graph. i have tried
HTML Code:
coefplot
my regression models are
HTML Code:
reg foodsum empower_score ib4.ses_cat age_men age_women edulvl_women hh_size hungerscale study_loc start_month [pw=wmwght] if country=="MOZ", cluster(a02)
HTML Code:
reg foodsum empower_score ib4.ses_cat age_men age_women edulvl_women hh_size hungerscale study_loc start_month [pw=wmwght] if country=="RWA", cluster(a02)
HTML Code:
reg foodsum empower_score ib4.ses_cat age_men age_women edulvl_women hh_size hungerscale study_loc start_month [pw=wmwght] if country=="UGA"], cluster(a02)
HTML Code:
reg foodsum empower_score ib4.ses_cat age_men age_women edulvl_women hh_size hungerscale study_loc start_month [pw=wmwght], cluster(a02)]
Many thanks!
0 Response to Graphical display of multiple OLS regressions
Post a Comment