Data Analysis with R

IBM via Coursera

Go to Course: https://www.coursera.org/learn/data-analysis-with-r

Introduction

Prepare data for analysis by handling missing values, formatting and normalizing data, binning, and turning categorical values into numeric values.

Compare and contrast predictive models using simple linear, multiple linear, and polynomial regression methods.

Examine data using descriptive statistics, data grouping, analysis of variance (ANOVA), and correlation statistics.

Evaluate a model for overfitting and underfitting conditions and tune its performance using regularization and grid search.

Syllabus

Introduction to Data Analysis with R

All data analysis starts with a problem that you need to solve and understanding your data and the types of questions you can answer about it are key aspects of this. The R programming language provides you with all the tools you need to conduct powerful data analysis, providing the conduit between your data and the real-world problems you want to solve. In this module, you’ll review a type of problem that you can solve in R and the underlying data that forms the basis for your analysis. You’ll also learn about the R packages for data analysis, which provide a powerful set of tools that you’re likely to use in everyday data analyses. Finally, you’ll see how to import data and gain basic insights from the dataset.

Data Wrangling

Data wrangling, or data pre-processing, is an essential first step to achieving accurate and complete analysis of your data. This process transforms your raw data into a format that can be easily categorized or mapped to other data, creating predictable relationships between them, and making it easier to build the models you need to answer questions about your data. This module provides an introduction to data pre-processing in R and then provides you with the tools you need to identify and handle missing values in your dataset, transform data formats to align them with other data you may want to compare them to, normalize your data, create categories of information through data binning, and convert categorical variables into quantitative values that can then be used in numeric-based analyses.

Exploratory Data Analysis

Exploratory data analysis, or EDA, is an approach to analyzing data that summarizes its main characteristics and helps you gain a better understanding of the dataset, uncover relationships between different variables, and extract important variables for the problem you are trying to solve. The main question you are trying to answer in this module is: "What causes flight delays?" In this module, you’ll learn some useful exploratory data analysis techniques that will help answer this question.

Model Development in R

You have identified the problem that you’re trying to solve and have pre-processed the dataset you’ll use in your analysis, and you have conducted some exploratory data analysis to answer some of your initial questions. Now, it’s time to develop your model and assess the strength of your assumptions. In this module, you will examine model development by trying to predict the arrival delay of a flight using the Airline dataset. You’ll learn regression techniques for determining the correlation between variables in your dataset, and evaluate the result both visually and through the calculation of metrics.

Model Evaluation

You have a firm understanding of your data and have pre-processed it to ensure the best possible outcomes. And you have conducted exploratory data analysis and developed your model. Everything looks good so far, but how can you be certain your model works in the real world and performs optimally? In this module, you’ll learn how to use the tidymodels framework to evaluate your model. Tidymodels is a collection of packages for modeling and machine learning using tidyverse principles. Using these packages, you’ll learn how to cross-validate your models, identify potential problems, like overfitting and underfitting, and handle overfitting problems using a technique called regularization. You’ll also learn how to tune your models using grid search.

Project

Overview

The R programming language is purpose-built for data analysis. R is the key that opens the door between the problems that you want to solve with data and the answers you need to meet your objectives. This course starts with a question and then walks you through the process of answering it through data. You will first learn important techniques for preparing (or wrangling) your data for analysis. You will then learn how to gain a better understanding of your data through exploratory data analysi

Skills

Data Analysis Computer Programming Statistical Programming General Statistics Data Analysis Software Data Visualization

Reviews

Demanding for beginners but rewarding. A lot of extra-curricular study required

It is excellent course. I recommend for all that do not have a lot of knowledge and experience in data analysis with R Programming. Thank you for this opportunity.

Great instruction! Pretty helpful lab. Awesome final project design.

Excellent content, very easy to coorealate with the practical world.

I learn many things from this course about data analysis. it is very understandable course. i enjoyed it.