csa.measures: CSA measures

Description Usage Arguments Value Examples

View source: R/functions_description.r

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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

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)

soc.ca documentation built on Sept. 5, 2021, 5:21 p.m.

Related to csa.measures in soc.ca...