Variable types in DataTile

The list of variable types that DataTile supports

Updated over a week ago

Categorical variable

A categorical variable is used to label or categorize certain characteristics or traits without establishing a numerical value or order. Categorical variables are often used to represent qualities or attributes that are not numerical in nature. The two main types of categorical variables are:

  1. Nominal Variables: These are used to label or name categories without any quantitative value or inherent order. Examples include gender (male, female, non-binary), types of products (beverages, electronics, clothing), or brand names. Each category is distinct and there's no implied order or numeric equivalence among them.

  2. Ordinal Variables: These have a set order or ranking, but the ranks' differences are not necessarily equal. For example, customer satisfaction ratings (such as satisfied, neutral, dissatisfied), levels of education (high school, bachelor's, master's, doctorate), or socio-economic status (low, middle, high) are ordinal variables. They indicate a hierarchy or order, but the intervals between the categories are not quantifiable.

Numerical variable

A numerical or quantitative variable, represents data which can be measured and expressed numerically. There are two types:

  1. Discrete Variables: These are countable numbers, typically integers. Examples include the number of products sold or the number of employees.

  2. Continuous Variables: These can take any value within a range and are often the result of measurement. Examples include height, weight, or temperature.

Users can create ad hoc breack or intervals from numeric variables. Read more about Segmentation of Numeric variables.

Note! DataTile classifies variables as numerical if no value labels are defined in the SPSS file, disregarding the formally declared type.

Date variable

Date variable is a specific type of variable used to represent dates and times. DataTile converts all dates into internal timestamp representation that allows further processing and handy use such as Segmentation of Date variables.

Linear Time Series

It is derived from a Date variable and is a categorised sequence of fixed intervals, such as weeks, months, quarters, etc.

Seasonal Time Segments

It is derived from a Date variable. Seasonal categorisation involves structuring date into regular intervals to examine patterns within a periodic cycle, like months or quarters of a year. To capture seasonality, DataTile creates a categorical variables with selected standard periods.

Text variable

A text or string variable stores textual data of any kind. DataTile supports any encoding. If encoding is not declared in the original dataset, UTF-8 is assumed.

Weight variable

Weight variables are supposed to be provided as a numeric variables in datasets loaded into DataTile.

Such variables should be explicitly declared as weights to enable DataTile to use them in statistical calculations.

A weight variable is used to adjust the survey results so that they more accurately reflect the overall population. This weighting compensates for differences in the probability of selection among respondents or to correct for imbalances in the sample relative to the population.

Click here for more information on how to set a weight variable.

Probabilistic variable

Probabilistic variables play a crucial role in the Reach & Frequency algorithm, which is fundamental to media planning. They are key in quantifying and representing statistical probabilities, especially in the context of media and publication analysis. Typically, these variables assess the likelihood of a publication's reach, often quantified using metrics like Average Issue Readership (AIR).

Probabilites are provided as a numeric variables in data, and they should be marked as such explicitly to enable DataTile treat them accordingly in statistical calculations.

Multi-response variable

A multi-response set, or MR set for short, is construct defined on top of a set of several other numerical or categorical variables to represent questions with multiple answers.

DataTile supports well-known dichotomous and categorical MR sets as well as other specific quantitative questions.

Read more about types of MR-sets in DataTile.

Logical variable

Users can create variables with any logical categories, defined from other variables. It is possible to create logical codes of any complexity using AND, OR, ANY operators, groups and negation.

Click here for more information on how to create logical variables.

Did this answer your question?