Sampling in R

Go to class
Write Review

Free Online Course: Sampling in R provided by DataCamp is a comprehensive online course, which lasts for 4 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from DataCamp. Sampling in R is taught by Richie Cotton.

Overview
  • Master sampling to get more accurate statistics with less data.

    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.

Syllabus
  • ias Any Stretch of the Imagination
    -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.

    Don't get theory eyed
    -Learn how to and when to perform the four methods of random sampling: simple, systematic, stratified, and cluster.

    The n's justify the means
    -Learn how to quantify the accuracy of sample statistics using relative errors, and measure variation in your estimates by generating sampling distributions.

    Pull Your Data Up By Its Bootstraps
    -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.