Sampling in R
Master sampling to get more accurate statistics with less data.
Course Description
Sampling is a cornerstone of inference statistics and hypothesis testing. It’s tremendously important in survey analysis and experimental design. This course explains when and why sampling is important, teaches you how to perform common types of sampling, from simple random sampling to more complex methods like stratified and cluster sampling. Later, the course covers estimating population statistics, and quantifying uncertainty in your estimates by generating sampling distributions and bootstrap distributions. Throughout the course, you’ll explore real-world datasets on coffee ratings, Spotify songs, and employee attrition.
What You’ll Learn
Introduction to Sampling
Learn what sampling is and why it is useful, understand the problems caused by convenience sampling, and learn about the differences between true randomness and pseudo-randomness.
Sampling Distributions
Learn how to quantify the accuracy of sample statistics using relative errors, and measure variation in your estimates by generating sampling distributions.
Sampling Methods
Learn how to and when to perform the four methods of random sampling: simple, systematic, stratified, and cluster.
Bootstrap Distributions
Learn how to use resampling to perform bootstrapping, used to estimate variation in an unknown population. Understand the difference between sampling distributions and bootstrap distributions.