Code:
sysuse auto ivreghdfe price weight (length=trunk) [aw=weight], absorb(rep78)
Error: cannot use weight variables as dependent variable, regressor or IV in combination with -partial- option.
sysuse auto ivreghdfe price weight (length=trunk) [aw=weight], absorb(rep78)
sysuse auto clonevar Weight = weight ivreghdfe price Weight (length=trunk) [aw=weight], absorb(rep78)
Leave a comment: