Russell V. Lenth
Russell V. Lenth
**Describe the bug** I was doing a comparison between the results of `emmeans::eff_size()` and `effectsize::t_to_d()`, and come up with very different results **To Reproduce** ``` r require(effectsize) #> Loading required...
Henrik, Just a note that I have figured out a way to auto-detect the parameters of a response transformation of `scale()`, provided the needed information is in the result of...
The help page for `aov_ez` states: > A caveat regarding the use of emmeans concerns the assumption of sphericity for ANOVAs including within-subjects/repeated-measures factors (with more than two levels). While...
I note that there is a `rope` method for objects created by the **emmeans** package. I was curious about what it does, so I looked at the code: ``` >...
I was trying out Phil and found it delightful how quickly I was making progress on an idea. Then I accidentally clicked on the "generate pattern" button, and poof! everything...
This issue is reported in [a question on StackOverflow](https://stackoverflow.com/questions/68844977/how-to-use-a-transformed-reference-grid-in-emmeans-from-a-nested-model/68851424#68851424). A test example: ```r cows
## Classification: Enhancement suggestion ## Summary An **emmeans** user posted [a question about `emmprep`](https://stackoverflow.com/questions/76702365/how-to-use-emmprep-on-an-unbalanced-nested-rma-mv-meta-analysis-model-in-r/76745457#76745457) whereby he wasn't able to use `emmprep()` for a model because it had nested fixed effects,...
A user reported an issue with obtaining EMMs from a `glmer` object when counterfactuals were used. ## To reproduce ``` ``` r require(emmeans) require(lme4) cbpp