Exploratory Data Analysis in R

Go to class
Write Review

Free Online Course: Exploratory Data Analysis 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. Exploratory Data Analysis in R is taught by Andrew Bray.

Overview
  • Learn how to use graphical and numerical techniques to begin uncovering the structure of your data.

    When your dataset is represented as a table or a database, it's difficult to observe much about it beyond its size and the types of variables it contains. In this course, you'll learn how to use graphical and numerical techniques to begin uncovering the structure of your data. Which variables suggest interesting relationships? Which observations are unusual? By the end of the course, you'll be able to answer these questions and more, while generating graphics that are both insightful and beautiful.

Syllabus
  • Exploring Categorical Data
    -In this chapter, you will learn how to create graphical and numerical summaries of two categorical variables.

    Exploring Numerical Data
    -In this chapter, you will learn how to graphically summarize numerical data.

    Numerical Summaries
    -Now that we've looked at exploring categorical and numerical data, you'll learn some useful statistics for describing distributions of data.

    Case Study
    -Apply what you've learned to explore and summarize a real world dataset in this case study of email spam.