| banque {ade4} | R Documentation |
Table of Factors
Description
banque gives the results of a bank survey onto 810 customers.
Usage
data(banque)
Format
This data frame contains the following columns:
csp: "Socio-professional categories" a factor with levels
-
agricFarmers -
artisCraftsmen, Shopkeepers, Company directors -
cadsuExecutives and higher intellectual professions -
interIntermediate professions -
emploOther white-collar workers -
ouvriManual workers -
retraPensionners -
inactNon working population -
etudiStudents
-
duree: "Time relations with the customer" a factor with levels
-
dm2<2 years -
d24[2 years, 4 years[ -
d48[4 years, 8 years[ -
d812[8 years, 12 years[ -
dp12>= 12 years
-
oppo: "Stopped a check?" a factor with levels
-
nonno -
ouiyes
-
age: "Customer's age" a factor with levels
-
ai25[18 years, 25 years[ -
ai35[25 years, 35 years[ -
ai45[35 years, 45 years[ -
ai55[45 years, 55 years[ -
ai75[55 years, 75 years[
-
sexe: "Customer's gender" a factor with levels
-
homMale -
femFemale
-
interdit: "No checkbook allowed" a factor with levels
-
nonno -
ouiyes
-
cableue: "Possess a bank card?" a factor with levels
-
nonno -
ouiyes
-
assurvi: "Contrat of life insurance?" a factor with levels
-
nonno
-
ouiyes
-
soldevu: "Balance of the current accounts" a factor with levels
-
p4credit balance > 20000 -
p3credit balance 12000-20000 -
p2credit balance 4000-120000 -
p1credit balance >0-4000 -
n1debit balance 0-4000 -
n2debit balance >4000
-
eparlog: "Savings and loan association account amount" a factor with levels
-
for> 20000 -
fai>0 and <20000 -
nulnulle
-
eparliv: "Savings bank amount" a factor with levels
-
for> 20000 -
fai>0 and <20000 -
nulnulle
-
credhab: "Home loan owner" a factor with levels
-
nonno -
ouiyes
-
credcon: "Consumer credit amount" a factor with levels
-
nulnone -
fai>0 and <20000 -
for> 20000
-
versesp: "Check deposits" a factor with levels
-
ouiyes -
nonno
-
retresp: "Cash withdrawals" a factor with levels
-
fai< 2000 -
moy2000-5000 -
for> 5000
-
remiche: "Endorsed checks amount" a factor with levels
-
for>10000 -
moy10000-5000 -
fai1-5000 -
nulnone
-
preltre: "Treasury Department tax deductions" a factor with levels
-
nulnone -
fai<1000 -
moy>1000
-
prelfin: "Financial institution deductions" a factor with levels
-
nulnone -
fai<1000 -
moy>1000
-
viredeb: "Debit transfer amount" a factor with levels
-
nulnone -
fai<2500 -
moy2500-5000 -
for>5000
-
virecre: "Credit transfer amount" a factor with levels
-
for>10000 -
moy10000-5000 -
fai<5000 -
nulaucun
-
porttit: "Securities portfolio estimations" a factor with levels
-
nulnone -
fai< 20000 -
moy20000-100000 -
for>100000
-
Source
anonymous
Examples
data(banque)
banque.acm <- dudi.acm(banque, scannf = FALSE, nf = 3)
apply(banque.acm$cr, 2, mean)
banque.acm$eig[1:banque.acm$nf] # the same thing
if(adegraphicsLoaded()) {
g <- s.arrow(banque.acm$c1, plabels.cex = 0.75)
} else {
s.arrow(banque.acm$c1, clab = 0.75)
}