afc | R Documentation |
Compute an acp on a contingency table tacking into account weight of rows and columns
afc(x)
x |
A contingency table, or a result of function |
Antoine Lucas
## Not run:
color <- as.factor(c('blue','red','red','blue','red'))
size <- as.factor(c('large','large','small','medium','large'))
x <- data.frame(color,size)
afc.1 <- afc(burt(x))
afc.2 <- afc(matlogic(x))
plotAll(afc.1)
plotAll(afc.2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.