PsyTeachR ADS Ch. 9

operator

A symbol that performs a mathematical operation, such as +, -, *, /

Boolean expression

An expression that evaluates to TRUE or FALSE.

data type

The kind of data represented by an object.

string

A piece of text inside of quotes.

match operator

A binary operator (%in%) that returns a logical vector indicating if there is a match or not for its left operand.

data wrangling

The process of preparing data for visualisation and statistical analysis.

coercion

Changing the data type of values in a vector to a single compatible type.

logical

A data type representing TRUE or FALSE values.

factor

A data type where a specific set of values are stored with labels; An explanatory variable manipulated by the experimenter

The end!