Mattan S. Ben-Shachar
Mattan S. Ben-Shachar
Ich nicht spreche Deutsch 🤷♂️ Was ist das? (Hope I got that right?)
How very out of character of you 🤣 I am def for this idea!
This would only work for treatment coding, so that would need to be tested. Personally, I don't see the merit of adding all these 0s?
But then the intercept(s) are omitted, to have a table of slopes only? This is less intuitive to me (I would prefer a clear label of the intercept instead), but...
> Would that suggest that this only work for non-linear models? For linear models, the average random effect is the fixed effect on the DV scale. But for non-linear models,...
How would you deal with interactions? ``` r library(dplyr, warn.conflicts = FALSE) library(parameters) mod Parameter | Coefficient | SE | 95% CI | t(28) | p | Std. Coefficient |...
In the docs the options at parametric of semiparametric - there is no non-parametric. https://www.rdocumentation.org/packages/lme4/versions/1.1-27/topics/bootMer
@DominiqueMakowski Can you explain what exactly the "smart" method is trying to do? It seems to break somewhat when there are formula-transformations (`log(y) ~ sqrt(x)`) and I'd like to try...
The idea of "robust" is weird - robust measures are measures less affected by changes in data values, which Spearman's corr is because it is on ranked data. But it...