LoslegenKostenlos loslegen

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.

Diese Übung ist Teil des Kurses

Experimental Design in R

Kurs anzeigen

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

# Examine the variables with glimpse()
___
Code bearbeiten und ausführen