Description Usage Format Source Examples
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.
1 |
This data frame contains the following columns:
a factor with levels
buen
mal
, the response variable. buen is the good payers.
a factor with levels
no
good running
bad running
, quality of the credit clients bank account.
a numeric vector, duration of loan in months.
a factor with levels
pre buen pagador
pre mal pagador
, if the client previosly have been a
good or bad payer.
a factor with levels
privado
profesional
, the use to which the loan is made.
a numeric vector, the size of loan in german marks.
a factor with levels
mujer
hombre
, sex of the client.
a factor with levels
no vive solo
vive solo
, civil state of the client.
Fahrmeier and Tutz, Multivariate Generalized Linear Models, Springer Verlag.
1 |
Y Cuenta Mes Ppag
buen:700 no :274 Min. : 4.0 pre buen pagador:911
mal :300 good running:394 1st Qu.:12.0 pre mal pagador : 89
bad running :332 Median :18.0
Mean :20.9
3rd Qu.:24.0
Max. :72.0
Uso DM Sexo Estc
privado :657 Min. : 250 mujer :402 no vive solo:640
profesional:343 1st Qu.: 1366 hombre:598 vive solo :360
Median : 2320
Mean : 3271
3rd Qu.: 3972
Max. :18424
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.