afex
afex copied to clipboard
Analysis of Factorial EXperiments (R package)
Is there a specific reason why `id` is the first argument in `aov_ez`, and `data` is the third? It would make more sense to me if `data` was the first...
Not sure why this is happening... See example below (6 min vc 500ms) ```R library(afex) library(emmeans) data(obk.long, package = "afex") fit_lmm Contrasts set to contr.sum for the following variables: treatment,...
Hi Henrik, it's impossible to change the color of background data when mapping is set to "color" only. (I would've expected different color of the CI bars and same color...
When data is transformed, `afex_plot` shows data on transformed scale, but emmeans on response scale: ``` r library(afex) #> Loading required package: lme4 #> Loading required package: Matrix #> Registered...
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...
Some journals request effect sizes to be included in the analysis. I don't know if this is possible, but can a specialised effect statistic (such as eta-squared) be returned alongside...
Hey Dr. Singmann, I really like afex. It has been helpful so far with getting overall tests for categorical variables with more than 2 levels except when I have a...
Hi afex dev team, We tried to install the afex package but that failed with the following error: `Error: package or namespace load failed for ‘afex’: .onLoad failed in loadNamespace()...
As briefly explained on Twitter: I would like to plot one factor on color and another one on shape etc., allowing to incorporate additional factors into one graph (yes, this...
I intend to fix later. ``` library("lme4") library("optimx") gm1