Since grqreg does not support factor variables, I am wondering if there is any updated version of grqreg that I am not aware of.
I tried using the following code. The command grqreg still reports an error message.
local controls bi_school_dum* entry_year_dum* grade_dum* term_dum*
local ses f_city_hukou_dum* m_city_hukou_dum* m_educ_dum* f_educ_dum*
qui:qreg chi_std `controls' `ses' female if grade == 1
grqreg female, ci ols olsci
The error message is : "o.bi_school_dum5 invalid name".
I tried using the following code. The command grqreg still reports an error message.
local controls bi_school_dum* entry_year_dum* grade_dum* term_dum*
local ses f_city_hukou_dum* m_city_hukou_dum* m_educ_dum* f_educ_dum*
qui:qreg chi_std `controls' `ses' female if grade == 1
grqreg female, ci ols olsci
The error message is : "o.bi_school_dum5 invalid name".
Comment