How to Exclude Multiple Values in Data Variable

Discuss the jamovi platform, possible improvements, etc.
Post Reply
User avatar
ThomasChen
Posts: 4
Joined: Tue Aug 15, 2023 12:51 am

How to Exclude Multiple Values in Data Variable

Post by ThomasChen »

Hi all,

I used ParticipantID != 3 to filter out records with ParticipantID of 3. Now I need to exclude 3 and 4. How can I modify my condition to remove both values?

Thanks for your help!
User avatar
reason180
Posts: 278
Joined: Mon Jul 24, 2017 4:56 pm

Re: How to Exclude Multiple Values in Data Variable

Post by reason180 »

(ParticipantID != 3) and (ParticipantID != 4)
User avatar
ThomasChen
Posts: 4
Joined: Tue Aug 15, 2023 12:51 am

Re: How to Exclude Multiple Values in Data Variable

Post by ThomasChen »

Hi,
It works.
Thanks!
Post Reply