Learn R Programming

soc.ca (version 0.8.1)

csa.all: Multiple Class Specific Correspondence Analysis on all values in a factor

Description

csa.all performs a class specific correspondence analysis for each level in a factor variable. Returns a list with soc.csa objects and a list of measures defined by csa.measures

Usage

csa.all(object, variable, dim = 1:5, ...)

Value

results

a list of soc.csa result objects

cor

a list of correlation matrixes

cosines

a list of matrixes with cosine values

angles

a list of matrixes with cosine angles between dimensions

Arguments

object

is a soc.ca class object created with soc.mca

variable

a factor with the same length and order as the active variables that created the soc.ca object

dim

is the dimension analyzed

...

further arguments are directed to csa.measures

See Also

soc.csa, cor, csa.measures

Examples

Run this code
example(soc.ca)
csa.all(result, taste$Age)
csa.all(result, taste$Age)$measures

Run the code above in your browser using DataLab