average.coord: Average coordinates

Description Usage Arguments Value Examples

View source: R/functions_description.r

Description

Find the average coordinates for each category in a variable on two dimensions.

Usage

1
average.coord(object, x, dim = c(1, 2))

Arguments

object

is soc.ca result object

x

is a variable of the same length and order as the active variables used to construct the soc.ca object

dim

is the two dimensions used

Value

a matrix with the mean points and frequencies of the given variable

Examples

1
2
example(soc.ca)
average.coord(result, sup$Income)

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

Related to average.coord in soc.ca...