4.5.5.1.4. statsmodels.iolib.summary.summary_params_2d

statsmodels.iolib.summary.summary_params_2d(result, extras=None, endog_names=None, exog_names=None, title=None)[source]

create summary table of regression parameters with several equations

This allows interleaving of parameters with bse and/or tvalues

Parameters:

result : result instance

the result instance with params and attributes in extras

extras : list of strings

additional attributes to add below a parameter row, e.g. bse or tvalues

endog_names : None or list of strings

names for rows of the parameter array (multivariate endog)

exog_names : None or list of strings

names for columns of the parameter array (exog)

alpha : float

level for confidence intervals, default 0.95

title : None or string

Returns:

tables : list of SimpleTable

this contains a list of all seperate Subtables

table_all : SimpleTable

the merged table with results concatenated for each row of the parameter array