Example: Analysis of Associations 1
Exercise 1: Are divorce and number of golf courses related?
- Download the file "Golf.txt".
Save the content of the file as a TEXT file and you will be able
to view and edit it with any text editor, such as BBEdit. Note
that there are 20 pairs of measures representing
the number of golf courses and the mean divorce rate / 100 marriages
/ year for different regions of the US. The first line contains
the names of the two variables, "Golf Courses" and
"Divorce Rate".
- Prepare a scatter plot of the data
- Calculate the product-moment correlation coefficient (Pearson's r) and determine its
level of significance. Based on this analysis what do
you conclude about the association between the two variables?
- Calculate the rank-order corrrelation coefficient (Spearman's ρ) and determine its
level of significance. Based on this analysis what do you conclude
about the association between the two variables?
- Only if you consider it appropriate, calculate the Coefficient
of Determination for this relationship. In either case explain
your reasoning
Exercise 2: Parametric vs. non-parametric methods
- Use the file "Golf.txt" from exercise 1. Recode the values in both variables with their respective ranks.
- Calculate the product-moment correlation coefficient (Pearson's r) for the recoded variables and determine its
level of significance. Based on this analysis what do
you conclude about the association between the two variables?
- How does the result in 2.2 compare with the result in 1.4? What do you make of this?
Exercise 3: Discuss results of correlation matrix worksheet
- Worksheet for Calculating Correlation
- Confirm results running this analysis in R
Competences earned this week:
- understand how causality relates to the analysis of associations
- measure associations using a parametric technique
- measure associations using a non-parametric
technique
last modified: 2/3/14