Description Usage Arguments Value Examples
View source: R/functions_description.r
Several measures for the evaluation of the relations between the dimensions of the CSA and the dimensions the of original MCA
1 2 3 4 5 6 7 8 9 10 |
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.
1 2 3 | 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.