Site icon R-bloggers

New Statistics Course: Hypothesis Testing in R

[This article was first published on rstats – Dataquest, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Being able to determine statistical significance is one of the most important skills in data science. If you observe a trend in your data, for example, is it statistically meaningful, or just some random noise in the data? Being able to construct a useful hypothesis and assess it via hypothesis testing is essential.

That’s why we’re excited to announce the latest addition to our R Data Analyst path: Hypothesis Testing in R.

Ready to start learning? Click the button below to dive into Hypothesis Testing in R, or scroll down to learn more about this new course.

Hypothesis Testing in R

What is Hypothesis Testing in R?

This course is designed to help you build a working understanding of critical statistics concepts like significance testing, and take you hands-on with A/B tests, chi-squared tests, and more.

Much like our Python Hypothesis Testing course, Hypothesis Testing in R asks you to write code and analyze real-world data (including data from the game show Jeopardy!) as you learn how to test hypotheses scientifically.

It starts with a focus on statistical significance, and you’ll learn about important concepts like p-values and representing distributions as you start to dig into the data with your coding skills. Then, the course moves into chi-squared tests, which enable us to scientifically quantify the difference between sets of observed and expected categorical values.

You’ll learn about multi-category chi-squared tests, and then dig into a new guided project that challenges you to apply the programming skills and statistics knowledge you’ve acquired to come up with a winning Jeopardy! strategy.

You’ll analyze questions from the long-running TV quiz show to find patterns. Then, you’ll apply your hypothesis testing skills and your new knowledge of chi-squared tests to determine which patterns are meaningful.

By the end of the course, you’ll have built a strong understanding of hypothesis testing, and you’ll have experience applying tests like significance and chi-squared tests in real-world data science scenarios.

Why Learn This?

Hypothesis testing is critically important for being able to tell the signal from the noise when you’re analyzing data. Determining whether a result is statistically significant helps you know when it’s safe to draw conclusions from the patterns you find.

Giving your analysis this level of statistical rigor is particularly important for anyone who plans to work in data analysis or data science. Companies aspire to be data-driven, and will look to their data teams for direction. If you don’t understand which of your results are genuinely significant, you could end up driving your company in the wrong direction.

Hypothesis testing provides a firm scientific and statistical grounding for data analysis. Without this grounding, it will often be impossible for you to assess whether you’ve actually uncovered a meaningful pattern in your data.

Start learning hypothesis testing today:

< svg class="tcb-icon" viewBox="0 0 448 512" data-id="icon-python-brands" data-name=""> < path d="M439.8 200.5c-7.7-30.9-22.3-54.2-53.4-54.2h-40.1v47.4c0 36.8-31.2 67.8-66.8 67.8H172.7c-29.2 0-53.4 25-53.4 54.3v101.8c0 29 25.2 46 53.4 54.3 33.8 9.9 66.3 11.7 106.8 0 26.9-7.8 53.4-23.5 53.4-54.3v-40.7H226.2v-13.6h160.2c31.1 0 42.6-21.7 53.4-54.2 11.2-33.5 10.7-65.7 0-108.6zM286.2 404c11.1 0 20.1 9.1 20.1 20.3 0 11.3-9 20.4-20.1 20.4-11 0-20.1-9.2-20.1-20.4.1-11.3 9.1-20.3 20.1-20.3zM167.8 248.1h106.8c29.7 0 53.4-24.5 53.4-54.3V91.9c0-29-24.4-50.7-53.4-55.6-35.8-5.9-74.7-5.6-106.8.1-45.2 8-53.4 24.7-53.4 55.6v40.7h106.9v13.6h-147c-31.1 0-58.3 18.7-66.8 54.2-9.8 40.7-10.2 66.1 0 108.6 7.6 31.6 25.7 54.2 56.8 54.2H101v-48.8c0-35.3 30.5-66.4 66.8-66.4zm-6.7-142.6c-11.1 0-20.1-9.1-20.1-20.3.1-11.3 9-20.4 20.1-20.4 11 0 20.1 9.2 20.1 20.4s-9 20.3-20.1 20.3z">
hypothesis testing in Python
Charlie Custer

Charlie is a student of data science, and also a content marketer at Dataquest. In his free time, he’s learning to mountain bike and making videos about it.

< svg aria-hidden="true" class="sab-linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">< path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z">< svg aria-hidden="true" class="sab-youtube" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">< path fill="currentColor" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z">

The post New Statistics Course: Hypothesis Testing in R appeared first on Dataquest.

To leave a comment for the author, please follow the link and comment on their blog: rstats – Dataquest.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.