Page 2 of 2
Re: Excluding outliers with MAD
Posted: Mon Oct 17, 2022 12:12 am
by jonathon
oh, we need a python implementation for the computed variables.
cheers
jonathon
Re: Excluding outliers with MAD
Posted: Wed Apr 19, 2023 6:38 am
by Anki@28
Thanks for sharing the knowledge.
My data is a little more complicated. I would appreciate it if you could help me calculate MAD with my data.
I am interested in calculating MAD for a variable 'reaction time'. But there are four conditions; reaction time differs in all the conditions. So, I want to calculate MAD specific to each condition rather than MAD for overall RT. I wondered if there is a way to calculate the same rather than calculating MAD four times for each condition.
Re: Excluding outliers with MAD
Posted: Wed Apr 19, 2023 2:47 pm
by MAgojam
Hey Anki@28,
If I understand correctly you should have your data in a long mode, i.e. a "Conditions" variable with 4 levels (e.g. COND_1, ..., COND_4) and a "RT" variable with the reaction times to the stimulus.
I am attaching a screenshot with a possible suggestion, to be used with the Rj module editor plus.

- ScreenShot_20230419163021.jpeg (388.26 KiB) Viewed 5275 times
If not, come back.
Cheers,
Maurizio