Study Notes: Multiple and Partial Correlation Analysis

Mathematical Context and Specific Formulas

  • Fragmentary derivation relating movement to an angle α\alpha:     - Substituting specific values yields: μ11(cos2(α)sin2(α))sin(α)cos(α)(σx2σy2)=0\mu_{11}(\cos^2(\alpha) - \sin^2(\alpha)) - \sin(\alpha)\cos(\alpha)(\sigma_x^2 - \sigma_y^2) = 0     - This simplifies to the relationship: μ11cos(2α)=12sin(2α)(σx2σy2)\mu_{11} \cos(2\alpha) = \frac{1}{2} \sin(2\alpha) (\sigma_x^2 - \sigma_y^2)     - Resulting in the expression for the angle: tan(2α)=2μ11σx2σy2\tan(2\alpha) = \frac{2\mu_{11}}{\sigma_x^2 - \sigma_y^2}

Correlation Ratio (Definition and Application)

  • The correlation ratio (denoted by η\eta) is an appropriate measure for the relationship between variables when that relationship is curvilinear rather than linear.
  • Limitations of the Correlation Coefficient (rr):     - rr is a measure of the degree to which a relationship approaches a straight line law.     - In bivariate distributions where a strong curvilinear relationship exists, rr may be very low or even zero, making it a misleading indicator of association.
  • Conceptual Definition of η\eta:     - While rr measures the concentration of points about a straight line of best fit, η\eta measures the concentration of points about the curve of best fit.     - If the regression is linear, η=r\eta = r. Otherwise, the absolute value of the correlation ratio is greater than the absolute value of the correlation coefficient: |\eta| > |r|

Measurement of the Correlation Ratio (\eta)

  • Consider a scenario where for every value xix_i of variable XX, variable YY takes values yijy_{ij} with frequencies fijf_{ij} (where j=1,2,,nj = 1, 2, …, n).
  • Notation and Variables:     - Array frequency: ni=j=1nfijn_i = \sum_{j=1}^n f_{ij}     - Total frequency: N=i=1mni=i=1mj=1nfijN = \sum_{i=1}^m n_i = \sum_{i=1}^m \sum_{j=1}^n f_{ij}     - Mean of the ithi^{th} array: yˉ<em>i=jf</em>ijyijni\bar{y}<em>i = \frac{\sum_j f</em>{ij}y_{ij}}{n_i}     - Overall mean: yˉ=ijfijyijN=iniyˉiini\bar{y} = \frac{\sum_i \sum_j f_{ij}y_{ij}}{N} = \frac{\sum_i n_i \bar{y}_i}{\sum_i n_i}
  • Formulas for Correlation Ratio of Y on X (ηyx\eta_{yx}):     - ηyx2=1σe2σy2\eta_{yx}^2 = 1 - \frac{\sigma_e^2}{ \sigma_y^2} where σeY2=1Nijfij(yijyˉ<em>i)2\sigma_{eY}^2 = \frac{1}{N} \sum_i \sum_j f_{ij}(y_{ij} - \bar{y}<em>i)^2 and σy2=1Nijf</em>ij(yijyˉ)2\sigma_y^2 = \frac{1}{N} \sum_i \sum_j f</em>{ij}(y_{ij} - \bar{y})^2     - Convenient expression using the variance of array means (σmY2\sigma_{mY}^2):         - Nσy2=ijfij(yijyˉ)2=ij(yijyˉ<em>i)+(yˉiyˉ)2N\sigma_y^2 = \sum_i \sum_j f_{ij}(y_{ij} - \bar{y})^2 = \sum_i \sum_j {(y_{ij} - \bar{y}<em>i) + (\bar{y}_i - \bar{y})}^2         - This decomposes into: Nσy2=ijf</em>ij(yijyˉ<em>i)2+ini(yˉiyˉ)2N\sigma_y^2 = \sum_i \sum_j f</em>{ij}(y_{ij} - \bar{y}<em>i)^2 + \sum_i n_i(\bar{y}_i - \bar{y})^2         - Therefore: σy2=σ</em>eY2+σmY2\sigma_y^2 = \sigma</em>{eY}^2 + \sigma_{mY}^2     - Simplified Ratio: ηyx2=σmY2σy2=ini(yˉ<em>iyˉ)2ijf</em>ij(yijyˉ)2\eta_{yx}^2 = \frac{\sigma_{mY}^2}{\sigma_y^2} = \frac{\sum_i n_i(\bar{y}<em>i - \bar{y})^2}{\sum_i \sum_j f</em>{ij}(y_{ij} - \bar{y})^2}

Visual Relationship Between r and \eta

  • Random Scattering: Dots are scattered randomly; r=0r = 0, ηyx=ηxy=0\eta_{yx} = \eta_{xy} = 0.
  • Precise Line: Dots lie exactly on a line; r=1|r| = 1, ηyx=ηxy=1\eta_{yx} = \eta_{xy} = 1.
  • Precise Curve: Dots lie on a curve (one ordinate per point); ηyx=1\eta_{yx} = 1. If the dots are symmetrically placed about the Y-axis, then ηxy=0\eta_{xy} = 0 and r=0r = 0.
  • Scattered around a Curve: If \eta_{yx} > r, dots are scattered around a definitely curved trend line.

Intra-Class Correlation

  • Definition: Intra-class correlation refers to correlation within a class, specifically used when both variables measure the same characteristic (e.g., heights of brothers, yields of plots in the same block).
  • This is distinguishable from product-moment correlation because there is no organic way to distinguish one variable as X and the other as Y; they are interchangeable.
  • Data Setup:     - nn families (A1,A2,,AnA_1, A_2, …, A_n) with k1,k2,,kkk_1, k_2, …, k_k members.     - Measurements denoted as xijx_{ij} (the jthj^{th} member in the ithi^{th} family).     - For the ithi^{th} family, there are ki(ki1)k_i(k_i - 1) pairs of measurements.     - Total pairs in the intra-class correlation table: N=ki(ki1)N = \sum k_i(k_i - 1).
  • Mathematical Expression:     - In a symmetrical table, marginal means xˉ\bar{x} and yˉ\bar{y} are equal.     - Total Covariance: Cov(X,Y)=1Ni[ki2(xˉ<em>ixˉ)2j(x</em>ijxˉ)2]\text{Cov}(X, Y) = \frac{1}{N} \sum_i [k_i^2(\bar{x}<em>i - \bar{x})^2 - \sum_j (x</em>{ij} - \bar{x})^2]     - If all families have an equal number of members (kk):         - r=1k1(kσm2σ21)r = \frac{1}{k - 1} \left( \frac{k \sigma_m^2}{\sigma^2} - 1 \right) where σm2\sigma_m^2 is the variance of the family means and σ2\sigma^2 is individual variance.
  • Limits and Interpretation:     - 1k1r1\frac{-1}{k - 1} \leq r \leq 1     - It is a skew coefficient. Negative values do not carry the same significance as equivalent positive values because the lower limit depends on class size.

Introduction to Multiple and Partial Correlation

  • In social, biological, and physical sciences, phenomena are rarely isolated to two variables.
  • Multiple Correlation/Regression: Studies the joint effect of a group of independent variables (regressors) on a single dependent variable (response variable).     - Example: Crop yield (X1X_1) depends on seed quality (X2X_2), soil fertility (X3X_3), fertilizer (X4X_4), etc.
  • Partial Correlation/Regression: Studies the relationship between two variables only, after mathematically eliminating the linear effect of other variables.
  • Objectives of Multiple Linear Regression:     1. Fit a plane of regression using the principle of least squares to estimate values.     2. Estimate the error involved (standard error of estimate).     3. Determine variation accounted for via the multiple coefficient of determination.

Yule's Notation and the Plane of Regression

  • Notation Structure:     - Equation for X1X_1 on X2X_2 and X3X_3: X1=a+b12.3X2+b13.2X3X_1 = a + b_{12.3} X_2 + b_{13.2} X_3     - When variables are measured from their means: E(X1)=E(X2)=E(X3)=0E(X_1) = E(X_2) = E(X_3) = 0, thus a=0a = 0.     - Regression plane: X1=b12.3X2+b13.2X3X_1 = b_{12.3} X_2 + b_{13.2} X_3
  • Subscripts:     - Primary subscripts (before the dot): Indicate the variables being directly related.     - Secondary subscripts (after the dot): Indicate variables whose effects are kept constant/eliminated.     - Order: The number of secondary subscripts determines the "order" of the coefficient or residual (e.g., 12.312.3 is 1st order; 12.3412.34 is 2nd order).
  • Primary Subscript Importance: In b12.34nb_{12.34…n}, X1X_1 is the dependent variable and X2X_2 is the independent variable within the relationship.

Derivation of the Regression Plane using Least Squares

  • Objective: Minimize the sum of the squares of the residuals (S=X1.232=(X1b12.3X2b13.2X3)2S = \sum X_{1.23}^2 = \sum (X_1 - b_{12.3} X_2 - b_{13.2} X_3)^2).
  • Normal Equations for Trivariate Case:     1. X2(X1b12.3X2b13.2X3)=0\sum X_2 (X_1 - b_{12.3} X_2 - b_{13.2} X_3) = 0     2. X3(X1b12.3X2b13.2X3)=0\sum X_3 (X_1 - b_{12.3} X_2 - b_{13.2} X_3) = 0
  • Solving for Coefficients (bb):     - In terms of correlation coefficients (rijr_{ij}) and standard deviations (σi\sigma_i):     - b12.3=σ1σ2(r12r13r231r232)b_{12.3} = \frac{\sigma_1}{\sigma_2} \left( \frac{r_{12} - r_{13}r_{23}}{1 - r_{23}^2} \right)     - b13.2=σ1σ3(r13r12r231r232)b_{13.2} = \frac{\sigma_1}{\sigma_3} \left( \frac{r_{13} - r_{12}r_{23}}{1 - r_{23}^2} \right)

General Plane of Regression Equation (Determinant Form)

  • Determinant of correlations (ω\omega):     - ω=(1amp;r12amp;r13 r21amp;1amp;r23 r31amp;r32amp;1)\omega = \begin{pmatrix} 1 &amp; r_{12} &amp; r_{13} \ r_{21} &amp; 1 &amp; r_{23} \ r_{31} &amp; r_{32} &amp; 1 \end{pmatrix}
  • Cofactors (ωij\omega_{ij}):     - ω11=1r232\omega_{11} = 1 - r_{23}^2     - ω12=r13r23r12\omega_{12} = r_{13}r_{23} - r_{12}     - ω13=r12r23r13\omega_{13} = r_{12}r_{23} - r_{13}
  • The Plane Equations:     - Regression of X1X_1 on other variables: X1σ1ω11+X2σ2ω12++Xnσnω1n=0\frac{X_1}{\sigma_1}\omega_{11} + \frac{X_2}{\sigma_2}\omega_{12} + … + \frac{X_n}{\sigma_n}\omega_{1n} = 0     - General coefficient form: b1j.23j1,j+1,n=σ1ω1jσjω11b_{1j.23…j-1,j+1,…n} = -\frac{\sigma_1 \omega_{1j}}{\sigma_j \omega_{11}}

Properties of Residuals

  • Property 1: The sum of the product of any residual of order zero (XiX_i) with any residual of higher order is zero if the subscript of the zero-order residual is among the secondary subscripts of the higher-order residual (e.g., X2X1.23=0\sum X_2 X_{1.23} = 0).
  • Property 2: The product sum of two residuals is unaltered if secondary subscripts from the first are omitted from the product with the second, provided all the secondary subscripts of the first are included in the second (e.g., X1.2X1.23=X1X1.23=X1.232\sum X_{1.2} X_{1.23} = \sum X_1 X_{1.23} = \sum X_{1.23}^2).
  • Property 3: The product sum of two residuals is zero if all the subscripts (primary and secondary) of one appear among the secondary subscripts of the other (e.g., X1.2X3.12=0\sum X_{1.2} X_{3.12} = 0).

Variance of the Residuals

  • The residual is defined as: X1.23n=X1(b12.34nX2++b1n.23(n1)Xn)X_{1.23…n} = X_1 - (b_{12.34…n} X_2 + … + b_{1n.23…(n-1)} X_n)
  • Variance σ1.23n2=1NX1.23n2=X1X1.23nN\sigma_{1.23…n}^2 = \frac{1}{N} \sum X_{1.23…n}^2 = \frac{\sum X_1 X_{1.23…n}}{N}
  • In terms of determinants: σ1.23n2=σ12ωω11\sigma_{1.23…n}^2 = \sigma_1^2 \frac{\omega}{\omega_{11}}
  • For the tri-variate case (X1X_1 on X2,X3X_2, X_3): σ1.232=σ121r122r132r232+2r12r13r231r232\sigma_{1.23}^2 = \sigma_1^2 \frac{1 - r_{12}^2 - r_{13}^2 - r_{23}^2 + 2r_{12}r_{13}r_{23}}{1 - r_{23}^2}

Coefficient of Multiple Correlation (R)

  • Definition: The multiple correlation coefficient (R1.23nR_{1.23…n}) is the simple correlation between the actual variable X1X_1 and its estimated value ϵ1.23n\epsilon_{1.23…n} derived from the regression plane.
  • Formula:     - R1.23n2=1σ1.23n2σ12=1ωω11R_{1.23…n}^2 = 1 - \frac{\sigma_{1.23…n}^2}{\sigma_1^2} = 1 - \frac{\omega}{\omega_{11}}
  • Properties of R:     1. Measures closeness of association between observed and expected values.     2. Least squares regression provides the maximum possible correlation compared to any other linear combination.     3. Range: 0R10 \leq R \leq 1. It can never be negative.     4. If R1.23=1R_{1.23} = 1, the prediction is perfect and residuals are zero.     5. If R1.23=0R_{1.23} = 0, X1X_1 is completely uncorrelated with the other variables.     6. R is never less than any of the total correlation coefficients indicating it (R1.23r12,r13,r23R_{1.23} \geq r_{12}, r_{13}, r_{23}).

Coefficient of Multiple Determination

  • Definition: The square of the multiple correlation coefficient (R1.232R_{1.23}^2).
  • Interpreted as: Explained VariationTotal Variation\frac{\text{Explained Variation}}{\text{Total Variation}}.
  • Calculation: R1.232=1Sum of squares due to errorTotal sum of squaresR_{1.23}^2 = 1 - \frac{\text{Sum of squares due to error}}{\text{Total sum of squares}}.
  • It represents the proportion of total variation in the dependent variable explained by the regression plane.

Coefficient of Partial Correlation

  • Definition: Measures the correlation between two variables after the linear effect of another variable (or set of variables) has been removed from both.
  • Trivariate Formula (r12.3r_{12.3}):     - r12.3=r12r13r23(1r132)(1r232)r_{12.3} = \frac{r_{12} - r_{13} r_{23}}{\sqrt{(1 - r_{13}^2)(1 - r_{23}^2)}}
  • Relation to Regression Coefficients: It is the geometric mean of partial regression coefficients: r12.32=b12.3×b21.3r_{12.3}^2 = b_{12.3} \times b_{21.3}.
  • Alternative Form using Determinants:     - $r_{ij.k} = -\frac{\omega_{ij}}{\sqrt{\omega_{ii} \omega_{jj}}}
  • Interpretation: If r_{12.3} = 0,then, thenr_{12} = r_{13}r_{23}.Thisimpliesanyobservedcorrelationbetween. This implies any observed correlation betweenX_1andandX_2ispurelyduetotheircommonrelationshipwithis purely due to their common relationship withX_3.
  • Coefficient of Partial Determination: r_{12.3}^2.If. Ifr_{13.2} = 0.7,then, then49\%((0.7^2)ofthevariationin) of the variation inX_1isassociatedwithis associated withX_3whenwhenX_2 is held constant.

Quantitative Examples and Solved Problems

  • Example 12-1:     - Given: r_{12} = 0.7, r_{13} = 0.61, r_{23} = 0.4, \sigma_1 = 1.86, \sigma_2 = 2.15, \sigma_3 = 3.46.     - Calculation of R_{1.23}::\sqrt{0.6196} = 0.7871.     - Calculation of R_{2.13}::\sqrt{0.4912} = 0.7009.     - Calculation of R_{3.21}::\sqrt{0.3735} = 0.6111.     - Standard Errors: \sigma_{1.23} = 1.1472, \sigma_{2.13} = 1.5336, \sigma_{3.21} = 2.7386.
  • Example 12-2:     - If all correlation coefficients are equal (r_{12}=r_{13}=r_{23}=r),then), thenR_{1.23}^2 = \frac{2r^2}{1+r}.
  • Example 12-3 (Cinchona Plants):     - Observations from 18 plants on Bark (X_1),Height(), Height (X_2),andGirth(), and Girth (X_3).     - Data: r_{12} = 0.77, r_{13} = 0.72, r_{23} = 0.52.     - Partial correlation r_{12.3} = 0.62.     - Multiple correlation R_{1.23} = 0.8564.
  • Example 12-4:     - Given: \sigma_1 = 2, \sigma_2 = \sigma_3 = 3, r_{12} = 0.7, r_{23} = r_{31} = 0.5.     - Results: r_{23.1} = 0.2425, R_{1.23} = 0.7211, b_{12.3} = 0.4, \sigma_{1.23} = 1.3856.

Relationship Between Correlation Types

  • General linking formula for three variables:     - 1 - R_{1.23}^2 = (1 - r_{12}^2)(1 - r_{13.2}^2)
  • Generalization to n variables:     - 1 - R_{1.23…n}^2 = (1 - r_{12}^2)(1 - r_{13.2}^2)(1 - r_{14.23}^2)…(1 - r_{1n.23…(n-1)}^2)$$