4.5.6. statsmodels.iolib.summary2¶
4.5.6.1. Functions¶
iteritems (obj, **kwargs) |
replacement for six’s iteritems for Python2/3 compat |
iterkeys (obj, **kwargs) |
|
itervalues (obj, **kwargs) |
|
summary_col (results[, float_format, ...]) |
Summarize multiple results instances side-by-side (coefs and SEs) |
summary_model (results) |
Create a dict with information about the model |
summary_params (results[, yname, xname, ...]) |
create a summary table of parameters from results instance |
4.5.6.2. Classes¶
OrderedDict (*args, **kwds) |
Dictionary that remembers insertion order |
SimpleTable (data[, headers, stubs, title, ...]) |
Produce a simple ASCII, CSV, HTML, or LaTeX table from a rectangular (2d!) array of data, not necessarily numerical. |
Summary () |