|
Size: 2760
Comment:
|
Size: 2776
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| Zou (2007) presents two methods of computing a confidence interval for the ''difference'' in R-squareds obtained from regressions on different data sets. If zero is not contained in the confidence interval then the two R-squareds do not differ statistically at the (two-tailed) input alpha level. Zou suggests for samples under 100 that a modified version of the traditional delta method be used to compute confidence intervals. Both methods may be computed using a [attachment:rsqdiff.xls spreadsheet.] Zou also gives formulae for obtaining confidence intervals and tests for comparing two correlations. Thom Baguley has R code ([http://seriousstats.wordpress.com/2012/02/05/comparing-correlations/ here]) for obtaining the 95% confidence intervals for differences between overlapping and independent correlations using the suggestion of Zou (2007) based upon methods described in Chapter 6 of Baguley (2012). |
Zou (2007) presents two methods of computing a confidence interval for the ''difference'' in R-squareds obtained from regressions on different data sets. If zero is not contained in the confidence interval then the two R-squareds do not differ statistically at the (two-tailed) input alpha level. Zou suggests for samples under 100 that a modified version of the traditional delta method be used to compute confidence intervals. Both methods may be computed using a [[attachment:rsqdiff.xls|spreadsheet.]] Zou also gives formulae for obtaining confidence intervals and tests for comparing two correlations. Thom Baguley has R code ([[http://seriousstats.wordpress.com/2012/02/05/comparing-correlations/|here]]) for obtaining the 95% confidence intervals for differences between overlapping and independent correlations using the suggestion of Zou (2007) based upon methods described in Chapter 6 of Baguley (2012). |
| Line 8: | Line 8: |
| There is also [http://www.statpower.net/ downloadable] MS-DOS software to evaluate confidence intervals for a single R-squared and a [attachment:rsqci.xls spreadsheet] based on formulae from [http://psychology.anu.edu.au/people/smithson/details/CIstuff/CI.html Smithson.] SAS and SPSS syntax from Zou to compute confidence intervals for a single R-squared is also [http://supp.apa.org/psycarticles/supplemental/met_12_4_399/met_12_4_399_supp.html available.] |
There is also [[http://www.statpower.net/|downloadable]] MS-DOS software to evaluate confidence intervals for a single R-squared and a [[attachment:rsqci.xls|spreadsheet]] based on formulae from [[http://psychology.anu.edu.au/people/smithson/details/CIstuff/CI.html|Smithson.]] SAS and SPSS syntax from Zou to compute confidence intervals for a single R-squared is also [[http://supp.apa.org/psycarticles/supplemental/met_12_4_399/met_12_4_399_supp.html|available.]] |
| Line 18: | Line 18: |
| Baguley, T. (2012). Serious stats: A guide to advanced statistics for the behavioral sciences. Basingstoke: Palgrave. R code for methods outlined in Chapter 6 of this book comparing correlations with and without variables in common is given [http://seriousstats.wordpress.com/2012/02/05/comparing-correlations/ here]. This also includes the method of Zou(2007) for computing confidence intervals for differences in correlations. | Baguley, T. (2012). Serious stats: A guide to advanced statistics for the behavioral sciences. Basingstoke: Palgrave. R code for methods outlined in Chapter 6 of this book comparing correlations with and without variables in common is given [[http://seriousstats.wordpress.com/2012/02/05/comparing-correlations/|here]]. This also includes the method of Zou(2007) for computing confidence intervals for differences in correlations. |
| Line 20: | Line 20: |
| Zou, GY (2007) Toward using confidence intervals to compare correlations. ''Psychological methods'' '''12(4)''' 399-413. (available via the [http://psycnet.apa.org/index.cfm?fa=browsePA.home Psycnet APA website] for CBSU users). | Zou, GY (2007) Toward using confidence intervals to compare correlations. ''Psychological methods'' '''12(4)''' 399-413. (available via the [[http://psycnet.apa.org/index.cfm?fa=browsePA.home|Psycnet APA website]] for CBSU users). |
How do I compare two squared (semi-partial) correlation coefficients (R-squareds) from different samples?
Zou (2007) presents two methods of computing a confidence interval for the difference in R-squareds obtained from regressions on different data sets. If zero is not contained in the confidence interval then the two R-squareds do not differ statistically at the (two-tailed) input alpha level. Zou suggests for samples under 100 that a modified version of the traditional delta method be used to compute confidence intervals. Both methods may be computed using a spreadsheet. Zou also gives formulae for obtaining confidence intervals and tests for comparing two correlations. Thom Baguley has R code (here) for obtaining the 95% confidence intervals for differences between overlapping and independent correlations using the suggestion of Zou (2007) based upon methods described in Chapter 6 of Baguley (2012).
At the above R program link Thom also adds pointers to some robust methods available from Rand Wilcox's web pages (some of which are essentially identical to Zou's approach but replacing the input with upper and lower bounds derived from bootstrap CIs rather than using Fisher's z).
There is also downloadable MS-DOS software to evaluate confidence intervals for a single R-squared and a spreadsheet based on formulae from Smithson. SAS and SPSS syntax from Zou to compute confidence intervals for a single R-squared is also available.
R-squared is the square of the semi-partial correlation and so the above tests are equivalent to comparing two semi-partial correlations. The proportion of the outcome variance which is accounted for by a particular predictor or set of predictors beyond that accounted for by other predictors.
References
Baguley, T. (2012). Serious stats: A guide to advanced statistics for the behavioral sciences. Basingstoke: Palgrave. R code for methods outlined in Chapter 6 of this book comparing correlations with and without variables in common is given here. This also includes the method of Zou(2007) for computing confidence intervals for differences in correlations.
Zou, GY (2007) Toward using confidence intervals to compare correlations. Psychological methods 12(4) 399-413. (available via the Psycnet APA website for CBSU users).
