Description Usage Format Source Examples
Credit data that classifies debtors described by a set of attributes as good or bad credit risks. See source link below for detailed information.
1 |
A data frame with 21 variables (numeric and factors) and 1000 observations.
https://archive.ics.uci.edu/ml/datasets/Statlog+(German+Credit+Data)
1 2 3 4 5 6 | # Load German credit data and create subset
data(germancredit)
df <- germancredit[, c('creditability', 'credit.amount', 'duration.in.month',
'savings.account.and.bonds', 'purpose')]
# Display structure of the subset (data frame)
str(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.