All About Distributions

Lab 2A

Directions: Follow along with the slides, completing the questions in blue on your computer, and answering the questions in red in your journal.

Space, Click, Right Arrow or swipe left to move to the next slide.

In the beginning …

How to talk about data

Let’s begin!

Estimating centers

Means and medians

mean(~____, data = colors)

Estimating Spread

add_line(vline = mean(~____, data = colors))

Data points in my plot will usually fall within ____ units of the center.

Mean Absolute Deviation

MAD(~_____, data = colors)

Comparing introverts/extroverts

On your own