Learn R Programming

ade4 (version 1.7-8)

syndicats: Two Questions asked on a Sample of 1000 Respondents

Description

This data set is extracted from an opinion poll (period 1970-1980) on 1000 respondents.

Usage

data(syndicats)

Arguments

Format

The syndicats data frame has 5 rows and 4 columns. "Which politic family are you agreeing about?" has 5 response items : extgauche (extreme left) left center right and extdroite (extreme right) "What do you think of the trade importance?" has 4 response items : trop (too important) adequate insufficient nesaispas (no opinion)

Examples

Run this code
# NOT RUN {
data(syndicats)
par(mfrow = c(1,2))
dudi1 <- dudi.coa(syndicats, scan = FALSE)
score (dudi1, 1, TRUE)
score (dudi1, 1, FALSE)
# }

Run the code above in your browser using DataLab