Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

credit

Credit Score Data From a South German Bank


Description

The credit data frame has 1000 rows and 8 columns. This are data for 1000 clients of a south german bank, 700 good payers and 300 bad payers. They are used to construct a credit scoring method.

Usage

data(credit)

Format

This data frame contains the following columns:

Y

a factor with levels buen mal, the response variable. buen is the good payers.

Cuenta

a factor with levels no good running bad running, quality of the credit clients bank account.

Mes

a numeric vector, duration of loan in months.

Ppag

a factor with levels pre buen pagador pre mal pagador, if the client previosly have been a good or bad payer.

Uso

a factor with levels privado profesional, the use to which the loan is made.

DM

a numeric vector, the size of loan in german marks.

Sexo

a factor with levels mujer hombre, sex of the client.

Estc

a factor with levels no vive solo vive solo, civil state of the client.

Source

Fahrmeier and Tutz, Multivariate Generalized Linear Models, Springer Verlag.

Examples

summary(credit)

Fahrmeir

Data from the Book "Multivariate Statistical Modelling Based on Generalized Linear Models", First Edition, by Ludwig Fahrmeir and Gerhard Tutz

v2016.5.31
GPL (>= 2)
Authors
compiled by Kjetil B Halvorsen
Initial release
2016-05-31

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.