View source: R/functions_description.r
csa.measures | R Documentation |
Several measures for the evaluation of the relations between the dimensions of the CSA and the dimensions the of original MCA
csa.measures(
csa.object,
correlations = FALSE,
cosines = TRUE,
cosine.angles = TRUE,
dim.mca = 1:5,
dim.csa = 1:5,
format = TRUE,
...
)
csa.object |
is a "soc.csa" class object created by the soc.csa function |
correlations |
if TRUE correlations calculated by the cor function is returned |
cosines |
if TRUE cosine similarities are returned |
cosine.angles |
if TRUE angles are calculated in the basis of the cosine values |
dim.mca |
the dimensions included from the original mca |
dim.csa |
the dimensions included from the csa |
format |
if TRUE results are formatted, rounded and printed for screen reading, if FALSE the raw numbers are returned |
... |
furhter arguments are send to the cor function |
A list of measures in either formatted or raw form.
example(soc.csa)
csa.measures(res.csa)
csa.measures(res.csa, correlations = FALSE, cosine.angles = FALSE, dim.mca = 1:5, format = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.