Page 1 of 1

Changing levels' names

Posted: Tue Apr 01, 2025 6:36 pm
by Isabel
Hi,

I'm trying to attribute other names for the levels.
As you can see in the image, I want to change both "Concordo ligeiramente" and "Concordo totalmente" to "1". However, it seems that I cannot do this without appearing a (2) for repeated names.

A possible solution is to create a computed variable for this column using the rule IF( AQ_01 == "Concordo totalmente" or AQ_01 == "Concordo ligeiramente", 1, 0). However, I want to avoid adding more columns to my database unnecessarily.

I also tried to change the Measure type from Nominal to Ordinal, and the Data type from Text to Integer, but all the values disappeared.

Does anyone know why this is happening and how can I change the name of the two levels to the same without the (2)?

Re: Changing levels' names

Posted: Wed Apr 02, 2025 12:06 am
by jonathon
hi,

two different levels cannot have the same label ... thems the rules sorry. in this situation we suggest you recode the column.

> and the Data type from Text to Integer, but all the values disappeared.

yeah, there's no meaningful way that jamovi can convert 'Concordo ligeiramente' to a number, so it is converted to a missing value.

jonathon