1 / 21

FACTOR ANALYSIS

FACTOR ANALYSIS. References:. Khattree and Naik (2000) Multivariate Data Reduction and Discrimnation with SAS software Jobson JD (1992) Applied Multivariate Data Analysis Mardia, Kent and Bibby (1979) Multivariate analysis Morrison DF (1976) Multivariate Statistical Methods 沈明來 多變量分析

Télécharger la présentation

FACTOR ANALYSIS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. FACTOR ANALYSIS

  2. References: • Khattree and Naik (2000) Multivariate Data Reduction and Discrimnation with SAS software • Jobson JD (1992) Applied Multivariate Data Analysis • Mardia, Kent and Bibby (1979) Multivariate analysis • Morrison DF (1976) Multivariate Statistical Methods • 沈明來 多變量分析 • 周文賢 多變量統計分析 • 林清山

  3. History • Galton (1888) first suggested the concept of latent factors • Spearman (1904) noticed a certain systematic pattern in the correlation coefficients matrix of the the school scores. The correlations among the scores could be generated by a single latent facto of general intellective ability, and a second set of factors reflecting the unique qualities of individual tests.

  4. Introduction • The purpose of factor analysis is to describe the variation among many variables in terms of a few underlying but unobservable random variables called factors • All the covariance or correlations are explained by the common factors • Any portion of the variance unexplained by the common factors is assigned to residual errors terms which are called unique factors

  5. Terminology • Common Factor:共同因素 • Factor loading:因素負荷量 • Explanatory factor analysis:探索性因素分析 • Confirmatory factor analysis:驗證性因素分析

  6. Concept • Factor analysis can be viewed as a statistical procedure for grouping variables into subsets such that the variables with each set are mutually highly correlated, whereas at the same time variables in different subsets are relatively uncorrelated.

  7. Model • Common factor analysis is composed of 3 sets of variables • A set of p observed variables X1, X2,…,Xp with mean vector  (p1) and covariance matrix  (pp) • A set of  unobserved variables called common factor F1, F2 ,…,F where p • A set of p unique but unobserved factors U1, U2 ,…,Up

  8. (X11)a11F1+a12F2+…+a1rFr+U1 (X22)a21F1+a22F2+…+a2rFr+U2 . . . (Xpp)ap1F1+ap2F2+…+aprFr+Up Or (X)Af+U

  9. Notation • (X) is the (p1) vector of elements(Xii), i=1,2,…,p; • fis the  1 vector of linearly independent common factors, Fj,i=1,2,…,  • A is the p   factor pattern matrix (consisting of the unknown factor loadings) aij, i=1,2,…,p; i=1,2,…, ; and • U is the p1 vector of unique factors Ui, i=1,2,…,p

  10. are common to all p X variables, is unique to Assumptions: identity matrix , diagonal matrix with diagonal elements , no correlation between unique factors and common factors

  11. Factor structure matrix: If the X variables are standardized, the elements of A represent correlations between the X variables and the factors. The variance of each Xi can be written as is the variance explained by the common factors, and is usually called communality. is usually called unique variance or specific variance.

  12. Estimation of the Factor Model Using the Principal Components • Given an observed data matrix X(np), the factor model can be expressed as X=FA'+Uwhere F (n g) is the unobserved matrix of vales of the g common factors for the n observational units;A´isthe (g  p) unknown factor pattern or loading matrix; andU is the (n p) matrix of unobserved errors or values of unique factors for the n observational units.

  13. Eigenvalues • Consider equation Au=lu, where u is a vector and l is a scalar • Question: under what conditions (other than u=0) can u and l exist so thatthe equation is true? • Rewrite (A-lI)u=0. If (A-lI)is non-singular, the only solution is u=0. But if it’s singular, a non-null solution for u can be obtain byu=[(A-lI)¯ (A-lI) -I]z, z is arbitrary. • So we can use | A-lI |=0 to find the solutions, this is called characteristic equation of A.The roots l1 l2… ln are called latent roots, characteristic roots, eigenvalues…

  14. Example of Calculating Eignvalues A=   A-lI=   -   |A-lI|=(-3-l)(-1-l)-(2 )2 =l2+4l-5 =(l+5)(l-1) l=-5, l=1 are eigenvalues of A

  15. Calculating Eigenvectors • Calculating an eigenvector corresponding to lk requires finding a non-null v to satisfy Av= lkv, equivalent to solving(A-lkI)v=0 • From the example, we have [ ] v = -5 v Solve the equation, we will get v.

  16. Estimating Factors • We use the relation for correlation matrix r=AA+ • Based on principle component, we can write X=ZV, where V is the matrix of eigenvectors of XX. • Then, X=(ZL-1/2)(L1/2V), let = (L1/2V) = (ZL-1/2), and Since factors are of smaller dimension than the observed values, we can partition Z into r and p-r components.

  17. Determining the Number of Factors • Eigenvalues exceed 1: the eigenvalue of 1 is the arithmetic mean of the eigenvalues of a correlation matrix. It’s also the variance of each of the X variables. Hence the eigenvalue-one-criterion suggests a factor re retained if it explains at least as much as a single variable. • The test for zero correlation: if the correlation matrix is diagonal, there are no common factors • Scree test: plot eigenvalues vs. eigenvalue number. Typically, this shape of a scree graph consists of two parts, a rapidly downward sloping followed by a second part which is almost horizontal. (example: 4 factors)

  18. This example the eigenvalue-one-criteria agrees with the scree plot. But they don’t always agree. Cut-off

  19. Factor Rotation • Since there is no unique solution the the factor analysis, rotation can be used to obtain factors that are easily interpretable. • Orthogonal transformation: rigid • Varimax: the most commonly used method of rotation. It maximizes the squared ratio of each factor loading to communality of X • Oblique: permits a minor amount of correlation among factors. However, there is no single popular method of this type of rotations. It requires considerable expertise.

  20. Constructing factors • Observed variables should fall into mutually exclusive categories in such a way that the variables in a given category exhibit loadings that are high on the same single factor, moderate to low on a very few factors and negligible on the remaining factors. • Some use the criteria of factor loading greater than 0.3 or 0.4.

  21. SAS language procfactorresscreerotate=varimax; var smin smean smax pmin pmean pmax pm2 perwh nonpoor ge65 lpop; run;

More Related