ca(obj, nd = NA, suprow = NA, supcol = NA, subsetrow = NA, subsetcol = NA)
ca
computes a simple correspondence analysis based on the
singular value decomposition.
The options suprow
and supcol
allow supplementary (passive) rows and columns to be specified.
Using the options subsetrow
and/or subsetcol
result in a subset CA being performed.svd
, plot.ca
, plot3d.ca
, summary.ca
, print.ca
data(author)
ca(author)
plot(ca(author))
Run the code above in your browser using DataLab