You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During my research I encounter an issue with geom_pwc() with emmeans_test method when I want to extract means from defined lmer model. Let say I build the following model:
NOTE: Results may be misleading due to involvement in interactions
# A tibble: 2 × 9
term .y. group1 group2 df statistic p p.adj p.adj.signif
* <chr> <chr> <chr> <chr> <dbl> <dbl> <dbl> <dbl> <chr>
1 group group grp1 grp2 42.0 1.11 0.272 0.543 ns
2 group group grp1 grp3 42.0 2.92 0.00557 0.0111 *
But when I try to plot the results of test on boxplot I have a problem. Let say I do it in this way:
During my research I encounter an issue with
geom_pwc()
withemmeans_test
method when I want to extract means from defined lmer model. Let say I build the following model:I want to estimate marginal means by:
the result is following:
But when I try to plot the results of test on boxplot I have a problem. Let say I do it in this way:
this gives me
which is wrong with the comparison with the results of the tests. So I tried:
and this gives me the following error:
Please help :)
session_info()
The text was updated successfully, but these errors were encountered: