STAT 503 - Lesson 3: One-Way ANOVA in the Completely Randomized Design

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

1/41

flashcard set

Earn XP

Description and Tags

Exhaustive vocabulary-style flashcards covering Penn State STAT 503 Lesson 3 on One-Way ANOVA, including the Cotton and Loom examples, assumption checks, multiple-comparison procedures, and power planning.

Last updated 2:52 PM on 8/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

42 Terms

1
New cards

One-way analysis of variance (ANOVA)

A statistical method used for comparing the mean responses across kk or aa treatment groups in a Completely Randomized Design.

2
New cards

Completely Randomized Design (CRD)

An experimental design with no additional structure among experimental units; factor levels or treatments are randomly assigned to experimental units.

3
New cards

One-way fixed-effects model

The model Y_{ij} = \text{\mu} + \text{\tau}_i + \text{\epsilon}_{ij}, where \text{\mu} is the overall mean, \text{\tau}_i is the effect of treatment ii, and \text{\epsilon}_{ij} is the random error.

4
New cards

Fixed-effects error assumptions

Random errors (\text{\epsilon}_{ij}) are independent with a mean of 00 and a common variance \text{\sigma}^2, with Normality assumed for exact F inference.

5
New cards

Treatment-mean form

The representation of the model where \text{\mu}_i = \text{\mu} + \text{\tau}_i.

6
New cards

Typical fixed-effects constraint

The identification constraint \text{\sum}_i \text{\tau}_i = 0, which defines \text{\mu} as the overall mean.

7
New cards

Cotton Example Response Variable

Tensile strength of the synthetic fiber.

8
New cards

Cotton Treatment Levels

Five levels of cotton weight percentage: 15%15\%, 20%20\%, 25%25\%, 30%30\%, and 35%35\%, evenly spaced.

9
New cards

Cotton F statistic and p-value

F=14.76F = 14.76 with a p-value reported as p<0.0005p < 0.0005 (Minitab reported 0.0000.000).

10
New cards

Cotton ANOVA Sums of Squares

SSTreatment=475.8\text{SS}_\text{Treatment} = 475.8 and SSE=161.2\text{SSE} = 161.2.

11
New cards

Cotton model S

S=2.83901S = 2.83901, representing the estimated standard deviation of the error.

12
New cards

Cotton R-squared (R^2)

74.69%74.69\%, indicating the proportion of variability explained by the cotton weight percentage.

13
New cards

Residual (e_ij)

The difference between the observed and fitted value, calculated as eij=yijyˉi.e_{ij} = y_{ij} - \bar{y}_{i.} in a one-way ANOVA.

14
New cards

Total Sum of Squares (SST)

SST=ij(yijyˉ..)2\text{SST} = \sum_i \sum_j (y_{ij} - \bar{y}_{..})^2.

15
New cards

Treatment Sum of Squares (SS_Tr)

SSTr=ini(yˉi.yˉ..)2\text{SS}_\text{Tr} = \sum_i n_i (\bar{y}_{i.} - \bar{y}_{..})^2.

16
New cards

Error Sum of Squares (SSE)

SSE=ij(yijyˉi.)2\text{SSE} = \sum_i \sum_j (y_{ij} - \bar{y}_{i.})^2.

17
New cards

One-way ANOVA F statistic formula

F=MSTrMSEF = \frac{\text{MS}_\text{Tr}}{\text{MSE}}, where MSTr=SSTra1\text{MS}_\text{Tr} = \frac{\text{SS}_\text{Tr}}{a-1} and MSE=SSENa\text{MSE} = \frac{\text{SSE}}{N-a}.

18
New cards

Bartlett's test

A formal test of the equal variance assumption that is sensitive to non-Normality because it is based on sample variances.

19
New cards

Levene's test

A robust test for equal variances based on an ANOVA of absolute deviations from group medians (zij=yijmedianiz_{ij} = |y_{ij} - \text{median}_i|).

20
New cards

Hierarchical polynomial principle

A modeling guideline stating that if a higher-order polynomial term is retained, lower-order terms should also be retained regardless of their individual significance.

21
New cards

Sensitivity (Sample Size)

The size of a difference in means that the experiment is designed to detect; increased replication increases sensitivity.

22
New cards

Delta (\Delta)

\Delta = \max(\text{\mu}_i) - \min(\text{\mu}_i), representing the maximum true difference among treatment means for power planning.

23
New cards

Least Favorable Configuration (LFC)

The arrangement of means that produces the least statistical power for a specified maximum difference (Δ\Delta).

24
New cards

LFC identity for sum of squared effects

Under the Least Favorable Configuration (LFC), \sum \text{\tau}_i^2 = \frac{\text{\Delta}^2}{2}.

25
New cards

Fixed-effects noncentrality parameter (\lambda)

\text{\lambda} = \frac{n \times \sum \text{\tau}_i^2}{\text{\sigma}^2} (for equal sample sizes nn).

26
New cards

Fisher's Least Significant Difference (LSD)

A follow-up procedure that performs ordinary pairwise t-tests after the overall F-test rejects the null hypothesis.

27
New cards

Bonferroni method

A multiple-comparison adjustment that tests each of gg planned comparisons at an alpha level of \frac{\text{\alpha}}{g} to control familywise Type I error.

28
New cards

Scheffe's method

A conservative procedure providing familywise error protection for all possible contrasts, including post-hoc comparisons.

29
New cards

Tukey Studentized Range Procedure

A procedure designed specifically for comparing all possible pairs of means using a critical value from the studentized range distribution.

30
New cards

Contrast (L)

A linear combination of means L = \sum c_i \text{\mu}_i where the coefficients sum to zero (ci=0\sum c_i = 0).

31
New cards

Orthogonal contrasts

Two contrasts whose coefficients cic_i and did_i satisfy cidi=0\sum c_i d_i = 0 for equal sample sizes.

32
New cards

Dunnett's procedure

A multiple-comparison method specifically tailored for comparing each of a1a-1 treatments against a single control group.

33
New cards

Optimal Dunnett allocation rule

To maximize efficiency, the control group sample size should be n0=t×nn_0 = \sqrt{t} \times n, where t=a1t = a-1 (the number of treatments).

34
New cards

False Discovery Rate (FDR)

An approach that controls the expected percentage of false significant results among all tests declared significant, often used when testing hundreds of hypotheses.

35
New cards

One-way random-effects model

The model Y_{ij} = \text{\mu} + \text{\tau}_i + \text{\epsilon}_{ij} where treatment effects \text{\tau}_i are random variables with mean 00 and variance \text{\sigma}_\text{\tau}^2.

36
New cards

Random-effect null hypothesis

H_0: \text{\sigma}_\text{\tau}^2 = 0, testing if there is any variability between the population of treatment levels.

37
New cards

Variance components

\text{\sigma}_\text{\tau}^2 (between-treatment variance) and \text{\sigma}^2 (within-treatment or error variance) in a random-effects model.

38
New cards

Expected Mean Squares for random-effects (E[MSE])

E(\text{MSE}) = \text{\sigma}^2.

39
New cards

Expected Mean Squares for random-effects (E[MS_Tr])

E(\text{MS}_\text{Tr}) = \text{\sigma}^2 + n \text{\sigma}_\text{\tau}^2 (for equal sample sizes nn).

40
New cards

General Linear Test (GLT)

An F-test comparing a reduced model (R) with a full model (F) to measure the reduction in SSE relative to full-model error variance.

41
New cards

General Linear Test F-formula

F=SSERSSEFdfRdfFMSEFF = \frac{\frac{\text{SSE}_R - \text{SSE}_F}{\text{df}_R - \text{df}_F}}{\text{MSE}_F}.

42
New cards

Loom Example (Random Effects)

A study of 4 looms randomly selected from a population which concluded that the between-loom variance component (\hat{\text{\sigma}}_\text{\tau}^2 = 6.958) is significantly greater than zero.