Description Usage Arguments Value Examples
View source: R/functions_description.r
Find the average coordinates for each category in a variable on two dimensions.
1 | average.coord(object, x, dim = c(1, 2))
|
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 |
a matrix with the mean points and frequencies of the given variable
1 2 | example(soc.ca)
average.coord(result, sup$Income)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.