How to get coefficients? #429
Replies: 1 comment
-
You have the whole fit results in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I get coefficients for each variable?
According to the documentation, print_summary() returns them, and mmm.trace['coef_media'].mean(axis=0) should as well, but my model is outputting different results for each of these. Why is that? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions