-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing method for fe(:a) * fe(:d) is missing when using term() #258
Comments
Among other things, this is fixed by #183 IIRC. |
As for why, it's because the formula syntax (distributed/associative rules for |
Thanks! This can be closed now — this code snippet no longer throws an error with the latest version of FixedEffectModels. |
Line 412 in 98f7fb6
|
Hi everyone, I was sent over from FixedEffectModels.jl as the problem seems to stem from StatsModels.jl
Here is the link to the thread: FixedEffects/FixedEffectModels.jl#206
Here is the original issue:
The following throws an error when using *
error message:
The text was updated successfully, but these errors were encountered: