Is there any way to display statsmodels regression results in a tkinter GUI?
What I want is to get something like this output straight into the GUI:
I've been able to get matplotlib output into tkinter using FigureCanvasTkAgg and NavigationToolbar2Tk, but I can't find something similar to this in the statsmodels documentation or basically anywhere on the web.
Surely there's some way?
