Learn R Programming

scorecard (version 0.1.5)

germancredit: German Credit Data

Description

Credit data that classifies debtors described by a set of attributes as good or bad credit risks. See source link below for detailed information.

Usage

data(germancredit)

Arguments

Format

A data frame with 21 variables (numeric and factors) and 1000 observations.

Examples

Run this code
# NOT RUN {
# 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)
# }

Run the code above in your browser using DataLab