easystats
banner
easystats.github.io
easystats
@easystats.github.io
Official channel of {easystats}, a collection of #rstats 📦s with a unifying and consistent framework for statistical modeling, visualization, and reporting.

“Statistics are like sausages. It’s better not to see them being made, unless you use easystats.”
... which you can do by adding additional "layers", if you use the gt-format or tinytable-format.
September 1, 2025 at 2:54 PM
Not sure about the specific requirements for APA 7 style, but I guess you may need some additionally tweaking of the returned table object.
September 1, 2025 at 2:53 PM
Wanna dive deeper into the table universe? Check out these links:
👉 easystats.github.io/insight/arti...
👉 vincentarelbundock.github.io/tinytable/

Happy printing, everyone! 🖨️ #rstats #easystats
Formatting, printing and exporting tables
easystats.github.io
September 1, 2025 at 6:04 AM
That "tt" option is now fully rolled out across several #easystats packages, powered by the amazing {tinytable} package. This means you can create tables in a gazillion different output formats! How cool is that? 🤯
September 1, 2025 at 6:04 AM
And you can totally control the vibe! Use the `format` argument to get "markdown" (for a classic kable look), "html" (for a sleek gt-table), or the new kid on the block, "tt" (for a tinytable masterpiece!).
September 1, 2025 at 6:04 AM
... and when they print, it's thanks to some behind-the-scenes magic with `insight::format_table()` and `insight::export_table()`! ✨

But there's more! Many #easystats functions also have a `display()` method. Think of it as your personal table stylist, making everything look super user-friendly! 💅
September 1, 2025 at 6:04 AM
Even if you're not tackling these super complex questions, {modelbased} is generally just a fantastic tool for really getting your head around your statistical models. Go on, take a peek! You might just fall in love: easystats.github.io/modelbased/

#rstats #easystats #marginaleffects #inference
Estimation of Model-Based Predictions, Contrasts and Means
Implements a general interface for model-based estimations for a wide variety of models, used in the computation of marginal means, contrast analysis and predictions. For a list of supported models, s...
easystats.github.io
August 31, 2025 at 8:27 AM
Dealing with interrupted time series where a sudden event just messed with everything?
easystats.github.io/modelbased/a...

Curious about disparities, different trajectories of hidden groups, and what makes them tick?
easystats.github.io/modelbased/a...
Interrupted Time Series Analysis
easystats.github.io
August 31, 2025 at 8:27 AM
Got a thing for social and health inequalities?
easystats.github.io/modelbased/a...

Or maybe you're into the nitty-gritty of intersectional analysis?
easystats.github.io/modelbased/a...
Case Study: Measuring and comparing absolute and relative inequalities in R
easystats.github.io
August 31, 2025 at 8:27 AM
True to the #easystats vibe, {modelbased} keeps things simple, flexible, and easy-peasy so you can truly unleash the power of your models without pulling your hair out.

Ever wondered about cause and effect in observational data without needing a time machine?
easystats.github.io/modelbased/a...
Case Study: Causal inference for observational data using modelbased
easystats.github.io
August 31, 2025 at 8:27 AM
The {modelbased} R package is here to be your statistical sidekick! It's an #rstats gem that helps you squeeze every last drop of insight from your models. It's got a super user-friendly interface to pull out all those estimands from a huge variety of models (doi.org/10.21105/jos...).
modelbased: An R package to make the most out of your statistical models through marginal means, marginal effects, and model predictions
Makowski et al., (2025). modelbased: An R package to make the most out of your statistical models through marginal means, marginal effects, and model predictions. Journal of Open Source Software, 10(1...
doi.org
August 31, 2025 at 8:27 AM
Just dodging is not yet implemented in {tinyplot}, but hopefully coming soon!
July 22, 2025 at 3:27 PM
As you can see, many plot types already work, just some fine-tuning left to do...
July 22, 2025 at 3:27 PM
Since `display(format = "tt")` returns a `tinytable` object, you can easily modify the table to meet your needs.
July 22, 2025 at 7:47 AM
Here's the default HTML rendering.
July 22, 2025 at 7:45 AM