Displayed Output
The output produced by PROC CANDISC includes
- Class Level Information, including the values of the
classification variable, the Frequency and Weight of
each value, and its Proportion in the total sample.
Optional output includes
- Within-Class SSCP Matrices for each group
- Pooled Within-Class SSCP Matrix
- Between-Class SSCP Matrix
- Total-Sample SSCP Matrix
- Within-Class Covariance Matrices
for each group
- Pooled Within-Class Covariance Matrix
- Between-Class Covariance Matrix, equal to
the between-class SSCP matrix divided by n(c-1)/c,
where n is the number of observations and
c is the number of classes
- Total-Sample Covariance Matrix
- Within-Class Correlation Coefficients and
to
test the hypothesis that the within-class population
correlation coefficients are zero
- Pooled Within-Class Correlation Coefficients
and
to test the hypothesis that the partial
population correlation coefficients are zero
- Between-Class Correlation Coefficients and
to test the hypothesis that the between-class population
correlation coefficients are zero
- Total-Sample Correlation Coefficients and
to
test the hypothesis that the total population
correlation coefficients are zero
- Simple Statistics including N (the number of
observations), Sum, Mean, Variance, and Standard Deviation
both for the total sample and within each class
- Total-Sample Standardized Class Means,
obtained by subtracting the grand mean from each class
mean and dividing by the total sample standard deviation
- Pooled Within-Class Standardized Class Means,
obtained by subtracting the grand mean from each class mean
and dividing by the pooled within-class standard deviation
- Pairwise Squared Distances Between Groups
- Univariate Test Statistics, including Total-Sample Standard Deviations,
Pooled Within-Class Standard Deviations, Between-Class Standard
Deviations, R2, R2/(1-R2), F, and Pr > F
(univariate F values and probability levels for one-way
analyses of variance)
By default, PROC CANDISC displays these statistics:
- Multivariate Statistics and F Approximations including
Wilks' Lambda, Pillai's Trace, Hotelling-Lawley Trace,
and Roy's Greatest Root with F approximations, degrees
of freedom (Num DF and Den DF), and probability values
(Pr > F).
Each of these four multivariate statistics tests the
hypothesis that the class means are equal in the population.
See the "Multivariate Tests" section in
Chapter 3, "Introduction to Regression Procedures," for more information.
- Canonical Correlations
- Adjusted Canonical Correlations (Lawley 1959).
These are asymptotically less biased than the raw
correlations and can be negative.
The adjusted canonical correlations may not be computable
and are displayed as missing values if two canonical
correlations are nearly equal or if some are close to zero.
A missing value is also displayed if an adjusted canonical
correlation is larger than a previous adjusted
canonical correlation.
- Approx Standard Error, approximate standard
error of the canonical correlations
- Squared Canonical Correlations
- Eigenvalues of E-1H.
Each eigenvalue is equal to
, where
is the corresponding squared canonical
correlation and can be interpreted as the ratio of
between-class variation to pooled within-class
variation for the corresponding canonical variable.
The table includes Eigenvalues, Differences between
successive eigenvalues, the Proportion of the sum
of the eigenvalues, and the Cumulative proportion.
- Likelihood Ratio for the hypothesis that the current
canonical correlation and all smaller ones are zero in the
population. The likelihood ratio for the hypothesis that
all canonical correlations equal zero is Wilks' lambda.
- Approx F statistic based on Rao's approximation
to the distribution of the likelihood ratio
(Rao 1973, p. 556; Kshirsagar 1972, p. 326)
- Num DF (numerator degrees of freedom), Den DF
(denominator degrees of freedom), and Pr > F,
the probability level associated with the F statistic
The following statistics can be suppressed with the SHORT option:
- Total Canonical Structure, giving total-sample correlations
between the canonical variables and the original variables
- Between Canonical Structure, giving between-class
correlations between the canonical variables and
the original variables
- Pooled Within Canonical Structure, giving pooled
within-class correlations between the canonical
variables and the original variables
- Total-Sample Standardized Canonical Coefficients,
standardized to give canonical variables with zero
mean and unit pooled within-class variance when
applied to the total-sample standardized variables
- Pooled Within-Class Standardized Canonical Coefficients,
standardized to give canonical variables with zero mean
and unit pooled within-class variance when applied
to the pooled within-class standardized variables
- Raw Canonical Coefficients, standardized to give canonical
variables with zero mean and unit pooled within-class
variance when applied to the centered variables
- Class Means on Canonical Variables
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.