Path and Variance Covariance Analysis

Path analysis is an extension of the regression model, used to test the fit of the correlation matrix against two or more causal models which are being compared by the researcher. The model is usually depicted in a circle-and-arrow figure in which single arrows indicate causation. A regression is done for each variable in the model as a dependent on others which the model indicates are causes. The regression weights predicted by the model are compared with the observed correlation matrix for the variables, and a goodness-of-fit statistic is calculated. The best-fitting of two or more models is selected by the researcher as the best model for advancement of theory.

Data Arrangement in data file

Example : For 10 genotypes, 3 replication and 8 Characters the data arrangement is as under

(Let G1,G2,G3, .... G10 represents Genotypes, R1,R2 and R3 represents replications and C1,C2,C3, . . . C8 represents the Characters under study)

Data Arrangement in a file or in text area of web page  is

              C1      C2     C3     C4     C5      C6       C7        C8

G1R1

G1R2

G1R3

G2R1

G2R2

G2R3

G3R1

G3R2

G3R3

G4R1

G4R2

G4R3

G5R1

G5R2

G5R3

G6R1

G6R2

G6R3

G7R1

G7R2

G7R3

G8R1

G8R2

G8R3

G9R1

G9R2

G9R3

G10R1

G10R2

G10R3

Procedure of Analysis