supcol(x,...)## S3 method for class 'dudi'supcol(x, Xsup,...)## S3 method for class 'coa'supcol(x, Xsup,...)
Arguments
x: an object used to select a method
Xsup: an array with the supplementary columns (Xsup and x$tab have the same row number)
...: further arguments passed to or from other methods
Details
If supcol.dudi is used, the column vectors of Xsup are projected without prior modification onto the principal components of dudi with the scalar product associated to the row weightings of dudi.
Returns
A list of two components: - tabsup: data frame containing the array with the supplementary columns transformed or not
cosup: data frame containing the coordinates of the supplementary projections