The following objects are masked from 'package:tidyr':
expand, pack, unpack
************
Welcome to afex. For support visit: http://afex.singmann.science/
- Functions for ANOVAs: aov_car(), aov_ez(), and aov_4()
- Methods for calculating p-values with mixed(): 'S', 'KR', 'LRT', and 'PB'
- 'afex_aov' and 'mixed' objects can be passed to emmeans() for follow-up tests
- Get and set global package options with: afex_options()
- Set sum-to-zero contrasts globally: set_sum_contrasts()
- For example analyses see: browseVignettes("afex")
************
Attaching package: 'afex'
The following object is masked from 'package:lme4':
lmer
(dataset.unique %>%# start with the dataset group_by(EC) %>%# group by the training goal variablesummarise(mean =mean(RaceDFeb), # get the mean of the DV in each groupSD =sd(RaceDFeb)) -> trainingGoalDescriptives) # get the SD of the DV in each group
# A tibble: 2 × 3
EC mean SD
<dbl+lbl> <dbl> <dbl>
1 0 [Self-Pos Black Training] 0.153 0.386
2 1 [Other-Neg Black Training] 0.264 0.435