Daniel 🕹️
banner
strengejacke.de
Daniel 🕹️
@strengejacke.de
He/she/it - 's' muss mit.
We're lower than the world!

R easystats project:
https://easystats.github.io/easystats/
These are my #Positron extensions I've currently installed. Are there any "must haves" missing in my list, what other extensions would you recommend etc.? (answers including "python" will be ignored... 😎) #rstats #rstudio #vscode
October 16, 2025 at 9:15 AM
This weekend I dug out my very old #starwars #ccg cards (decipher) because my son really wanted to play the game. Now I'm thinking about checking out Star Wars Unlimited, because it's no longer easy to get cards for the CCG. Anyone experience with Star Wars Unlimited? Would you recommend it? #tcg
September 8, 2025 at 5:30 AM
R is not Nintendo. #rstats
September 5, 2025 at 9:10 PM
If this is not of particular interest, i.e. you're not investigating "treatment methods", I'd suggest adding "hospital ID" as random effect. As said before, in the "worst case", we end up with the same accuracy as for simpler models (that's again Gelman/Hill 2007)
September 3, 2025 at 8:42 AM
from: Douglas M. Bateslme4: Mixed-effects modeling
with R
September 3, 2025 at 8:33 AM
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📦
September 1, 2025 at 6:21 AM
Something like:
August 23, 2025 at 11:30 AM
paramters::model_parameters() has the `ci_method` argument with similar options . however, broom.mixed returns NA for Wald-CIs?
August 6, 2025 at 9:17 PM
(code in ALT text)
August 6, 2025 at 8:32 PM
- modern look'n'feel
- fully customizable layout
- absolutely easy to handle GitHub integration
- code assist / LLM integration, if desired
- rather simple and intuitive UI
- hide/show relevant panes with a keystroke

What's not to like about it? 😎
August 2, 2025 at 7:06 AM
After several years, I noticed that the first author of a co-authored article had corrected what he believed to be a ‘spelling mistake’ in the name of an R package.
July 17, 2025 at 1:15 PM
See the slides 21-23 from "Introduction into predictions and the {modelbased} package", where I tried to write up my understanding/definition: easystats.github.io/easystats/ar...
July 17, 2025 at 12:53 PM
That's ("answer is indeed ME") probably a too fast conclusion (depending on what you mean by "marginal effects" - if a single number, that's not always a good idea. In this example, we used cubic age, and the interpretation makes sense... 1/2
July 8, 2025 at 12:32 PM
Ok, works for simple models, must check for more complex like mixed effects / zero-inflated models.
July 6, 2025 at 9:09 PM
Would it be something like this?
July 5, 2025 at 10:56 AM
Time for a new wallpaper... #easystats #insight
July 1, 2025 at 1:09 PM
I mean, it even appears if you just select a single char.
July 1, 2025 at 7:44 AM
July 1, 2025 at 7:40 AM
Here's a way how I handled it in sjPlot, *if* you really have neutral categories. Such thing would be nice to have in a future update, because you don't have much tools for plotting "Likert" scales (especially not in Excel/Office diagrams, but who makes figures with office anyway?)
June 4, 2025 at 10:03 AM
I often have "neutral" categories, like "don't know" or similar, and these are neither positive nor negative, so it would be great to account for their proportion, but placing it in the middle would add half of their counts to both sides, which can be misleading when interpreting "totals".
June 4, 2025 at 10:03 AM
😎
June 4, 2025 at 6:38 AM
I often show students this figure and ask, how different is the green distribution (p < 0.05) from the blue distribution (p = 0.10)? Just to raise some awareness that the difference between "statistical significant" and "not significant" is not always that significant...
June 3, 2025 at 6:57 AM
You may also find `convert_to_na()` and `convert_na_to()` helpful (easystats.github.io/datawizard/r...), or maybe also `replace_nan_inf()` from the #rstats {datawizard} package.
May 21, 2025 at 1:28 PM
And although the scales are different for predictions and coefficients, the statistical test for the difference between levels of a factor (= p-values) are literally identical, meaning that if you work with predicted probabilities anyway, it almost doesn't matter which model you take.
May 20, 2025 at 12:17 PM
Nice video, as always! One conclusion would be to use marginal means / adjusted predictions, because this will give consistent results for both models.
May 20, 2025 at 12:17 PM