Skip to content

Beef up the results objects #5

@tyarkoni

Description

@tyarkoni

The current MetaRegressionResults object is pretty barebones and intended only as a prototype. Minimally, we should:

  • Implement the skeleton summary() and plot() methods.
  • Add a __repr__ method (possibly just aliased to summary()) that includes information about the dataset and estimation (the current to_df() method provides only estimate details).
  • Consider better representations of the internal parameters and associated stats, which are currently all stored in a dict.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions