home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / educ / freest2.zip / ASSOC.HLP next >
Text File  |  1991-04-11  |  6KB  |  173 lines

  1. ╔═══════════╗
  2. ║ ███ ▄ ███ ║  CHAPTER 3
  3. ║ ▀▀▀▀▀▀▀▀▀ ║
  4. ║ ▄▄▄▄▄▄▄▄▄ ║  MEASURES OF ASSOCIATION
  5. ║ ███ ▀ ███ ║
  6. ╚═══════════╝
  7.  
  8.  
  9.   A number of the commonly used measures of association and
  10. correlation are available for use right on screen.  They provide
  11. quick and easy solutions to the computation of various
  12. correlations that are often very difficult to perform by hand or
  13. by use of a calculator.  The computations are rapid and very
  14. accurate.  All you need to do is enter raw scores and you will
  15. quickly have the answers you need. 
  16.  
  17.  
  18.                        PEARSON CORRELATION
  19.  
  20.   You may easily compute a Pearson correlation by entering the
  21. continuous values of Y and X.  You may also elect to transform
  22. either or both variables and the program will accept an unlimited
  23. number of observations.  The following is an example of the
  24. output that you will receive from this procedure.
  25.  
  26.            r = 0.89381
  27.      F-ratio = 19.86209
  28.      p(r=0) <= 0.00367
  29.      95% Confidence interval
  30.      0.66280 <= r <= 0.96946
  31.  
  32.  
  33.                      RANK ORDER CORRELATION
  34.  
  35.   You may compute a Spearman Rho by entering the ranked values of
  36. Y and X.  You may also elect to transform either or both
  37. variables and the program will accept an unlimited number of
  38. observations.  The following is an example of the output that you
  39. will receive from this procedure.
  40.  
  41.            r = 0.90527
  42.      F-ratio = 13.62244
  43.      p(r=0) <= 0.01636
  44.      95% Confidence interval
  45.      0.35896 <= r <= 0.98957
  46.  
  47.  
  48.                    POINT BISERIAL CORRELATION
  49.  
  50.   You may compute a point-biserial correlation by entering the
  51. continuous values of Y and dichotomous values of X.  You may also
  52. elect to transform either or both variables and the program will
  53. accept an unlimited number of observations.  The following is an
  54. example of the output that you will receive from this procedure.
  55.  
  56.            r = 0.93285
  57.      F-ratio = 46.93595
  58.      p(r=0) <= 0.00025
  59.      95% Confidence interval
  60.      0.83279 <= r <= 0.97389
  61.  
  62.  
  63.                          PHI COEFFICIENT
  64.  
  65.   You may compute a Phi coefficient by entering the dichotomous
  66. values of Y and X.  You may also elect to transform either or
  67. both variables and the program will accept an unlimited number of
  68. observations.  The following is an example of the output that you
  69. will receive from this procedure.
  70.  
  71.            r = 0.43301
  72.      F-ratio = 2.53846
  73.      p(r=0) <= 0.06835
  74.      95% Confidence interval
  75.      0.11508 <= r <= 0.67048
  76.  
  77.  
  78.                   ETA: FROM SUMMARY STATISTICS
  79.  
  80.   Although most of the procedures for computing simple measures
  81. of association or correlation require the input of raw data, the
  82. procedure for computing the Eta statistic is an exception.  In
  83. this case you will need to enter your degrees of freedom for
  84. hypothesis (dfh), the degrees of freedom for error (dfe), and the
  85. F-ratio.  Eta and its squared value are then computed along with
  86. a shrunken value and the confidence interval.  The following is
  87. an example of the results you will obtain from this procedure.
  88.  
  89.        dfh = 3
  90.        dfe = 189
  91.          F = 4.67
  92.      Eta   = 0.26270
  93.      Eta^2 = 0.06901
  94.       95% Confidence interval
  95.      0.12540 <= Eta <= 0.39013
  96.      Shrunken Eta   = 0.23288
  97.      Shrunken Eta^2 = 0.05423
  98.       95% Confidence interval
  99.      0.09401 <= Eta <= 0.36287
  100.  
  101.  
  102.                      TETRACHORIC CORRELATION
  103.  
  104.   The tetrachoric correlation is obtained by entering the cell
  105. frequencies of a four-fold table and the following is a sample of
  106. the output that you will receive from this procedure.
  107.  
  108.      Dep/Indep   FALSE      TRUE
  109.  
  110.         TRUE     29         11
  111.         FALSE    9          32
  112.  
  113.     r(tet) = -0.71549
  114.      95% Confidence interval
  115.     -0.80824 <= r <= -0.58808
  116.  
  117.  
  118.                     SEMI-PARTIAL CORRELATION
  119.  
  120.   Semi-partial correlations are obtained by entering the sample
  121. size and the zero-order correlations among the variables Y, X1,
  122. and X2.  The following is an example of the output that you will
  123. obtain. 
  124.  
  125.      Enter the correlation between:
  126.      Y  and X1, r(y,x1)   = .34
  127.      Y  and X2, r(y,x2)   = .27
  128.      X1 and X2, r(x1,x2)  = .17
  129.      Enter sample size, N = 89
  130.      Semi-partial  r = 0.29844
  131.       95% Confidence interval
  132.      0.09312 <= r <= 0.47942
  133.  
  134.  
  135.                        PARTIAL CORRELATION
  136.  
  137.   Partial correlations are obtained by entering the sample size
  138. and the zero-order correlations among the variables Y, X1, and
  139. X2.  The following is an example of the output that you will
  140. obtain. 
  141.  
  142.      Enter the correlation between:
  143.      Y  and X1, r(y,x1)   = .21
  144.      Y  and X2, r(y,x2)   = .37
  145.      X1 and X2, r(x1,x2)  = .04
  146.      Enter sample size, N = 137
  147.      Partial r = 0.21028
  148.       95% Confidence interval
  149.       0.04303 <= r <= 0.36607
  150.  
  151.  
  152.                      PART-WHOLE CORRELATION
  153.  
  154.   Part-whole correlations are handy for removing the item-self
  155. correlations among items in psychometric investigations, among
  156. other applications.  You will need to enter the correlation
  157. between an item, i, and a total score, T.  You will then need to
  158. enter the standard deviation for the item and the total score.
  159. Finally, enter the sample size and you will obtain outputs like
  160. the one shown below.
  161.  
  162.      Enter the item-total correlation
  163.      r(i,T)         =  .37
  164.      Std Dev Xi     =  0.89
  165.      Std Dev T      =  28.5
  166.      Sample size, N =  375
  167.      Corrected r = 0.34258
  168.      95% Confidence interval
  169.      0.25024 <= r <= 0.42875
  170.  
  171.  
  172.                          END OF CHAPTER
  173.