Factor Analysis: Illustrations/Graphics/Tables Using

Total Page:16

File Type:pdf, Size:1020Kb

Factor Analysis: Illustrations/Graphics/Tables Using Factor Analysis: illustrations/graphics/tables using painters data One way to do pairwise PLOTs for the painters4a data is to use ‘splom’ painters4a is just the first four columns of painters (MASS lib.) plus a binary variable that distinguishes ‘School D’ from the other Schools; see painter documentation. Where the commands used here were: > splom(~painters4a[painters4a[,5]==1,1:4]) > par(new=T) > splom(~painters4a[painters4a[,5]==1,1:4]) > mtext("Splom plot of painters4a data, school D points as '+'",line=3) Splom plot of painters4a data, school D points as '+' + + ++ + 6 310 4 155 6 + + + 155 + + + + + + + + + 4 10 + + + 3 Expression 3 2 5 1 +++ + + + + + 00 1 52 3 0 + + + + 18 + + 16 10 17 15 18 15 + + + + 17 + + 10 + ++ + + 16 Colour 16 + + + 5 + + 15 + + + + + 14 0 15 5 16 14 0 + + + 18 + + 1012 1412 1614 18 + + 14 + + + + 16 1412 12 12 + 10 Drawing 10 + + + + 10 + + + + + 8 + + + + 8 ++ 6 8 8 10 1012 6 + + + + + + + + 14 1010 12 1514 15 12 + ++ + + 10 10 Composition 8 + + + + + + 5 6 + + + + + + + + 04 6 5 8 04 + + + St udy this plot carefully in relation to the correlation matrix for these data: rnd2(cor(painters4a)) Composition Drawing Colour Expression Schl.nD Composition 1.00 .42 -.10 .66 -.29 Drawing .42 1.00 -.52 .57 -.36 Colour -.10 -.52 1.00 -.20 .53 Expression .66 .57 -.20 1.00 -.45 Schl.nD -.29 -.36 .53 -.45 1.00 On the following page, principal components analysis (unweighted) is compared w/ common factor analysis for these data; be sure you follow all steps carefully. PCA results for Painters4a data The Unrotated coefficients matrix for 2 components is: pca.coef2_eigen(cor(painters4a))$ve[,1:2]%*%diag( + sqrt(eigen(cor(painters4a))$va[1:2])) rnd2(pca.coef2) [,1] [,2] [1,] -.68 -.58 [2,] -.80 .07 [3,] .62 -.70 [4,] -.81 -.41 [5,] .71 -.35 And its ROTATED counterpart is: > -rnd2(rotate(pca.coef2)$rma) [,1] [,2] with T matrix: [1,] .90 -.04 rotate(pca.coef2)$tm [2,] .54 -.59 [,1] [,2] [3,] .02 .93 [1,] .732 -.681 [4,] .87 -.26 [2,] .681 .732 [5,] -.28 .74 REASONS for choosing TWO components/factors are noted below -------------COMMON FACTOR ANALYSIS NEXT------ Compare with the COMMON FACTOR coefficients matrix: >cfa.coef2_cf.wad(cor(painters4a),2,54,3)$f 2 1/2 >cfa.coef2 [[cf.wad uses computation: S Q2 (Dlambda – arr I) ]] 1 2 Composition .76 -.09 Note that magnitudes of pca Drawing .50 -.56 coefficients are generally (but Colour -.03 .80 not always) larger than their Expression .81 -.26 common factor coef. counterparts. Schl.nD -.30 .62 Also, compare the LACK of FIT matrices for PCA and CFA: Separately examine diagonals and off-diagonal values >rnd2(cor(painters4a)-pca.coef2%*%t(pca.coef2)) Composition Drawing Colour Expression Schl.nD Composition .19 -.09 -.08 -.14 -.01 Drawing -.09 .36 .02 -.05 .23 Colour -.08 .02 .14 .02 -.15 Expression -.14 -.05 .02 .17 -.01 Schl.nD -.01 .23 -.15 -.01 .37 >cfa.coef2_cf.wad(cor(painters4a),2,54,3)$f >rnd2(cor(painters4a)-cfa.coef2%*%t(cfa.coef2)) Composition Drawing Colour Expression Schl.nD Composition .41 -.01 .00 .02 -.01 Drawing -.01 .44 -.05 .02 .14 Colour .00 -.05 .36 .03 .03 Expression .02 .02 .03 .28 -.04 Schl.nD -.01 .14 .03 -.04 .53 An example of a 'scree' plot based on eigenvalues of R 3.0 2.5 2.0 1.5 1.0 eigen(cor(painters4a))$va 0.5 0.0 1 2 3 4 5 1:5 > plot(1:5,eigen(cor(painters4a))$va,ylim=c(0,3),type='b') > abline(h=mean(eigen(cor(painters4a))$va[3:5]),lty=3) > title("An example of a 'scree' plot based on eigenvalues of R") Compare with Common factor counterpart: A 'scree' plot based on eigenvalues of rescaled R: S.m1 R S.m1 6 5 4 3 2 svd.da(painters4a)$rts.r 1 0 1 2 3 4 5 1:5 abline(h=mean(svd.da(painters4a)$rts.r[3:5]),lty=3) Next, examine the ‘biplot’ display of the painters4a data: (done simply w/ principal components analysis, as shown) Display based on 'biplot(princomp(painters4a))' -30 -20 -10 0 10 20 30 30 0.3 Testa Fr. Penni Michelangelo Pourbus 20 0.2 Josepin Parmigiano Van Leyden Volterra Perugino 10 0.1 Bourdon Perino del Vaga GuilioDa RomanoVinci Barocci F. Zucarro Le Suer Drawing Fr.Del Salviata Sarto Primaticcio L. JordaensDurer Bellini Poussin AlbaniLanfranco 0 0.0 T. Zucarro Otho Venius Comp. 2 CaravaggioPalma Vecchio GuercinoSchl.nD Murillo Le Brun Bassano Cortona Domenichino Diepenbeck TeniersDel Piombo PordenoneDa Udine -0.1 Palma Giovane -10 Vanius Expression J. Jordaens The Carraci Tintoretto Giorgione Composition Veronese Raphael CorregioHolbeinTitian -0.2 -20 Van Dyck Rembrandt -0.3 Colour -30 Rubens -0.3 -0.2 -0.1 0.0 0.1 0.2 0.3 Comp. 1 The special virtue of this type of display is that it shows simultaneously both data points, in this case for the painters with their names identified, and the variable as vectors. In this case the biplot has been done w/out rotation of component axes, but that could be done rather easily if desired. A biplot can also be done for a common factor solution…and there would be some advantage in doing that for some data sets (but it makes relatively little difference in this case). Note that any interpretation of such data can take account of a great deal of information. To give an example, we see that Expression and Composition, the two highest loading variables on factor or component I (after rotation) are variables that largely define the first component, the horizontal axis here; and painters such as LeBrun, Demenichino, and Raphael differ especially from painters Bellini, Murillo, Calavaggio (to name a few) at the opposite side of the display…that is, they differ especially with respect to the Expression and Composition ratings. Painters whose names are in close proximity to one another tend to be similar with respect to the information summarized by both these components, and painters far from one another may differ with respect to both or just one component (would also be true for common factors). Biplot displays like this are not confined to two factor solutions as the term biplot does not refer to two-dimensional displays, but rather to two kinds of information, coefficients and scores. Take some time to relate what you see summarized here, and what you can see in the data matrix itself for the painters4a data. That matrix is given at the end of this handout ON THE WEB ONLY. Summary: The comparisons of results for common factor analysis (CFA) and principal component analysis (PCA) generally shows similar findings to those shown here: better fits to the OFF- DIAGONAL entries of the correlation matrix when using CFA; worse fits to the DIAGONALS (ones) w/ CFA (but we almost never care about fitting the diagonals, so CFA may be preferable). The coefficients matrix generated using CFA has more clearly interpretable values as each coefficient represents a simple correlation between a (row) variable and a (column) common factor, with little bias; the PCA coefficients are spurious (often larger in magnitude) in the sense that these correlations are between variables and derived components where the components are (merely) linear combinations of the variables themselves. Common factors are ‘latent’ or ‘unobservable’ variates, postulated in a common factor model; components are not latent, so they are computable. To elaborate further, the common factor model postulates that individual scores (ratings in this example) are individually composed of two (orthogonal) parts, the common factor parts (thought to be ‘less error-full’) and ‘uniqueness parts’, essentially the error parts. When one entertains a common factor model in the context of an analysis of a matrix of data, one supposes that individual scores (such as ratings) tend to be ‘fallible’, that in isolation such scores may well misrepresent the ‘true’ rating that might be conceived of as the ‘true common part’ of the data; when the number of common factors is chosen, the value m, one makes a choice for the dimensionality of the common factor space…which we might hope will have relatively low dimensionality so as to enhance the interpretability and reduce the complexity of the account given of the data by way of common factors. Principal component analysis is better thought of as just a data reduction method, as there is no model for it, just a way algebraically to decompose the data (think of the svd) into separable parts. With PCA one has little guidance of the kind available in CFA for choosing the number of components to use in data reduction. Nevertheless, PCA is used more often than CFA (which has MANY different forms and algorithms, and is in some ways controversial in its assumption of underlying or latent factors) and PCA does often produce certain results (see the biplot) that may be very close to common factor counterparts…so it almost inevitable that there will be a good deal of confusion in the minds of those not highly knowledgeable about common factor analysis between PCA and CFA. Factor and component rotation (see function ‘rotate’ in Splus, or ‘varimax’ in R) is easily accomplished and is worth further study if you aim to analyze real data with two or more factors, especially if the ‘model’ for CFA seems credible for your data. Homework: Carry out CFA starting from either a rectangular data matrix (such as painters4a [below], or ?? [see MASS library or do help.search("datasets") in R ) or for a correlation matrix (see Harman74.cor in R, for which you will find that you will need to see its documentation [and use >data(Harman74.cov), then Harman74.cor$cov]) to get started.
Recommended publications
  • A Generalized Linear Model for Principal Component Analysis of Binary Data
    A Generalized Linear Model for Principal Component Analysis of Binary Data Andrew I. Schein Lawrence K. Saul Lyle H. Ungar Department of Computer and Information Science University of Pennsylvania Moore School Building 200 South 33rd Street Philadelphia, PA 19104-6389 {ais,lsaul,ungar}@cis.upenn.edu Abstract they are not generally appropriate for other data types. Recently, Collins et al.[5] derived generalized criteria We investigate a generalized linear model for for dimensionality reduction by appealing to proper- dimensionality reduction of binary data. The ties of distributions in the exponential family. In their model is related to principal component anal- framework, the conventional PCA of real-valued data ysis (PCA) in the same way that logistic re- emerges naturally from assuming a Gaussian distribu- gression is related to linear regression. Thus tion over a set of observations, while generalized ver- we refer to the model as logistic PCA. In this sions of PCA for binary and nonnegative data emerge paper, we derive an alternating least squares respectively by substituting the Bernoulli and Pois- method to estimate the basis vectors and gen- son distributions for the Gaussian. For binary data, eralized linear coefficients of the logistic PCA the generalized model's relationship to PCA is anal- model. The resulting updates have a simple ogous to the relationship between logistic and linear closed form and are guaranteed at each iter- regression[12]. In particular, the model exploits the ation to improve the model's likelihood. We log-odds as the natural parameter of the Bernoulli dis- evaluate the performance of logistic PCA|as tribution and the logistic function as its canonical link.
    [Show full text]
  • Exploratory and Confirmatory Factor Analysis Course Outline Part 1
    Course Outline Exploratory and Confirmatory Factor Analysis 1 Principal components analysis Part 1: Overview, PCA and Biplots FA vs. PCA Least squares fit to a data matrix Biplots Michael Friendly 2 Basic Ideas of Factor Analysis Parsimony– common variance small number of factors. Linear regression on common factors→ Partial linear independence Psychology 6140 Common vs. unique variance 3 The Common Factor Model Factoring methods: Principal factors, Unweighted Least Squares, Maximum λ1 X1 z1 likelihood ξ λ2 Factor rotation X2 z2 4 Confirmatory Factor Analysis Development of CFA models Applications of CFA PCA and Factor Analysis: Overview & Goals Why do Factor Analysis? Part 1: Outline Why do “Factor Analysis”? 1 PCA and Factor Analysis: Overview & Goals Why do Factor Analysis? Data Reduction: Replace a large number of variables with a smaller Two modes of Factor Analysis number which reflect most of the original data [PCA rather than FA] Brief history of Factor Analysis Example: In a study of the reactions of cancer patients to radiotherapy, measurements were made on 10 different reaction variables. Because it 2 Principal components analysis was difficult to interpret all 10 variables together, PCA was used to find Artificial PCA example simpler measure(s) of patient response to treatment that contained most of the information in data. 3 PCA: details Test and Scale Construction: Develop tests and scales which are “pure” 4 PCA: Example measures of some construct. Example: In developing a test of English as a Second Language, 5 Biplots investigators calculate correlations among the item scores, and use FA to Low-D views based on PCA construct subscales.
    [Show full text]
  • A Resampling Test for Principal Component Analysis of Genotype-By-Environment Interaction
    A RESAMPLING TEST FOR PRINCIPAL COMPONENT ANALYSIS OF GENOTYPE-BY-ENVIRONMENT INTERACTION JOHANNES FORKMAN Abstract. In crop science, genotype-by-environment interaction is of- ten explored using the \genotype main effects and genotype-by-environ- ment interaction effects” (GGE) model. Using this model, a singular value decomposition is performed on the matrix of residuals from a fit of a linear model with main effects of environments. Provided that errors are independent, normally distributed and homoscedastic, the signifi- cance of the multiplicative terms of the GGE model can be tested using resampling methods. The GGE method is closely related to principal component analysis (PCA). The present paper describes i) the GGE model, ii) the simple parametric bootstrap method for testing multi- plicative genotype-by-environment interaction terms, and iii) how this resampling method can also be used for testing principal components in PCA. 1. Introduction Forkman and Piepho (2014) proposed a resampling method for testing in- teraction terms in models for analysis of genotype-by-environment data. The \genotype main effects and genotype-by-environment interaction ef- fects"(GGE) analysis (Yan et al. 2000; Yan and Kang, 2002) is closely related to principal component analysis (PCA). For this reason, the method proposed by Forkman and Piepho (2014), which is called the \simple para- metric bootstrap method", can be used for testing principal components in PCA as well. The proposed resampling method is parametric in the sense that it assumes homoscedastic and normally distributed observations. The method is \simple", because it only involves repeated sampling of standard normal distributed values. Specifically, no parameters need to be estimated.
    [Show full text]
  • GGL Biplot Analysis of Durum Wheat (Triticum Turgidum Spp
    756 Bulgarian Journal of Agricultural Science, 19 (No 4) 2013, 756-765 Agricultural Academy GGL BIPLOT ANALYSIS OF DURUM WHEAT (TRITICUM TURGIDUM SPP. DURUM) YIELD IN MULTI-ENVIRONMENT TRIALS N. SABAGHNIA2*, R. KARIMIZADEH1 and M. MOHAMMADI1 1 Department of Agronomy and Plant Breeding, Faculty of Agriculture, University of Maragheh, Maragheh, Iran 2 Dryland Agricultural Research Institute (DARI), Gachsaran, Iran Abstract SABAGHNIA, N., R. KARIMIZADEH and M. MOHAMMADI, 2013. GGL biplot analysis of durum wheat (Triticum turgidum spp. durum) yield in multi-environment trials. Bulg. J. Agric. Sci., 19: 756-765 Durum wheat (Triticum turgidum spp. durum) breeders have to determine the new genotypes responsive to the environ- mental changes for grain yield. Matching durum wheat genotype selection with its production environment is challenged by the occurrence of significant genotype by environment (GE) interaction in multi-environment trials (MET). This investigation was conducted to evaluate 20 durum wheat genotypes for their stability grown in five different locations across three years using randomized completely block design with 4 replications. According to combined analysis of variance, the main effects of genotypes, locations and years, were significant as well as the interactions effects. The first two principal components of the site regression model accounted for 60.3 % of the total variation. Polygon view of genotype plus genotype by location (GGL) biplot indicated that there were three winning genotypes in three mega-environments for durum wheat in rain-fed conditions. Genotype G14 was the most favorable genotype for location Gachsaran and the most favorable genotype of mega-environment Kouhdasht and Ilam was G12 while G10 was the most favorable genotypes for mega-environment Gonbad and Moghan.
    [Show full text]
  • A Biplot-Based PCA Approach to Study the Relations Between Indoor and Outdoor Air Pollutants Using Case Study Buildings
    buildings Article A Biplot-Based PCA Approach to Study the Relations between Indoor and Outdoor Air Pollutants Using Case Study Buildings He Zhang * and Ravi Srinivasan UrbSys (Urban Building Energy, Sensing, Controls, Big Data Analysis, and Visualization) Laboratory, M.E. Rinker, Sr. School of Construction Management, University of Florida, Gainesville, FL 32603, USA; sravi@ufl.edu * Correspondence: rupta00@ufl.edu Abstract: The 24 h and 14-day relationship between indoor and outdoor PM2.5, PM10, NO2, relative humidity, and temperature were assessed for an elementary school (site 1), a laboratory (site 2), and a residential unit (site 3) in Gainesville city, Florida. The primary aim of this study was to introduce a biplot-based PCA approach to visualize and validate the correlation among indoor and outdoor air quality data. The Spearman coefficients showed a stronger correlation among these target environmental measurements on site 1 and site 2, while it showed a weaker correlation on site 3. The biplot-based PCA regression performed higher dependency for site 1 and site 2 (p < 0.001) when compared to the correlation values and showed a lower dependency for site 3. The results displayed a mismatch between the biplot-based PCA and correlation analysis for site 3. The method utilized in this paper can be implemented in studies and analyzes high volumes of multiple building environmental measurements along with optimized visualization. Keywords: air pollution; indoor air quality; principal component analysis; biplot Citation: Zhang, H.; Srinivasan, R. A Biplot-Based PCA Approach to Study the Relations between Indoor and 1. Introduction Outdoor Air Pollutants Using Case The 2020 Global Health Observatory (GHO) statistics show that indoor and outdoor Buildings 2021 11 Study Buildings.
    [Show full text]
  • Logistic Biplot by Conjugate Gradient Algorithms and Iterated SVD
    mathematics Article Logistic Biplot by Conjugate Gradient Algorithms and Iterated SVD Jose Giovany Babativa-Márquez 1,2,* and José Luis Vicente-Villardón 1 1 Department of Statistics, University of Salamanca, 37008 Salamanca, Spain; [email protected] 2 Facultad de Ciencias de la Salud y del Deporte, Fundación Universitaria del Área Andina, Bogotá 1321, Colombia * Correspondence: [email protected] Abstract: Multivariate binary data are increasingly frequent in practice. Although some adaptations of principal component analysis are used to reduce dimensionality for this kind of data, none of them provide a simultaneous representation of rows and columns (biplot). Recently, a technique named logistic biplot (LB) has been developed to represent the rows and columns of a binary data matrix simultaneously, even though the algorithm used to fit the parameters is too computationally demanding to be useful in the presence of sparsity or when the matrix is large. We propose the fitting of an LB model using nonlinear conjugate gradient (CG) or majorization–minimization (MM) algo- rithms, and a cross-validation procedure is introduced to select the hyperparameter that represents the number of dimensions in the model. A Monte Carlo study that considers scenarios with several sparsity levels and different dimensions of the binary data set shows that the procedure based on cross-validation is successful in the selection of the model for all algorithms studied. The comparison of the running times shows that the CG algorithm is more efficient in the presence of sparsity and when the matrix is not very large, while the performance of the MM algorithm is better when the binary matrix is balanced or large.
    [Show full text]
  • Pcatools: Everything Principal Components Analysis
    Package ‘PCAtools’ October 1, 2021 Type Package Title PCAtools: Everything Principal Components Analysis Version 2.5.15 Description Principal Component Analysis (PCA) is a very powerful technique that has wide applica- bility in data science, bioinformatics, and further afield. It was initially developed to anal- yse large volumes of data in order to tease out the differences/relationships between the logi- cal entities being analysed. It extracts the fundamental structure of the data with- out the need to build any model to represent it. This 'summary' of the data is ar- rived at through a process of reduction that can transform the large number of vari- ables into a lesser number that are uncorrelated (i.e. the 'principal compo- nents'), while at the same time being capable of easy interpretation on the original data. PCA- tools provides functions for data exploration via PCA, and allows the user to generate publica- tion-ready figures. PCA is performed via BiocSingular - users can also identify optimal num- ber of principal components via different metrics, such as elbow method and Horn's paral- lel analysis, which has relevance for data reduction in single-cell RNA-seq (scRNA- seq) and high dimensional mass cytometry data. License GPL-3 Depends ggplot2, ggrepel Imports lattice, grDevices, cowplot, methods, reshape2, stats, Matrix, DelayedMatrixStats, DelayedArray, BiocSingular, BiocParallel, Rcpp, dqrng Suggests testthat, scran, BiocGenerics, knitr, Biobase, GEOquery, hgu133a.db, ggplotify, beachmat, RMTstat, ggalt, DESeq2, airway,
    [Show full text]
  • Principal Components Analysis (Pca)
    PRINCIPAL COMPONENTS ANALYSIS (PCA) Steven M. Holand Department of Geology, University of Georgia, Athens, GA 30602-2501 3 December 2019 Introduction Suppose we had measured two variables, length and width, and plotted them as shown below. Both variables have approximately the same variance and they are highly correlated with one another. We could pass a vector through the long axis of the cloud of points and a second vec- tor at right angles to the first, with both vectors passing through the centroid of the data. Once we have made these vectors, we could find the coordinates of all of the data points rela- tive to these two perpendicular vectors and re-plot the data, as shown here (both of these figures are from Swan and Sandilands, 1995). In this new reference frame, note that variance is greater along axis 1 than it is on axis 2. Also note that the spatial relationships of the points are unchanged; this process has merely rotat- ed the data. Finally, note that our new vectors, or axes, are uncorrelated. By performing such a rotation, the new axes might have particular explanations. In this case, axis 1 could be regard- ed as a size measure, with samples on the left having both small length and width and samples on the right having large length and width. Axis 2 could be regarded as a measure of shape, with samples at any axis 1 position (that is, of a given size) having different length to width ratios. PC axes will generally not coincide exactly with any of the original variables.
    [Show full text]
  • Correlplot: a Collection of Functions for Plotting Correlation Matrices 1
    Correlplot: a collection of functions for plotting correlation matrices version 1.0-2 Jan Graffelman Department of Statistics and Operations Research Universitat Polit`ecnica de Catalunya Avinguda Diagonal 647, 08028 Barcelona, Spain. jan.graff[email protected] October 2013 1 Introduction This documents gives some instructions on how to create plots of correlation matrices in the statistical environment R (R Core Team, 2013) using the pack- age Correlplot. The outline of this guide is as follows: Section 2 explains how to install this package and Section 3 shows how to use the functions of the package for creating pictures like correlograms and biplots for a given correlation matrix. Computation of goodness-of-fit statistics is also illustrated. If you appreciate this software then please cite the following paper in your work: Graffelman, J. (2013) Linear-angle correlation plots: new graphs for revealing correlation structure. Journal of Computational and Graphical Statistics, 22(1) pp. 92-106. (click here to access the paper). 2 Installation The package Correlplot can be installed in R by typing: install.packages("Correlplot") library("Correlplot") This instruction will make, among others, the functions correlogram, linangplot, pco and pfa available. The correlation matrices used in the paper cited above are included in the package, and can be accessed with the data instruction. The instruction data(package="Correlplot") will give a list of all correlation and data matrices available in the package. 3 Plots of a correlation matrix In this section we indicate how to create different plots of a correlation matrix, and how to obtain the goodness-of-fit of the displays.
    [Show full text]
  • Statistics 5401 19. Biplots Gary W
    Statistics 5401 19. Biplots Gary W. Oehlert School of Statistics 313B Ford Hall 612-625-1557 [email protected] We have seen that principal components are a compact way of “approximating” data. We have seen that plotting principal components can be a useful way of visualizing data. But we have also seen that the two-dimensional plot of principal components can be a bit confusing to interpret, because it is difficult to relate back to the original variables. That is where the biplot comes in. The biplot is an enhanced plot of principal components that helps us to see connections between components and the original variables. Let be the data matrix with variable means subtracted out. We may, or may not, wish to rescale to make all the columns have unit variance; that depends on the problem. Make the svd ¢¡¤£¦¥¨§ © Begin with the first two columns of £ . Let £ ¡ £ The bivariate points are the points we plot in the usual principal components plot. § Now the first two columns of . Let § ¡ § The bivariate point tell us how the th variable enters into the first two principal components. £ § The first two columns of and along with and form a rank two approximation to ! £ § £ § )+* 658797 7977:7 07:7 " $# % (' ¡ & ¡-,.0/2143 3 where is the angle between the two-vectors and . 2 Thus large values of will occur when there is a small angle between and , and small values of will 2 2 occur when there is a large angle between and . Or put another way, positively correlated and mean than is positive, and negatively correlated and mean than is negative.
    [Show full text]
  • Biplots in Practice
    www.fbbva.es Biplots in Practice Biplots in Practice MICHAEL GREENACRE First published September 2010 © Michael Greenacre, 2010 © Fundación BBVA, 2010 Plaza de San Nicolás, 4. 48005 Bilbao www.fbbva.es [email protected] A digital copy of this book can be downloaded free of charge at http://www.fbbva.es The BBVA Foundation’s decision to publish this book does not imply any responsibility for its content, or for the inclusion therein of any supplementary documents or infor- mation facilitated by the author. Edition and production: Rubes Editorial ISBN: 978-84-923846-8-6 Legal deposit no: B- Printed in Spain Printed by S.A. de Litografía This book is produced with paper in conformed with the environmental standards required by current European legislation. In memory of Cas Troskie (1936-2010) CONTENTS Preface .............................................................................................................. 9 1. Biplots—the Basic Idea............................................................................ 15 2. Regression Biplots.................................................................................... 25 3. Generalized Linear Model Biplots .......................................................... 35 4. Multidimensional Scaling Biplots ........................................................... 43 5. Reduced-Dimension Biplots.................................................................... 51 6. Principal Component Analysis Biplots.................................................... 59 7. Log-ratio Biplots......................................................................................
    [Show full text]
  • GGE Biplot Analysis of Genotype × Environment Interaction in Chickpea Genotypes
    Available online a t www.pelagiaresearchlibrary.com Pelagia Research Library European Journal of Experimental Biology, 2013, 3(1):417-423 ISSN: 2248 –9215 CODEN (USA): EJEBAU GGE Biplot analysis of genotype × environment interaction in chickpea genotypes Ezatollah Farshadfar *1 , Mahnaz Rashidi 2, Mohammad Mahdi Jowkar 2 and Hassan Zali 1 1Campus of Agriculture and Natural Resources, Razi University, Kermanshah, Iran 2Department of agronomy and plant breeding, Kermanshah branch, Islamic Azad University, Kermanshah, Iran _____________________________________________________________________________________________ ABSTRACT The objective of this study was to explore the effect of genotype (G) and genotype × environment interaction (GEI) on grain yield of 20 chickpea genotypes under two different rainfed and irrigated environments for 4 consecutive growing seasons (2008-2011). Yield data were analyzed using the GGE biplot method. According to the results of combined analysis of variance, genotype × environment interaction was highly significant at 1% probability level, where G and GEI captured 68% of total variability. The first two principal components (PC 1 and PC 2) explained 68% of the total GGE variation, with PC 1 and PC 2 explaining 40.5 and 27.5 respectively. The first mega- environment contains environments E1, E3, E4 and E6, with genotype G17 (X96TH41K4) being the winner; the second mega environment contains environments E5, E7 and E8, with genotype G12 (X96TH46) being the winner. The environment of E2 makes up another mega-environment, with G19 (FLIP-82-115) the winner. Mean performance and stability of genotypes indicated that genotypes G4, G16 and G20 were highly stable with high grain yield. 417 Pelagia Research Library Ezatollah Farshadfar et al Euro.
    [Show full text]