| credit | R Documentation |
A dataset containing information on credit applicants, including account status, credit history, loan purpose, credit amount, savings, employment duration, personal characteristics, property, housing, and other financial attributes. The outcome variable indicates whether the applicant represents a good or bad credit risk.
data(credit)
A data frame with 1000 observations and 21 variables:
Status of the debtor's checking account with the bank.
Credit duration in months.
History of compliance with previous or concurrent credit contracts.
Purpose for which the credit is needed.
Credit amount in Deutsche Mark (DM).
Debtor's savings.
Duration of the debtor's employment with the current employer.
Credit installments as a percentage of the debtor's disposable income.
Combined information on personal status and sex.
Whether there is another debtor or a guarantor for the credit.
Length of time the debtor has lived in the present residence.
The debtor's most valuable property.
Age in years.
Installment plans from providers other than the credit-giving bank.
Type of housing the debtor lives in.
Number of credits the debtor has or had at this bank, including the current one.
Quality of the debtor's job.
Number of persons financially dependent on the debtor.
Whether a telephone landline is registered in the debtor's name.
Whether the debtor is a foreign worker.
Credit risk outcome: "good risk" or "bad risk".
The South German Credit data are a corrected and documented version of the widely used German credit data. The dataset contains 700 good and 300 bad credits and covers actual credit data from 1973 to 1975, with bad credits heavily oversampled. It can be used to illustrate methods for classification, exploratory data analysis, and predictive modeling in R.
UCI Machine Learning Repository: https://archive.ics.uci.edu/dataset/573/south+german+credit+update
South German Credit [Dataset]. (2020). UCI Machine Learning Repository. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.24432/C5QG88")}
Gr\"omping, U. (2019). South German credit data: Correcting a widely used data set.
loan,
mortgage,
bank,
churn_mlc,
churn,
churn_tel,
adult,
cereal,
advertising,
marketing,
drug,
house,
house_price,
red_wines,
white_wines,
insurance,
caravan,
fertilizer,
corona
data(credit)
str(credit)
summary(credit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.