knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  warning = FALSE,
  message = FALSE
)

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:

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



easystats/insight documentation built on April 13, 2025, 8:38 a.m.