You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the SEs don't match, is it because of marginaleffects, or do the fitted models themselves have different covariance matrices? In R you can inspect it with vcov(model). in Python it's usually model.cov_params().
The text was updated successfully, but these errors were encountered:
Multinomial logit models do not match
R
.At first glance, it looks like things work, and there are some tests commented out here:
https://github.com/vincentarelbundock/pymarginaleffects/blob/main/tests/test_statsmodels_mnlogit.py
Things to check:
marginaleffects
, or do the fitted models themselves have different covariance matrices? InR
you can inspect it withvcov(model)
. inPython
it's usuallymodel.cov_params()
.The text was updated successfully, but these errors were encountered: