public class FactorAnalysisEx1 extends Object
Computes the principal components on a 9 variable correlation matrix.
This example illustrates the use of the FactorAnalysis
class for a nine-variable matrix. The following data were originally analyzed
by Emmett(1949). There are \(211\) observations on \(9\) variables.
The PRINCIPAL_COMPONENT_MODEL
is selected and the input matrix type selected is a CORRELATION_MATRIX
.
Constructor and Description |
---|
FactorAnalysisEx1() |
Copyright © 2020 Rogue Wave Software. All rights reserved.