Learn R Programming

ade4 (version 1.01)

banque: Table of Factors

Description

banque gives the results of a bank survey onto 810 customers.

Usage

data(banque)

Arguments

source

anonymous

Examples

Run this code
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
s.arrow(banque.acm$c1, clab = 0.75)

Run the code above in your browser using DataLab