Kin 483-Ch.7 Correlation and Prediction

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

Exam 2

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

Correlation (definition)

Numerical coefficient that indicates the relationship between 2 variables

2
New cards

Attributes of r

  • demonstrates a linear relationship

  • positive relationship

  • negative relationship

  • always between -1.0 and 1

  • value of 0 = no relationship

  • (±)0.3: low

  • (±)0.7: high

<ul><li><p>demonstrates a linear relationship</p></li><li><p><mark data-color="purple">positive relationship</mark></p></li><li><p><mark data-color="purple">negative relationship</mark></p></li><li><p>always between -1.0 and 1</p></li><li><p>value of 0 = no relationship</p></li><li><p><mark data-color="red">(±)0.3: low</mark></p></li><li><p><mark data-color="green">(±)0.7: high</mark></p></li></ul>
3
New cards

Positive relationship

  • as one variable increases, the other variable also increases (and vise versa)

  • direct relationship

    • ex: leg press and bench press weights both increase

<ul><li><p>as one variable increases, the other variable also increases (and vise versa)</p></li><li><p> <mark data-color="blue">direct relationship</mark></p><ul><li><p>ex: leg press and bench press weights both increase</p></li></ul></li></ul>
4
New cards

Negative relationship

  • as one variable increases, the other variable decreases (and vise versa)

  • indirect relationship

<ul><li><p>as one variable increases, the other variable decreases (and vise versa)</p></li><li><p><mark data-color="blue">indirect relationship</mark></p></li></ul>
5
New cards

Scatterplot of zero correlation (r=0)

knowt flashcard image
6
New cards

Correlation formula

knowt flashcard image
7
New cards

SPSS and Correlation (Steps)

  1. File —> Open —> Data (select data)

  2. Analyze —> Correlate —> Bivariate

  3. Choose variables you want to correlate

  4. Correlation table formed!

Note:

  • strong correlation: >0.7

  • Significant two tail = p-value: statistical difference; accepted alpha in kinesiology is 0.05

  • Strong relationship is statistically significant

8
New cards

SPSS and Scatterplot (Steps)

  1. Insert data

  2. Graphs —> Scatter

  3. Simple

  4. Define

  5. Put variable 1 (ex: body weight) in the x-axis box

  6. Put variable 2 (ex: chin ups) in the y-axis box

  7. click ok

9
New cards

Coefficient of Determination

Represents the proportion of shared variance between the 2 measures in question (r²)

Example:

  • Correlation between a distance run and VO2 max is r=0.9 (strong positive/direct relationship)

  • r² = 0.81, percentage of shared variance betw. 2 variables is 81%

  • performance in the distance run accounts for 81% of variation in VO2 max values

  • 19% of the variance is unique variance in VO2 max that cannot be explained by the run test (error/residual variance)

10
New cards

Correlation issues

CORRELATION DOES NOT = CAUSATION!!!!

11
New cards

Limitations of r: Curvilinear or Linear

  • in this case, the Pearson Product Moment correlation would give an r close to zero (no relationship)

  • but isn’t there a relationship? this is where scatter plots come in

<ul><li><p>in this case, the Pearson Product Moment correlation would give an r close to zero (no relationship)</p></li><li><p>but isn’t there a relationship? this is where scatter plots come in</p></li></ul>
12
New cards

Correlation and Prediction

  • illustrates the positive correlation between skinfold thickness and percent fat

  • predict body fat % based on skin fold

<ul><li><p>illustrates the positive correlation between skinfold thickness and percent fat</p></li><li><p>predict body fat % based on skin fold</p></li></ul>
13
New cards

Linear Regression (definition)

  • We can make predictions using Simple Linear Regression

    • An outcome variable (dependent variable can be predicted from a single predictor aka independent variable)

    • If both the dependent and independent variables are correlated we can compute a prediction equation

14
New cards

SPSS and Linear Regression (steps)

  1. Import data

  2. Analyze —> Regression —> Linear

  3. Assign dependent and independent variables

  4. Ok

Note:

  • First box: r value and r²

  • Second box: regression, degrees of freedom, SIG (p-value)

  • Third box: values to plug into y=mx+b

15
New cards

Prediction Formula

Y’=bX + c

Example: Predicted pull ups (Y’)=-0.128 * body weight (lbs) +25.88

<p><strong><mark data-color="purple">Y’=bX + c</mark></strong></p><p>Example: Predicted pull ups (Y’)=-0.128 * body weight (lbs) +25.88</p>
16
New cards

Multiple Regression/Correlation

  • a single dependent variable (Y)

  • multiple independent variables

  • Y’=m1X1 + m2X2 +m3X3 + …b

  • an extension of simple correlation

17
New cards

3 Types of Multiple Regression

  • Standard Multiple Regression: 1 equation with all independent variables included

  • Hierarchical Multiple Regression: We override the computer and set up a hierarchical order for inclusion in variables; useful if some IV’s are easier to measure than others

  • Stepwise Multiple Regression: computer provides multiple equations with different combinations of IV’s