PsyTeachR DSRR Ch. 3

geom

The geometric style in which data are displayed, such as boxplot, density, or histogram.

continuous

Data that can take on any values between other existing values.

ordinal

Discrete variables that have an inherent order, such as number of legs

nominal

Categorical variables that don’t have an inherent order, such as types of animal.

discrete

Data that can only take certain values, such as integers.

likert

A rating scale with a small number of discrete points in order

chunk

A section of code in an R Markdown file

The end!