How do I include fixed effects when using the statsmodels.regression.quantile_regression.QuantReg
function? Is there an efficient way of doing this or do I have to include dummy variables to account for the fixed effects?
Asked
Active
Viewed 21 times
0

shenflow
- 345
- 2
- 12
-
1you need to include dummy variables. There is no other way. – Josef Nov 22 '22 at 16:25