Exploratory Data Analysis (EDA) Lending Club
A sample of 1500 observations from the Lending Club dataset has been loaded for you and is called lendingclub
. Let's do some EDA on the data, in hopes that we'll learn what the dataset contains. We'll use functions from dplyr
and ggplot2
to explore the data.
This exercise is part of the course
Experimental Design in R
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Examine the variables with glimpse()
___