A Appendix A
jamovi classifies data variables in four classes:

Nominal : categorical factor, it is passed to the R engine as a factor. Its behavior in jamovi interface depends on the
Data Typeproperty. We haveData Type:integerit can be inserted in input field that permit numerical variable and nominal variablesData Type:textit can be inserted in input field that permit nominal variablesData Type:decimalit does not exist. SettingData Typetodecimalmakes the variable acontinuous type
Continuous : numerical variable, it is passed to the R engine as a number. It can be input in the variable field that permit numerical variable. The data type property behaves like this:
Data Type:integerit rounds the values to the closer integerData Type:decimalallows for floating pointsData Type:textit does not exist, settingData Typetotexttransforms the variable into a nominal variable
Ordinal : numerical variable, it is passed to the R engine as a ordered factor. It can be input in the variable field that permit numerical and ordinal variables variable. The data type property behaves like this:
Data Type:integerit can be inserted in input field that permit numerical variable and nominal variablesData Type:textit can be inserted in input field that permit nominal variablesData Type:decimalit does not exist. SettingData Typetodecimalmakes the variable acontinuous type
ID : something cool which I do not know about.