Two paired continuous variables

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/4

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

5 Terms

1
New cards

TWO PAIRED CONTINUOUS VARIABLES

2
New cards

What does a paired samples t-test evaluate? (t.test() or pairedSamplesTTest())

Formal name: Student’s paired samples t-test

It compares the means of two related groups (e.g., before vs. after measurements on the same subjects).

  • H₀: the mean difference between the paired groups is zero

    • the difference between the population means for both samples is zero

  • H₁: the mean difference is not zero

    • the difference between the population means for both samples is not zero

3
New cards

What is the test statistic for a paired samples t-test and how are degrees of freedom calculated?

  • dˉ = mean of the differences

  • sd​ = standard deviation of the differences

  • n = number of paired observations

*Values further away from zero (i.e., higher absolute values) correspond to a lower probability of H0 being true

Degrees of freedom: df = N−1

  • N is the number of observations in the data set

*exact rejection regions depend on degrees of freedom

<ul><li><p>dˉ = mean of the differences</p></li><li><p>sd​ = standard deviation of the differences</p></li><li><p>n = number of paired observations</p></li></ul><p><span>*Values further away from zero (i.e., higher absolute values) correspond to a lower probability of H0 being true</span></p><p></p><p><strong>Degrees of freedom</strong>: df = N−1</p><ul><li><p><span>N is the number of observations in the data set</span></p></li></ul><p>*<span>exact rejection regions depend on degrees of freedom</span></p>
4
New cards

What is Cohen’s d and how is it interpreted for paired samples t-tests? - Effect size

Cohen’s d measures the size of the mean difference:

  • 0.20 = small effect

  • 0.50 = medium effect

  • 0.80 = large effect

*larger values correspond to a greater difference difference in means

5
New cards

What assumptions does the paired samples t-test have?

  • The differences between paired observations are normally distributed

    • Check with: Shapiro-Wilk test, histogram, Q-Q plot

    • If normality is violated: use the Wilcoxon signed-rank test (wilcox.test())

(???? chat said:)

  • Observations within pairs are related; observations across pairs are independent