7 and 8

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
full-widthPodcast
1
Card Sorting

1/115

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:03 PM on 8/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

116 Terms

1
New cards

Independent Samples t-Test Null Hypothesis (H₀)

H₀: μ₁ - μ₂ = 0 (no difference between population means).

2
New cards

Independent Samples t-Test Alternative Hypothesis (H₁)

H₁: μ₁ - μ₂ ≠ 0 (two-tailed; population means are different).

3
New cards

Degrees of Freedom for Independent Samples t-Test

df_total = (n₁ - 1) + (n₂ - 1) = n₁ + n₂ - 2.

4
New cards

Pooled Variance (s²_p) Formula

s²_p = (SS₁ + SS₂) / (df₁ + df₂).

5
New cards

Estimated Standard Error of Difference between Two Independent Means

s(x̄₁ - x̄₂) = √[(s²_p / n₁) + (s²_p / n₂)].

6
New cards

95% Confidence Interval for Independent Samples t-Test

CI₉₅ = (x̄₁ - x̄₂) ± [t_crit(df) × s(x̄₁ - x̄₂)].

<p>CI₉₅ = (x̄₁ - x̄₂) ± [t_crit(df) × s(x̄₁ - x̄₂)].</p>
7
New cards

Statistical Significance and 95% Confidence Intervals

If the 95% CI contains 0, the difference is not statistically significant.

8
New cards

Boxplot Features

Line = median; Box = IQR (25th-75th percentiles); Whiskers = 1.5×IQR; Points = outliers.

<p>Line = median; Box = IQR (25th-75th percentiles); Whiskers = 1.5×IQR; Points = outliers.</p>
9
New cards

Independent Samples t-Test Normality Assumption

Populations are normal. If biased/skewed, outcome variable transformations must apply to both groups.

10
New cards

Homogeneity of Variance Assessment

Check equal variances using ratio s²_max / s²_min; should be < 4 (equal n) or < 2 (unequal n).

11
New cards

Welch Correction

Unpooled t-test with adjusted (lowered) degrees of freedom used when sample variances are unequal.

12
New cards

Cohen's d Formula (Independent Samples t-Test)

Cohen's d = (x̄₁ - x̄₂) / √s²_p.

13
New cards

Cohen's d Interpretation

Measures difference in standard deviations: ~0.2 small, ~0.5 medium, ~0.8 large.

14
New cards

Alternative Names for Repeated Measures t-Test

Correlated measures t-test, paired-samples t-test, matched design, before-and-after / pre-post.

15
New cards

Source of Dependency in Repeated Measures

Scores either belong to the exact same participants or paired/matched individuals.

16
New cards

Difference Score (D_i) Formula

D_i = X_postscore - X_prescore (or X_prescore - X_postscore).

17
New cards

Repeated Measures t-Test Null Hypothesis (H₀)

H₀: μ_D̄ = 0 (the average difference score in the population equals zero).

18
New cards

Repeated Measures t-Test Alternative Hypothesis (H₁)

H₁: μ_D̄ ≠ 0 (the population mean difference score differs from zero).

19
New cards

Degrees of Freedom for Repeated Measures t-Test

df = n - 1, where n is the number of difference scores (participants/pairs).

20
New cards

Standard Deviation of Difference Scores (s_D)

s_D = √[ Σ(D_i - D̄)² / (n - 1) ].

21
New cards

Standard Error of Mean Difference Scores (s_D̄)

s_D̄ = s_D / √n.

22
New cards

Repeated Measures t-Statistic Formula

t = (D̄ - μ_D) / s_D̄ = D̄ / s_D̄ (since μ_D = 0 under H₀).

23
New cards

95% Confidence Interval for Repeated Measures t-Test

CI₉₅ = D̄ ± [s_D̄ × t_crit(df)].

24
New cards

Cohen's d Formula (Repeated Measures t-Test)

Cohen's d = D̄ / s_D.

25
New cards

When to Calculate Cohen's d

Only after rejecting the null hypothesis.

26
New cards

Assumptions of Repeated Measures t-Test

Matched pairs data, independent sampling units, normally distributed mean difference scores.

27
New cards

Advantages of Repeated Measures t-Test

Increases power, partials out individual differences, reduces error variance.

28
New cards

Disadvantages of Repeated Measures t-Test

Carryover/order effects, fatigue, practice/memory effects, attrition.

29
New cards

Choosing Between One-Sample and Independent t-Tests

Use one-sample t-test for 1 group (μ known, σ unknown); independent t-test for 2 independent groups.

30
New cards

Choosing Between Independent and Dependent t-Tests

Use independent t-test if samples are unrelated; dependent t-test if samples are paired/repeated.

31
New cards

Primary Limitation of Multiple Pairwise t-Tests

Inflates Type I error rate (family-wise / experiment-wise error rate).

32
New cards

Family-Wise Error Rate Formula for k Independent Tests

α_familywise = 1 - (1 - α)^k.

33
New cards

Number of Pairwise Comparisons for k Groups

Total possible comparisons = k(k - 1) / 2.

34
New cards

Purpose of One-Way Analysis of Variance (ANOVA)

Compares means of 3+ groups simultaneously in one test without inflating α.

<p>Compares means of 3+ groups simultaneously in one test without inflating α.</p>
35
New cards

Two Variance Components in One-Way ANOVA

Mean Square Between (MSB) and Mean Square Within / Error (MSW).

36
New cards

Mean Square Between (MSB) Definition

Variance estimate based on differences between group means and the grand mean.

37
New cards

Degrees of Freedom Between Groups (df_between)

df_between = k - 1, where k is the number of groups.

38
New cards

Mean Square Within / Error (MSW) Definition

Variance estimate based on spread/variability of individual scores within each group.

39
New cards

Degrees of Freedom Within Groups (df_within)

df_within = N - k, where N is total sample size and k is group count.

40
New cards

F-Ratio Formula in ANOVA

F = MS_between / MS_within.

41
New cards

Expected F-Ratio Value Under Null Hypothesis

Approximately 1.0 (since MSB and MSW both estimate standard population variance).

42
New cards

Role of Post-Hoc Tests

Conducted after a significant ANOVA to identify specifically which group means significantly differ.

43
New cards

Directional Hypothesis Strategy in Dependent t-Tests

Setting H₁: μ_D > 0 places the entire α critical region in one tail, increasing statistical power.

44
New cards

Order of Operations for Dependent-Samples t-Test

1) Calculate difference scores (D_i), 2) Find D̄ and s_D, 3) Compute s_D̄, 4) Compute t_obt.

<p>1) Calculate difference scores (D_i), 2) Find D̄ and s_D, 3) Compute s_D̄, 4) Compute t_obt.</p>
45
New cards

Decision Rule Strategy for One-Tailed t-Tests

Reject H₀ if t_obt ≥ t_crit in predicted direction; fail to reject if lower or opposite direction.

<p>Reject H₀ if t_obt ≥ t_crit in predicted direction; fail to reject if lower or opposite direction.</p>
46
New cards

Theoretical Meaning of Sample Difference Variance (s²_D)

Measures individual variability in change scores across participants, directly impacting standard error.

47
New cards

Effect Size Strategy: Cohen's d vs t-Statistic

Cohen's d measures standardized mean difference independent of sample size, unlike t_obt.

<p>Cohen's d measures standardized mean difference independent of sample size, unlike t_obt.</p>
48
New cards

Two-Way ANOVA Definition

Evaluates the effect of two independent variables (factors) on a single continuous dependent variable.

49
New cards

Main Effect in ANOVA

The mean effect of one independent variable on the dependent variable across all levels of other factors.

50
New cards

Interaction Effect in ANOVA

Occurs when the effect of one independent variable depends on the level of another independent variable.

51
New cards

Z-test vs. One-sample t-test

Z-test uses population standard deviation; t-test estimates it using sample standard deviation.

52
New cards

Degrees of freedom (df) for a one-sample t-test

df = n − 1

53
New cards

Estimated standard error of the mean formula

s / √n

54
New cards

Relationship between t-distribution and sample size

As sample size increases, the t-distribution approaches the standard normal Z-distribution.

<p>As sample size increases, the t-distribution approaches the standard normal Z-distribution.</p>
55
New cards

One-sample t-test formula

t = (x̄ − μ) / sx̄

56
New cards

Cohen's d for a one-sample t-test

d = (x̄ − μ) / s

57
New cards

Cohen's d small effect size threshold

0.2

58
New cards

Cohen's d medium effect size threshold

0.5

59
New cards

Cohen's d large effect size threshold

0.8

60
New cards

Null hypothesis for a two-independent-samples t-test

H0: μ1 − μ2 = 0

61
New cards

Pooled variance (s²p) formula

s²p = (SS1 + SS2) / (df1 + df2)

62
New cards

Degrees of freedom (df) for two independent samples

df = n1 + n2 − 2

<p>df = n1 + n2 − 2</p>
63
New cards

Standard error of the difference between two means

√((s²p / n1) + (s²p / n2))

64
New cards

Homogeneity of variance assumption

The assumption that both compared populations have equal variances.

65
New cards

Welch Correction

An unpooled t-test adjustment used when population variances are unequal.

66
New cards

Independent samples t-test formula

t = (x̄1 − x̄2) / s(x̄1 − x̄2)

67
New cards

What Cohen's d represents

The standardized difference between two means, measured in standard deviation units.

68
New cards

Unit of analysis for an independent-samples t-test

The difference between two sample means (X₁ - X₂).

69
New cards

Why is the t-distribution a "family" of distributions?

There is a different t-distribution shape for every degree of freedom (N - 1).

<p>There is a different t-distribution shape for every degree of freedom (N - 1).</p>
70
New cards

Pooled variance (s²p) conceptual definition

A weighted average of the individual group variances.

71
New cards

Confidence interval formula for a one-sample t-test

CI = x̄ ± (tcrit × sx̄)

72
New cards

Confidence interval formula for an independent-samples t-test

CI = (x̄₁ - x̄₂) ± (tcrit × s(x̄₁ - x̄₂))

73
New cards

When is a confidence interval typically omitted in NHST?

For one-tailed hypothesis tests.

74
New cards

Four steps of NHST for independent-samples t-test

1) Specify hypotheses, 2) Set decision criteria/null distribution, 3) Calculate test statistic, 4) Make binary decision.

75
New cards

SFU sample statistics in the satisfaction scenario

n = 10, mean = 7.2, sum of squared deviations = 67.6, variance = 7.51, SD = 2.74.

76
New cards

UBC sample statistics in the satisfaction scenario

n = 10, mean = 4.6, sum of squared deviations = 64.4, variance = 7.15, SD = 2.67.

77
New cards

Degrees of freedom calculation in the SFU vs. UBC scenario

df_total = 10 + 10 − 2 = 18.

78
New cards

Critical t-value (t_crit) for α = .05 (two-tailed, df = 18)

t_crit = ±2.101.

<p>t_crit = ±2.101.</p>
79
New cards

Pooled variance (s²_p) result in SFU vs. UBC scenario

s²_p = [9(7.51) + 9(7.15)] / 18 = 7.33.

80
New cards

Standard error (s(x̄₁−x̄₂)) result in SFU vs. UBC scenario

s(x̄₁−x̄₂) = √(7.33 × (1/10 + 1/10)) = 1.21.

81
New cards

Obtained t-statistic (t_obt) in SFU vs. UBC scenario

t_obt = (7.2 − 4.6) / 1.21 = 2.15.

82
New cards

Binary hypothesis decision in SFU vs. UBC scenario

Reject H₀ because t_obt (2.15) is more extreme than t_crit (2.101).

83
New cards

Calculated effect size (Cohen's d) for SFU vs. UBC scenario

d = 2.6 / √7.33 = 0.96 (a large effect).

<p>d = 2.6 / √7.33 = 0.96 (a large effect).</p>
84
New cards

95% Confidence Interval for mean difference (SFU vs. UBC)

CI_95% = 2.6 ± (1.21 × 2.101) = [.06, 5.14].

85
New cards

Why t-distributions have heavier tails than the Z-distribution

Using sample standard deviation adds extra uncertainty, increasing tail probability for extreme values.

86
New cards

Role of the Central Limit Theorem in t-tests

It ensures sampling distributions of means approximate normality as sample size grows.

87
New cards

Theoretical purpose of pooling variance

It combines group information to get a better overall population variance estimate.

88
New cards

Consequence of violating homogeneity of variance

It distorts Type I error rates, making standard t-tests unreliable.

89
New cards

Why effect size is necessary alongside hypothesis testing

Hypothesis tests show if an effect exists; effect size measures practical magnitude.

90
New cards

How larger sample size affects t-test power

Larger samples reduce standard error, making true population differences easier to detect.

91
New cards

Theoretical meaning of degrees of freedom in variance estimation

The number of values free to vary after sample mean calculation.

92
New cards

Shared assumptions of Z-tests and T-tests

Random sampling, independent observations, and normal population distribution (or large sample).

93
New cards

Z-test vs T-test distribution type

Z-test uses the standard normal distribution; T-test uses the t-distribution.

94
New cards

Shape flexibility of t-distribution vs Z-distribution

Z-distribution has a fixed shape; t-distribution shape changes based on degrees of freedom.

95
New cards

Main reason t-tests are used over z-tests in research

Population standard deviation (σ) is almost always unknown in real research.

96
New cards

Standard deviation parameter difference in formulas

Z-test formula uses population SD (σ); t-test formula uses sample SD (s).

97
New cards

When to use a one-sample t-test

Comparing sample mean to population mean when population standard deviation (σ) is unknown.

98
New cards

Step 1: Given information needed for a one-sample t-test

Population mean (μ), sample mean (X̄), sample SD (s), sample size (n), alpha (α).

99
New cards

Step 2: Key phrases for a two-tailed test hypothesis

"Different," "affect," or "change" (H₀: μ = μ₀, H_A: μ ≠ μ₀).

100
New cards

Step 2: Key phrase for a right-tailed test hypothesis

"Greater than" (H_A: μ > μ₀).