ADDPOINTS directive
Adds points for new objects to a principal coordinates analysis.
Option
Parameters
Description
The input to ADDPOINTS is specified by the first three parameters. The NEWDISTANCES parameter specifies an s×n matrix containing squared distances of the s new units from the n old units. The LRV and CENTROID parameters specify structures defining the configuration of old units; these have usually been produced by a PCO statement.
The PRINT option controls the printed output with settings:
The other parameters can be used to save the results: the COORDINATES parameter allows you to specify an s×k matrix to save the coordinates for the new units, and the residuals can be saved in an s×1 matrix using the RESIDUALS parameter. The value k is determined by the dimensionality of the input coordinates from the preceding PCO statement.
Option: PRINT.
Parameters: NEWDISTANCES, LRV, CENTROID, COORDINATES, RESIDUALS.