Trending

#easystats

Latest posts tagged with #easystats on Bluesky

Latest Top
Trending

Posts tagged #easystats

Checking model assumption - linear models

Your model is only as good as its assumptions. πŸ“Š But what happens when your data breaks the rules? Let’s dive into how to check your model assumptionsβ€”and exactly how to fix those pesky violations: πŸ§΅πŸ‘‡
easystats.github.io/performance/...
#rstats #easystats #performance

17 5 0 0
Preview
Posterior predictive checks β€” check_predictions Posterior predictive checks mean "simulating replicated data under the fitted model and then comparing these to the observed data" (Gelman and Hill, 2007, p. 158). Posterior predictive checks can be u...

#statstab #496 Posterior predictive checks {performance}

Thoughts: Idk why more frequentist don't use ppc for their models. I can diagnose so many issues visually this way.

#error #posterior #ppc #modelfit #diagnostics #model #r #rstats #easystats

easystats.github.io/performance/...

15 2 2 0

Here's a quick little example showing off tidy() vs. model_parameters(): andrewheiss.quarto.pub/parameters-v...

Maybe someday I'll make a longer, more official blog post showing glance() vs. model_performance() and augment() vs. marginaleffects::predictions() πŸ€·β€β™‚οΈ #rstats #easystats

60 5 2 1
# The columns from model_parameters() have to be named specific things to work with int_t() later
  return(
    model_parameters(model_outcome) |>
      insight::standardize_names(style = "broom")
  )

# The columns from model_parameters() have to be named specific things to work with int_t() later return( model_parameters(model_outcome) |> insight::standardize_names(style = "broom") )

The only downside is that things like {rsample} are designed to work with broom-style names for bootstrapping, so I've got to do this name standardization thing with {insight} #rstats #easystats - example here: evalsp26.classes.andrewheiss.com/example/matc...

12 1 3 0

Finally got around to removing broom::tidy(), broom::glance(), and broom::augment() from my class examples in favor of parameters::model_parameters(), performance::model_performance() and marginaleffects::predictions() because they're *so nice* for teaching! #rstats #easystats

79 6 4 2
Plotting estimated marginal means with tinyplot

πŸŽ‰ Great news for #rstats users! If you love the native R graphics feel of #tinyplot AND you're a fan of the powerful #easystats #modelbased package, this is for you!

Thanks to @gmcd.bsky.social, we significantly enhanced the tinyplot integration.

πŸ”— Read more: easystats.github.io/modelbased/a...

28 7 1 2
Case Study: Understanding your models

#statstab #463 {modelbased} Understanding your models

Thoughts: A deceptively simple case study on how to understand and report your model.

#rstats #modelling #easystats #r #reporting

easystats.github.io/modelbased/a...

9 2 0 0

This is how table printing in #easystats look like - nice tables out-of-the-box thanks to #rstats packages like {gt} or {tinytable}, which is now fully supported across easystatsπŸ“¦

12 2 0 0
Formatting, printing and exporting tables

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

5 0 1 0
Example for a colored markdown table, printed to the R console.

Example for a colored markdown table, printed to the R console.

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? 🀯

3 0 1 0
Screenshot of the default R console table output

Screenshot of the default R console table output

... 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! πŸ’…

1 0 1 0

Nice thread that gives examples how many research questions can be answered by some kind of estimated marginal means, contrasts/comparisons or marginal effects.

Check out the recent release from the #rstats {modelbased} πŸ“¦ and the cool examples shown in the #easystats thread!

10 1 1 0
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...

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

2 0 0 0
Case Study: Causal inference for observational data using modelbased

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...

5 0 1 0

#easystats was a complete gamechanger for me!

1 0 0 0

That's pretty cool seeing the #easystats πŸ“¦ in teaching and daily work beyond your own little cosmos #rstats

9 0 1 0
Case Study: Measuring and comparing absolute and relative inequalities in R

How to summarize the total effect of a categorical variable like education? A new vignette shows how to compute absolute and relative inequality with the #easystats {modelbased}πŸ“¦in #rstats. Get a single, interpretable number to quantify overall group disparities!
easystats.github.io/modelbased/a...

20 1 0 1
Post image Post image Post image Post image

πŸŽ‰ Great news, R users! πŸŽ‰ We're thrilled to announce that {tinyplot} support is coming to the #rstats #easystats project! Get ready for even more amazing stuff to make your data analysis a breeze! πŸ“Šβœ¨
@gmcd.bsky.social @vincentab.bsky.social @zeileis.org

21 4 2 0
Post image Post image Post image Post image

Improved support for the great {tinytable}πŸ“¦ from @vincentab.bsky.social coming to the easystats packages! Use the `display()` method for different output formats of your tables - HTML, markdown, or - when `format = "tt"` a `tinytable` object that renders context-dependent.
#easystats #rstats

21 3 1 0
Preview
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...

#statstab #390 modelbased: An R package to make the most out of
your statistical models through marginal means,
marginal effects, and model predictions

Thoughts: Great package for getting predicted probabilities for your models.

#rstats #r #easystats

doi.org/10.21105/jos...

10 4 0 0

#statstab #386 {bayestestR} Evaluating Evidence and Making Decisions using Bayesian Statistics by @mattansb.msbstats.info

Thoughts: Want to start using Bayesian stats? Here is a quick but comprehensive guide in #R

#bayesian #bayes #mcmc #easystats #guide

mattansb.github.io/bayesian-evi...

6 4 1 0
Framework for Easy Statistical Modeling, Visualization, and Reporting A meta-package that installs and loads a set of packages from easystats ecosystem in a single step. This collection of packages provide a unifying and consistent framework for statistical modeling, vi...

Several easystatsπŸ“¦were updated the past weeks, make sure to install them to get the latest features!

Here's what's new:
- πŸ“¦insight, bayestestR: performance improvements for Bayesian models, better support for brms-mixture models

1/2

#easystats #rstats
easystats.github.io/easystats/

16 5 1 0

If our packages were stocks, all our users would be rich now. But even so, you gain a lot when you use #rstats #easystats packages 😎

5 1 0 0
Post image

Yay, we have reached the 30 million downloads mark (and > 10k citations of our packages)! #easystats #rstats
(nice metrics, despite not 100% accurate, but still...)

22 3 0 2
Post image

Time for a new wallpaper... #easystats #insight

0 0 1 0
An Introduction to Growth Mixture Models with brms and easystats

Unlock hidden patterns in longitudinal data! πŸš€ Our new vignette shows how to use brms & easystats to perform Growth Mixture Models, identify unique developmental trajectories, and visualize & interpret your findings with ease. #rstats #brms #easystats
easystats.github.io/modelbased/a...

22 4 1 1

#easystats makes #rstats easy

2 1 0 0

We're happy to have an accompanying publication for another #rstats #easystats package published! Thanks to @vincentab.bsky.social and @tjmahr.com for reviewing the manuscript!

25 9 1 0
mlmRev::egsingle |>
  performance::check_group_variation(
    select = c("female", "grade", "math"),
    by = c("schoolid", "childid"),
    include_by = TRUE
  )
#> Check schoolid variation
#>
#> Variable | Variation |  Design
#> ------------------------------
#> childid  |      both |  nested
#> female   |    within | crossed
#> grade    |      both |
#> math     |      both |
#>
#> Check childid variation
#>
#> Variable | Variation | Design
#> -----------------------------
#> schoolid |   between |
#> female   |   between |
#> grade    |      both |
#> math     |      both |

mlmRev::egsingle |> performance::check_group_variation( select = c("female", "grade", "math"), by = c("schoolid", "childid"), include_by = TRUE ) #> Check schoolid variation #> #> Variable | Variation | Design #> ------------------------------ #> childid | both | nested #> female | within | crossed #> grade | both | #> math | both | #> #> Check childid variation #> #> Variable | Variation | Design #> ----------------------------- #> schoolid | between | #> female | between | #> grade | both | #> math | both |

πŸ†• Introducing check_group_variation() in the {performance} #Rstats package! πŸŽ‰

This function makes it easy to checks if variables vary within or between levels of grouping variables.

Perfect for understanding and designing mixed models πŸš€

easystats.github.io/performance/...

#stats #easystats

44 13 3 0
Post image

One function per week, this time we look closer at random effects variances in mixed models: `performance_reliability()` & `performance_dvour()`. Is the variability in your data due to noise within groups, or actual differences between groups? #easystats #rstats easystats.github.io/performance/...

10 0 2 0