PsyTeachR ADS Ch. 5

mean

A descriptive statistic that measures the average value of a set of numbers.

median

The middle number in a distribution where half of the values are larger and half are smaller.

quantile

Cutoffs dividing the range of a distribution into continuous intervals with equal probabilities.

vector

A type of data structure that collects values with the same data type, like T/F values, numbers, or strings.

pipe

A way to order your code in a more readable format using the symbol %>%

The end!