powered by
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, ... )
is a "soc.csa" class object created by the soc.csa function
if TRUE correlations calculated by the cor function is returned
if TRUE cosine similarities are returned
if TRUE angles are calculated in the basis of the cosine values
the dimensions included from the original mca
the dimensions included from the csa
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.
# NOT RUN { example(soc.csa) csa.measures(res.csa) csa.measures(res.csa, correlations = FALSE, cosine.angles = FALSE, dim.mca = 1:5, format = FALSE) # }
Run the code above in your browser using DataLab