| Credit {ISLR2} | R Documentation |
Credit Card Balance Data
Description
A simulated data set containing information on 400 customers.
Usage
Credit
Format
A data frame with 400 observations on a number of variables.
IncomeIncome in $1,000's
LimitCredit limit
RatingCredit rating
CardsNumber of credit cards
AgeAge in years
EducationEducation in years
OwnA factor with levels
NoandYesindicating whether the individual owns a homeStudentA factor with levels
NoandYesindicating whether the individual is a studentMarriedA factor with levels
NoandYesindicating whether the individual is marriedRegionA factor with levels
East,South, andWestindicating the individual's geographical locationBalanceAverage credit card balance in $.
Source
Simulated data. Many thanks to Albert Kim for helpful suggestions, and for supplying a draft of the man documentation page on Oct 19, 2017.
References
James, G., Witten, D., Hastie, T., and Tibshirani, R. (2021) An Introduction to Statistical Learning with applications in R, Second Edition, https://www.statlearning.com, Springer-Verlag, New York
Examples
summary(Credit)
lm(Balance ~ Student + Limit, data=Credit)