average.coord: Average coordinates

View source: R/functions_description.r

average.coordR Documentation

Average coordinates

Description

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

Usage

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

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

Rsoc/soc.ca documentation built on March 7, 2024, 8:59 p.m.