Normally the model is Alpha= beta MRP + beta SMB + beta HML + beta MOM + error term
I want to test the effect of gender (variable called Male), so the model becomes Alpha= beta Male+ beta MRP + beta SMB + beta HML + beta MOM + error term
My control variables include a time-invariant called Family and time-varying variables Volatility Size
Now I'm trying to do -xthtaylor- model with the following code
Is that the correct code in this case? I want to use -xthtaylor- to control for all fixed effects while testing the effect of the time-invariant Male
I want to test the effect of gender (variable called Male), so the model becomes Alpha= beta Male+ beta MRP + beta SMB + beta HML + beta MOM + error term
My control variables include a time-invariant called Family and time-varying variables Volatility Size
Now I'm trying to do -xthtaylor- model with the following code
Code:
xthtaylor alpha MRP SMB HML MOM Male Family Volatility Size, endog(Male MRP SMB HML MOM) constant(Male)
Comment