One continuous variable

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

1/5

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.

6 Terms

1
New cards

ONE CONTINUOUS VARIABLE

2
New cards

What does a one-sample t-test evaluate? (t.test() or oneSampleTTest())

Formal name: Student’s t-test

It tests whether the mean of a sample differs significantly from a known or hypothesized population mean.

  • H₀: population mean equals a specific value

  • H₁: population mean does not equal a specific value

*If the population standard deviation is known: t-test becomes z-test

3
New cards

What is the t-test statistic, and how are degrees of freedom calculated?

  • xˉ = sample mean

  • μ0 = hypothesized population mean

  • s = sample standard deviation

  • n = sample size

Degrees of freedom: df = N − 1

  • N is the number of observations in the dataset

*exact rejection regions depend on degrees of freedom

<ul><li><p>xˉ = sample mean</p></li><li><p>μ0 = hypothesized population mean</p></li><li><p>s = sample standard deviation</p></li><li><p>n = sample size</p></li></ul><p><strong>Degrees of freedom</strong>: df = N − 1</p><ul><li><p><span>N is the number of observations in the dataset</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?  (cohensD()) - Effect size

Cohen’s d measures the magnitude of difference between the sample mean and the population mean:

  • 0.20 = small effect

  • 0.50 = medium effect

  • 0.80 = large effect

*larger values correspond to a greater difference from the value under H0

5
New cards

What are the 2 assumptions of a one-sample t-test?

  • The continuous variable is normally distributed (check with Shapiro-Wilk test, histogram, Q-Q plot)

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

  • Observations are independent

6
New cards

What are key properties of the t-distribution used in t-tests?

  • The t-distribution has thicker tails than the normal distribution (to account for extra uncertainty in small samples)

  • As sample size increases, the t-distribution approaches the normal distribution

  • Larger absolute t-values indicate more extreme results, corresponding to a lower probability of H₀ being true