statsmodels.iolib.summary2.Summary¶
-
class
statsmodels.iolib.summary2.Summary[source]¶ Methods
add_array(array[, align, float_format])Add the contents of a Numpy array to summary table
add_base(results[, alpha, float_format, …])Try to construct a basic summary instance.
add_df(df[, index, header, float_format, align])Add the contents of a DataFrame to summary table
add_dict(d[, ncols, align, float_format])Add the contents of a Dict to summary table
add_text(string)Append a note to the bottom of the summary table.
add_title([title, results])Insert a title on top of the summary table.
as_html()Generate HTML Summary Table
as_latex()Generate LaTeX Summary Table
as_text()Generate ASCII Summary Table