csa.all {soc.ca} | R Documentation |
Multiple Class Specific Correspondence Analysis on all values in a factor
Description
csa.all
performs a class specific correspondence analysis for each
level in a factor variable. Returns a list with soc.csa objects and a list of
measures defined by csa.measures
Usage
csa.all(object, variable, dim = 1:5, ...)
Arguments
object |
is a soc.ca class object created with soc.mca |
variable |
a factor with the same length and order as the active variables that created the soc.ca object |
dim |
is the dimension analyzed |
... |
further arguments are directed to csa.measures |
Value
results |
a list of soc.csa result objects |
cor |
a list of correlation matrixes |
cosines |
a list of matrixes with cosine values |
angles |
a list of matrixes with cosine angles between dimensions |
See Also
Examples
example(soc.ca)
csa.all(result, taste$Age)
csa.all(result, taste$Age)$measures
[Package soc.ca version 0.8.0 Index]