Back to Commands
Operations
dataset mean (set)

Returns the average of the data set.
dataset median (set)

Returns the median of the data set.
dataset mode (set)

Returns the mode of the data set (the number that appears the most).
The “All Values” part has a bunch of numbers in parenthesis. (2.0, 2) means the number 2 appears two times in the set. (3.0, 1) means the number 3 appears once in the set.
dataset range (set)

Returns the range of the set (the maximum number minus the minimum number.)
dataset box (set)

Creates a box plot with data points of your set.

dataset mad (set)

Returns the mean absolute deviation of the set.
dataset iqr (set)

Finds the interquartile range of the dataset (Q3-Q1)
