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:
- results
Modelresultsinstance The result instance to summarize.
- alpha
float,optional Significance level for the confidence intervals.
- float_format
str,optional Float formatting for summary of parameters.
- title
str,optional Title of the summary table.
- xname
listofstr,optional Names of the independent variables. Must have length equal to the number of parameters.
- yname
str,optional Name of the dependent variable.
- results