1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/lending_club.R
\docType{data}
\name{lending_club}
\alias{lending_club}
\title{Loan data}
\source{
Lending Club Statistics https://www.lendingclub.com/info/download-data.action
}
\value{
\item{lending_club}{a data frame}
}
\description{
Loan data
}
\details{
These data were downloaded from the Lending Club
access site (see below) and are from the first quarter of 2016.
A subset of the rows and variables are included here. The
outcome is in the variable \code{Class} and is either "good" (meaning
that the loan was fully paid back or currently on-time) or "bad"
(charged off, defaulted, of 21-120 days late). A data dictionary
can be found on the source website.
}
\examples{
data(lending_club)
str(lending_club)
}
\keyword{datasets}
|