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 Type
property. We haveData Type
:integer
it can be inserted in input field that permit numerical variable and nominal variablesData Type
:text
it can be inserted in input field that permit nominal variablesData Type
:decimal
it does not exist. SettingData Type
todecimal
makes 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
:integer
it rounds the values to the closer integerData Type
:decimal
allows for floating pointsData Type
:text
it does not exist, settingData Type
totext
transforms 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
:integer
it can be inserted in input field that permit numerical variable and nominal variablesData Type
:text
it can be inserted in input field that permit nominal variablesData Type
:decimal
it does not exist. SettingData Type
todecimal
makes the variable acontinuous type
ID : something cool which I do not know about.