I'm trying to join the mean, median, sd and var of a dataset but I'm failing to do so with dplyr.
Here is a SS with the Data
I'm just failing to obtain a table containing mean, median, sd and var for each header (Congruent and Incongruent)
The header of the table would still be Congruent and Incongruent and the rows would be each function described above.
This is probably a dupe but I have read a lot of similar questions and I just couldn't achieve what I'm trying, sorry for my rookieness.
Many thanks