Search found 2 matches

by caitie11122
Thu Feb 17, 2022 3:49 am
Forum: Help
Topic: Transform Variable- Absolute Value of Source
Replies: 3
Views: 3848

Re: Transform Variable- Absolute Value of Source

PS: I realise this step is just for calculating the per-comparison error rate, I said familywise because I need this step to be able to then add them up for the FWER
by caitie11122
Thu Feb 17, 2022 3:48 am
Forum: Help
Topic: Transform Variable- Absolute Value of Source
Replies: 3
Views: 3848

Transform Variable- Absolute Value of Source

Hi, I am trying to calculate the familywise error rate of a group of data, and basically all I want is to be able to create a transform that allows me to use if abs($source) > x use 1, else use 0. However, I am unable to add an absolute value command here. I have made a workaround where I've made a ...