4.5.5. statsmodels.iolib.summary

4.5.5.1. Functions

forg(x[, prec])
summary(self[, yname, xname, title, alpha, ...])
Parameters:
summary_params(results[, yname, xname, ...]) create a summary table for the parameters
summary_params_2d(result[, extras, ...]) create summary table of regression parameters with several equations
summary_params_2dflat(result[, endog_names, ...]) summary table for parameters that are 2d, e.g. multi-equation models
summary_params_frame(results[, yname, ...]) create a summary table for the parameters
summary_return(tables[, return_fmt])
summary_top(results[, title, gleft, gright, ...]) generate top table(s)
table_extend(tables[, keep_headers]) extend a list of SimpleTables, adding titles to header of subtables

4.5.5.2. Classes

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() class to hold tables for result summary presentation