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.

登录查看完整内容