vincentarelbundock / pymarginaleffects

GNU General Public License v3.0
47 stars 8 forks source link

`avg_` + `ratio` vs. `ratioavg` #99

Closed vincentarelbundock closed 2 months ago

vincentarelbundock commented 2 months ago
avg_comparisons(mod, variables = "x", comparison = "ratio")
comparisons(mod, variables = "x", comparison = "ratioavg")

In R, we get different results for these two.

vincentarelbundock commented 2 months ago

Python version was correct