I'm preparing some teaching, so I've switched to Stata. I believe I have found a strange bug.
gives:
But lowess doesn't like the use of "swan" as a variable.
I don't have time to engage in discussions, but maybe someone spots the problem. If not, StataCorp may PM me if they want the data to do some testing.
Best,
Christopher
πΊπ¦
Code:
ds
Code:
pack swan diff_pack diff_swan limit balance eco bulb diff_eco diff_bulb interference abusing
Code:
lowess eco diff_eco // works lowess swan diff_swan // invalid syntax r(198); reg swan diff_swan // works
Best,
Christopher
πΊπ¦
Comment