-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The current MetaRegressionResults object is pretty barebones and intended only as a prototype. Minimally, we should:
- Implement the skeleton
summary()andplot()methods. - Add a
__repr__method (possibly just aliased tosummary()) that includes information about the dataset and estimation (the currentto_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
Labels
enhancementNew feature or requestNew feature or request