iolib.summary.Summary

statsmodels.iolib.summary.Summary

class statsmodels.iolib.summary.Summary [source]

class to hold tables for result summary presentation

Construction does not take any parameters. Tables and text can be added with the add_ methods.

Attributes

tables (list of tables) Contains the list of SimpleTable instances, horizontally concatenated tables are not saved separately.
extra_txt (string) extra lines that are added to the text output, used for warnings and explanations.

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

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.iolib.summary.Summary.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部