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.
Este ejercicio forma parte del curso
Experimental Design in R
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
# Examine the variables with glimpse()
___