Good morning everyone,
I am currently running a set of regressions and would like to save and visualize only the coefficient for the "Female" variable for each region. Is there a way to do this efficiently?
Thank you very much in advance for your help!
I am currently running a set of regressions and would like to save and visualize only the coefficient for the "Female" variable for each region. Is there a way to do this efficiently?
Thank you very much in advance for your help!
Code:
by region, sort: regr lnweeklyIncome Female $worker_reg $inq_reg $contr_reg $firm_charact $territorial_charact_reg if MYsampleREG == 1 [aweight=peso]
Comment