gcd {monobin} | R Documentation |
Excerpt from German Credit Data
Description
The German Credit Data contains data on 20 variables and the classification whether an applicant is considered a Good or a Bad credit risk for 1000 loan applicants. Only 3 numeric variables are extracted (Duration of Credit (month), Credit Amount and Age (years)) along with good/bad indicator (Creditability) and renamed as: qual (Creditability), maturity (Duration of Credit (month)), age (Age (years)), amount (Credit Amount).
Usage
gcd
Format
An object of class data.frame
with 1000 rows and 4 columns.
Source
https://online.stat.psu.edu/stat857/node/215/
[Package monobin version 0.2.4 Index]