csa.measures {soc.ca}R Documentation

CSA measures

Description

Several measures for the evaluation of the relations between the dimensions of the CSA and the dimensions the of original MCA

Usage

csa.measures(
  csa.object,
  correlations = FALSE,
  cosines = TRUE,
  cosine.angles = TRUE,
  dim.mca = 1:5,
  dim.csa = 1:5,
  format = TRUE,
  ...
)

Arguments

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

Value

A list of measures in either formatted or raw form.

Examples

example(soc.csa)
csa.measures(res.csa)
csa.measures(res.csa, correlations = FALSE, cosine.angles = FALSE, dim.mca = 1:5, format = FALSE)

[Package soc.ca version 0.8.0 Index]