5. Repeated Measures ANOVA Flashcards

1
Q

What is repeated measures?

A

It is an extension of paired observations that are made on the same “individual” or “experimental unit” for a given random variable of interest.

i.e. the same X is observed repeatedly on the same individual, at different times or on different parts of it, or both.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In a repeated measures data table, what do the rows represent?

A

The individuals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

In a repeated measures data table, what do the columns represent?

A

The levels of the repeated measures factor(s)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the two ways to do the analysis of repeated measures?

A

Between-subjects (row by row) and within-subject (column by column)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ANOVA model equation for repeated measures

A

Xijt = μ + ai + εij(1) + ct + (a c)it + εijt(2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

In the equation Xijt = μ + ai + εij(1) + ct + (a c)it + εijt(2):

What does μ represent?

A

μ is the population mean

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In the equation Xijt = μ + ai + εij(1) + ct + (a c)it + εijt(2):

What does ai represent?

A

ai are the between-subjects effects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In the equation Xijt = μ + ai + εij(1) + ct + (a c)it + εijt(2):

What does εij(1) represent?

A

εij(1) is the error term for the between-subjects effects (ai)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In the equation Xijt = μ + ai + εij(1) + ct + (a c)it + εijt(2):

What does ct represent?

A

ct is the main effects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

In the equation Xijt = μ + ai + εij(1) + ct + (a c)it + εijt(2):

What does (a c)it represent?

A

(a c)it is the interaction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

In the equation Xijt = μ + ai + εij(1) + ct + (a c)it + εijt(2):

What does εijt(2) represent?

A

εijt(2) is the error term for within-subject effects (so for ct and (a c)it )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What SAS procedure can be used for repeated measures?

A

PROC GLM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the 5 different approaches to the analysis of repeated measures?

A
  1. First Univariate approach (U1)
  2. Multivariate approach (M)
  3. Second Univariate approach (U2)
  4. Third Univariate approach (U3)
  5. Fourth Univariate approach (U4)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the first univariate approach (U1)?

A

It is based on separate univariate ANOVAs perfomed for a given level of the repeated measures factor(s) (i.e. using one column Xijt of the repeated measures data table for a given t)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the multivariate approach (M)?

A

It uses a multivariate ANOVA (MANOVA) model built on the rows of the repeated measures data table, alias profile vectors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the second univariate approach (U2)?

A

The between-subjects effects (ai) are assessed using the means calculated across all levels of the repeated measures factor(s) for each of the individuals

17
Q

What is the third univariate approach (U3)?

A

The within-subject effects are tested; the corresponding means are used to calculate the sum of squares

18
Q

What is the fourth univariate approach (U4)?

A

Contrasts are used to perform specific comparisons between two or more levels of the repeated measures factor(s)

19
Q

In the SAS code, what does PRINTE do?

A

It prints the Error SSCP Matrix
SSCP = sums of squares and cross products

20
Q

When doing a repeated measures in SAS, what type of model must you write under the MODEL statement?

A

a multivariate model (more than one variable on the left side of the equation)

21
Q

What do you have to write under the REPEATED statement?

A

The definition of repeated measures factors and their levels

22
Q

When writing the SAS code, how should you arrange the data under the INPUT statement?

A

Such that each profile vector can be read with one statement

23
Q

How do you find signs of heteroscedasticity in the Error SSCP Matrix?

A

In the ratio of the minimum and maximum diagonal elements

24
Q

How do you find signs of autocorrelations (i.e. correlation between errors)?

A

In the partial correlations; partial correlations close to 1.0 in absolute value indicate strong autocorrelation

25
Q

What is circularity?

A

The independence and homoscedasticity of orthonormalized contrasts

26
Q

Under the circularity condition, what happens to the classical ANOVA F-tests for within subjects?

A

They are valid, so they need not be modified. (their p values dont need to be adjusted)

27
Q

What is Box’s epsilon?

A

It is how we measure any discrepancy of the variance-covariance matrix of orthonormalized contrasts from the circularity condition

28
Q

What are the bounds of Box’s epsilon

A

1/(R-1) < Box’s epsilon < 1
where R is the number of repeated measures

29
Q

When is the circularity condition satisfied? (in terms of Box’s epsilon)

A

When Box’s epsilon = 1

30
Q

What is the value of Box’s epsilon when R = 2?

A

1

31
Q

What are the bounds of Box’s epsilon when R = 3?

A

0.5 < BOX < 1

32
Q

What does CONTRAST(1) mean on the line of the REPEATED statement in a SAS code?

A

CONTRAST(1) means that comparisons are made with respect to the first year, or the first level of the repeated measures factor in general