jacob-long / interactions

A comprehensive, user-friendly toolkit for visualizing and analyzing statistical interactions. A spinoff from the `jtools` package.
https://interactions.jacob-long.com
Other
128 stars 19 forks source link

Interactions with glm poisson #45

Open benjaminwnelson opened 3 years ago

benjaminwnelson commented 3 years ago

Does this package work with a glm poisson model? I receive this error This could cause incorrect results if data has been altered since the model was fit. You can manually provide the data to the "data =" argument.

When I enter the data argument, then it just repeats the same error.

jacob-long commented 2 years ago

Yes it should work with such models. The message you're seeing is not an error message and is purely informational. If the function is not producing results, then something else on your console must be reporting the cause of the error.