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
Hi, recently I have been playing with statsmodels and pinguin and I have not been able to figure out how to get residuals from pinguin. What I mean is (taking your example):
Thanks for opening the issue. Pingouin does not currently return the residuals for ANOVA models (it does only in the linear_regression function). I don't think it should be too hard to implement though. I'm jammed up right now but can take a look at that within the next couple of months. Or, if you'd like to submit a pull request, please feel free to do so!
Hi, recently I have been playing with
statsmodels
andpinguin
and I have not been able to figure out how to get residuals from pinguin. What I mean is (taking your example):If I would like to plot the residuals, how can I do that without calling
model.resid
?Thanks.
The text was updated successfully, but these errors were encountered: