average.coord {soc.ca} | R 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)
[Package soc.ca version 0.8.0 Index]