-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Description
I am trying to use fixest::feols
for my model in geom_smooth
but am getting an error because weights = weights
is passed as an unquoted symbol here.
Changing this to data$weights
should work, but when I applied this change, only this test fails and I can not decipher why
See lrberge/fixest#605 for discussion