This function performs a projection of supplementary rows (i.e. supplementary individuals).
## S3 method for class 'coa'suprow(x, Xsup,...)## S3 method for class 'dudi'suprow(x, Xsup,...)## S3 method for class 'dudi'predict(object, newdata,...)## S3 method for class 'pca'suprow(x, Xsup,...)## S3 method for class 'acm'suprow(x, Xsup,...)## S3 method for class 'mix'suprow(x, Xsup,...)## S3 method for class 'fca'suprow(x, Xsup,...)
Arguments
x, object: an object of class dudi
Xsup, newdata: an array with the supplementary rows
...: further arguments passed to or from other methods
Details
If suprow.dudi is used, the column vectors of Xsup are projected without prior modifications onto the principal components of dudi with the scalar product associated to the row weightings of dudi.
Returns
predict returns a data frame containing the coordinates of the supplementary rows. suprow returns a list with the transformed table Xsup in tabsup and the coordinates of the supplementary rows in lisup.
References
Gower, J. C. (1967) Multivariate analysis and multivariate geometry. The statistician, 17 , 13--28.