credit {Fahrmeir} | R Documentation |
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.
data(credit)
This data frame contains the following columns:
buen
mal
, the response variable. buen is the good payers.
no
good running
bad running
, quality of the credit clients bank account.
pre buen pagador
pre mal pagador
, if the client previosly have been a
good or bad payer.
privado
profesional
, the use to which the loan is made.
mujer
hombre
, sex of the client.
no vive solo
vive solo
, civil state of the client.
Fahrmeier and Tutz, Multivariate Generalized Linear Models, Springer Verlag.
summary(credit)