Computed variables not appearing

General help and assistance with jamovi. Bug reports can be made at our issues page: https://github.com/jamovi/jamovi/issues . (If you're unsure feel free to discuss it here)
Post Reply
Olivia42
Posts: 3
Joined: Wed Jun 17, 2020 4:01 pm

Computed variables not appearing

Post by Olivia42 »

Hi, i'm trying to sum all of my recorded responses from participants on the Beck depression inventory but when I try to do this, the total computed values do not appear. I had to transform the original BDI scores so they would be in the correct format of scores ranging from 0-3. So, I am using the transformed scores when summing because they reflect the correct scores. Any advice on what I can do to get this to work?

I have attached the file. Thanks
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

Re: Computed variables not appearing

Post by jonathon »

hi,

your transform rules specify (for example) `use '3'` ... when you wrap a number in quotes, it turns it into text (you'll see that the little icon at the top of each column has a little 'a', indicating that it is a text column). you can't take a SUM or text.

if you change these to `use 3` you should be in business.

cheers
Olivia42
Posts: 3
Joined: Wed Jun 17, 2020 4:01 pm

Re: Computed variables not appearing

Post by Olivia42 »

It worked, thank you for your help.
Post Reply