View source: R/functions_analysis.r
csa.all | R Documentation |
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
csa.all(object, variable, dim = 1:5, ...)
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 |
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 |
soc.csa, cor, csa.measures
example(soc.ca)
csa.all(result, taste$Age)
csa.all(result, taste$Age)$measures
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.