Search found 1 match

by leogerry
Thu Jul 20, 2023 4:13 pm
Forum: Help
Topic: Is there the ifelse() function in Jamovi
Replies: 1
Views: 2104

Is there the ifelse() function in Jamovi

Hi, Am new to Jamovi and wonderfully lost! Wondering if I can use the following ifelse function in computing an new variable: NEWVariable = ifelse(p20freekit_circ___1 == 1,1,ifelse(p20freekit_circ___2 == 1,2,ifelse(p20freekit_circ___3 == 1,3,ifelse(p20freekit_circ___4 == 1,4,ifelse(p20freekit_circ__...