statsmodels.iolib.summary2.Summary.add_title#

Summary.add_title(title=None, results=None)[source]#

Insert a title on top of the summary table

Parameters:
titlestr, optional

If a string is provided, that string is printed as the title.

resultsModel results instance, optional

If no title string is provided but a results instance is provided, statsmodels attempts to construct a useful title automatically.