| syndicats {ade4} | R Documentation |
This data set is extracted from an opinion poll (period 1970-1980) on 1000 respondents.
data(syndicats)
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)
unknown
data(syndicats) par(mfrow = c(1,2)) dudi1 <- dudi.coa(syndicats, scan = FALSE) score (dudi1, 1, TRUE) score (dudi1, 1, FALSE)