statsmodels.iolib.summary.Summary#
- class statsmodels.iolib.summary.Summary[source]#
Result summary
Construction does not take any parameters. Tables and text can be added with the add_ methods.
- Attributes:
Methods
add_extra_txt(etext)Add additional text that will be added at the end in text format
add_table_2cols(res[, title, gleft, gright, ...])Add a double table, 2 tables with one column merged horizontally
add_table_params(res[, yname, xname, alpha, ...])Create and add a table for the parameter estimates
as_csv()Return tables as string
as_html()Return tables as string
as_latex()Return tables as string
as_text()Return tables as string
Methods
add_extra_txt(etext)Add additional text that will be added at the end in text format
add_table_2cols(res[, title, gleft, gright, ...])Add a double table, 2 tables with one column merged horizontally
add_table_params(res[, yname, xname, alpha, ...])Create and add a table for the parameter estimates
as_csv()Return tables as string
as_html()Return tables as string
as_latex()Return tables as string
as_text()Return tables as string