worksurv {ade4} | R Documentation |
The worksurv
data frame gives 319 response items and 4 questions
providing from a French Worker Survey.
data(worksurv)
This data frame contains the following columns:
CGT
CFDT
FO
CFTC
Auton
Autonomous
Abst
Nonaffi
Not affiliated
NR
No responseCGT
CFDT
FO
CFTC
Auton
Autonomous
CGC
Notaffi
Not affiliated
NR
No responseDuclos
Deferre
Krivine
Rocard
Poher
Ducatel
Pompidou
NRAbs
No response, abstentionCommunist
(PCF)
Socialist
(SFIO+PSU+FGDS)
Left
(Party of workers",...)
Center
MRP+RAD.
RI
Right
INDEP.+CNI
Gaullist
UNR
NR
No response
The data frame worksurv
has the attribute 'counts' giving the number of responses for each item.
Rouanet, H. and Le Roux, B. (1993) Analyse des données multidimensionnelles. Dunod, Paris.
Le Roux, B. and Rouanet, H. (1997) Interpreting axes in multiple correspondence analysis: method of the contributions of points and deviation. Pages 197-220 in B. J. and M. Greenacre, editors. Visualization of categorical data, Acamedic Press, London.
data(worksurv) acm1 <- dudi.acm(worksurv, row.w = attr(worksurv,"counts"), scan = FALSE) par(mfrow = c(2,2)) apply(worksurv,2, function(x) s.class(acm1$li, factor(x), attr(worksurv, 'counts')))