I have a question about the error message in the title. It's really mysterious to me...
I'm trying to run a regression in which all independent variables are fully interacted with race. So, I tried the following:
Code:
reg empl x_wht x_blk x_hsp (i.cty i.yr)#i.rac, vce(boot)
Code:
reg empl x_wht x_blk x_ors i.cty#i.rac i.yr#i.rac, vce(boot)
0 Response to Err Msg: depvar may not be a factor variable
Post a Comment