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:

  1. csp: "Socio-professional categories" a factor with levels

  2. duree: "Time relations with the customer" a factor with levels

  3. oppo: "Stopped a check ?" a factor with levels

  4. age: "Customer's age" a factor with levels

  5. sexe: "Customer's gender" a factor with levels

  6. interdit: "No checkbook allowed" a factor with levels

  7. cableue: "Possess a bank card ?" a factor with levels

  8. assurvi: "Contrat of life insurance ?" a factor with levels

  9. soldevu: "Balance of the current accounts" a factor with levels

  10. eparlog: "Savings and loan association account amount" a factor with levels

  11. eparliv: "Savings bank amount" a factor with levels

  12. credhab: "Home loan owner" a factor with levels

  13. credcon: "Consumer credit amount" a factor with levels

  14. versesp: "Check deposits" a factor with levels

  15. retresp: "Cash withdrawals" a factor with levels

  16. remiche: "Endorsed checks amount" a factor with levels

  17. preltre: "Treasury Department tax deductions" a factor with levels

  18. prelfin: "Financial institution deductions" a factor with levels

  19. viredeb: "Debit transfer amount" a factor with levels

  20. virecre: "Credit transfer amount" a factor with levels

  21. porttit: "Securities portfolio estimations" a factor with levels

Source

anonymous

Examples

data(banque)
banque.acm <- dudi.acm(banque, scann = 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)
}

[Package ade4 version 1.7-4 Index]