Adding (almost) full support to the easystats ecosystem
To add support for models in the easystats ecosystem, especially for the packages parameters, or to support most / all features from easystats, following methods should be added to the insight package:
insight::find_formula()
insight::model_info()
insight::get_parameters()
insight::get_statistic()
insight::find_statistic()
insight::get_varcov()
insight::get_df()
Nice to have (though some of the following functions could already work if the above methods are implemented):
Adding basic support
If the purpose is just “tidy” output, it is enough to add following methods to the parameters package:
The simplest way is just adding a method for
parameters::model_parameters()
, however, than this
model-class is not supported by all functions we offer in the
easystats ecosystem.
See also https://easystats.github.io/effectsize/articles/effectsize_API.html