Previous Page  Next Page 
Multivariate Analyses

Method

Observations with missing values for any of the Partial variables are not used. Observations with Weight or Freq values that are missing or that are less than or equal to 0 are not used. Only the integer part of Freq values is used.

Observations with missing values for Y or X variables are not used in the analysis except for the computation of pairwise correlations. Pairwise correlations are computed from all observations that have nonmissing values for any pair of variables.

The following notation is used in this chapter:

The sums of squares and crossproducts of the variables are

The corrected sums of squares and crossproducts of the variables are

If you select a Weight variable, the sample mean vectors are

{{\overline y} = \sum_{i=1}^n{w_{i} y_{i}} / \sum_{i=1}^n{w_{i}} }           {{\overline x} = \sum_{i=1}^n{w_{i} x_{i}} / \sum_{i=1}^n{w_{i}} }

The sums of squares and crossproducts with a Weight variable are

The corrected sums of squares and crossproducts with a Weight variable are

The covariance matrices are computed as

Syy = Cyy / d           Syx = Cyx / d           Sxx = Cxx / d

To view or change the variance divisor d used in the calculation of variances and covariances, or to view or change other method options in the multivariate analysis, click on the Method button from the variables dialog to display the method options dialog.

mult03.gif (6949 bytes)

Figure 40.3: Multivariate Method Options Dialog

The variance divisor d is defined as

 \bullet {d = n-n_{p}-1}   for vardef=DF, degrees of freedom
 \bullet {d = n}   for vardef=N, number of observations
 \bullet {d = \sum_{i}^{}{w_{i}}-n_{p}-1}   for vardef=WDF, sum of weights minus number of partial variables minus 1
 \bullet {d = \sum_{i}^{}{w_{i}}}   for vardef=WGT, sum of weights

By default, SAS/INSIGHT software uses DF, degrees of freedom.

The correlation matrices Ryy, Ryx, and Rxx, containing the Pearson product-moment correlations of the variables, are derived by scaling their corresponding covariance matrices:

where Dyy and Dxx are diagonal matrices whose diagonal elements are the square roots of the diagonal elements of Syy and Sxx:


Principal Component Analysis

Principal Component Rotation

Canonical Correlation Analysis

Maximum Redundancy Analysis

Canonical Discriminant Analysis

Previous Page  Next Page  Top of Page

Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.