| German_Credit {CollapseLevels} | R Documentation |
German Credit data set
Description
This data set classifies customers as "Good" or "Bad" as per their credit risks.This data set was contributed by Professor Dr. Hans Hofmann,and can be downloaded from the UCI Machine Learning Repository.
Usage
data("German_Credit")
Format
A data frame with 1000 observations on the following 21 variables.
Account_Balancea factor with levels
A11A12A13A14Durationa numeric vector
Credit_Historya factor with levels
A30A31A32A33A34Purposea factor with levels
A40A41A410A42A43A44A45A46A48A49Credit_Amounta numeric vector
Saving_Accounts_Bondsa factor with levels
A61A62A63A64A65Current_Employment_Lengtha factor with levels
A71A72A73A74A75Installment_Ratea numeric vector
MaritalStatusnGendera factor with levels
A91A92A93A94Guarantorsa factor with levels
A101A102A103- ‘Duration in Current Address’
a numeric vector
Valuable_Asseta factor with levels
A121A122A123A124Agea numeric vector
Other_Credita factor with levels
A141A142A143Housinga factor with levels
A151A152A153Existing_Creditsa numeric vector
Joba factor with levels
A171A172A173A174Dependentsa numeric vector
Telephonea factor with levels
A191A192ForeignWorkera factor with levels
A201A202Good_Bada numeric vector
Source
https://archive.ics.uci.edu/ml/datasets/statlog+(german+credit+data)
Examples
data(German_Credit)
str(German_Credit)