Amazing! Thank you so much that worked!!MAgojam wrote: ↑Tue Aug 08, 2023 1:51 pm Hey @statsdontlie,
would you like to take a look at the screenshot, i put a suggestion that might be what you are looking for to compute your new variable.
ScreenShot_20230808154340.jpeg
Cheers,
Maurizio Agosti
https://www.jamovi.org/about.html
Search found 3 matches
- Wed Aug 09, 2023 6:13 am
- Forum: Help
- Topic: not computing correctly
- Replies: 4
- Views: 7328
Re: not computing correctly
- Tue Aug 08, 2023 5:37 am
- Forum: Help
- Topic: not computing correctly
- Replies: 4
- Views: 7328
Re: not computing correctly
I think the problem is that your code is expecting data to be present (either above or below a set value) - however, as these cases have an absence of a value, your code doesn't take this into account and so the outcome is left blank. Try including a reference to 'ignore_missing' or such like in yo...
- Mon Aug 07, 2023 11:39 am
- Forum: Help
- Topic: not computing correctly
- Replies: 4
- Views: 7328
not computing correctly
In my study i have baseline and 3 follow-up timepoints (4month, 6-month, 12-month). I have participants who don't have a score for every follow-up timepoint. But i want to say 'Yes' if any of the follow-ups have a <= -3 change from baseline. And 'No' if any have >-3 instead. But somehow the code is ...