Random Sampling

Lab 3C

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.

Learning by sampling

Loading a population

s1 <- slice(____, 1:____)

Comparing your convenience sample

Using randomness

___ <- sample(___, size = ___, replace = ___)

Increasing sample size

Lessons learned