statsmodels.iolib.summary2.Summary.add_base#

Summary.add_base(results, alpha=0.05, float_format='%.4f', title=None, xname=None, yname=None)[source]#

Try to construct a basic summary instance

Parameters:
resultsModel results instance

The result instance to summarize.

alphafloat, optional

Significance level for the confidence intervals.

float_formatstr, optional

Float formatting for summary of parameters.

titlestr, optional

Title of the summary table.

xnamelist of str, optional

Names of the independent variables. Must have length equal to the number of parameters.

ynamestr, optional

Name of the dependent variable.