You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The current
MetaRegressionResults
object is pretty barebones and intended only as a prototype. Minimally, we should:summary()
andplot()
methods.__repr__
method (possibly just aliased tosummary()
) that includes information about the dataset and estimation (the currentto_df()
method provides only estimate details).The text was updated successfully, but these errors were encountered: