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.
Cet exercice fait partie du cours
Experimental Design in R
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Examine the variables with glimpse()
___