New course! Exploratory Data Analysis in R: Case Study

[This article was first published on DataCamp Blog, 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.

We recently launched a new course, Exploratory Data Analysis in R: Case Study taught by David Robinson. Dave is a Data Scientist at Stack Overflow and his interests include statistics, data analysis, education, and programming in R. In his course, you’ll explore the historical voting of the United Nations General Assembly, including analyzing differences in voting between countries, across time, and among international issues. In the process you’ll gain more practice with the dplyr and ggplot2 packages, learn about the broom package for tidying model output, and experience the kind of start-to-finish exploratory analysis common in data science. Ready to start?
Start For Free
Exploratory Data Analysis in R: Case Study features 58 interactive exercises that combine high-quality video, in-browser coding, and gamification for an engaging learning experience that will immerse you in Exploratory Data Analysis.

What you’ll learn

In the first chapter, you’ll learn how to clean and filter the United Nations voting dataset using the dplyr package, and how to summarize it into smaller, interpretable units. [Start First Chapter For Free] Once you’ve cleaned and summarized data, you’ll want to visualize them to understand trends and extract insights. In the next chapter, you’ll use the ggplot2 package to explore trends in United Nations voting within each country over time. While visualization helps you understand one country at a time, statistical modeling lets you quantify trends across many countries and interpret them together. In the third chapter, you’ll learn to use the tidyr, purrr, and broom packages to fit linear models to each country, and understand and compare their outputs. In the final chapter, you’ll learn to combine multiple related datasets, such as incorporating information about each resolution’s topic into your vote analysis. You’ll also learn how to turn untidy data into tidy data, and see how tidy data can guide your exploration of topics and countries over time.
Start For Free

To leave a comment for the author, please follow the link and comment on their blog: DataCamp Blog.

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.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)