C Appendix Variable Types
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
can be inserted in the input field that permits numerical variable and nominal variablesData Type
:text
can be inserted in the input field that permits 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 permits numerical variable. The data type property behaves like this:
Data Type
:integer
rounds the values to the closer integerData Type
:decimal
allows for floating pointsData Type
:text
does not exist, settingData Type
totext
transforms the variable into a nominal variable
Ordinal : numerical variable, it is passed to the R engine as an ordered factor. It can be input in the variable field that permits numerical and ordinal variables variable. The data type property behaves like this:
Data Type
:integer
can be inserted in the input field that permits numerical variable and nominal variablesData Type
:text
can be inserted in the input field that permits nominal variablesData Type
:decimal
does not exist. SettingData Type
todecimal
makes the variable acontinuous type
ID : something cool which I do not know about.