Module 5 Flashcards

(23 cards)

1
Q

ANOVA, analysis of variance

A

compares the means of two or more independent groups by examining the variance between the group means and comparing it to the variance within each group.

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

why not doing multiple t-tests instead of anova?

A

it increases the chance of type 1 error rate

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

what is SSt?

A

a measure of the total amount of variation in the entire dataset

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

what is SSg or SSb?(between groups)

A

summary measure of how much variation in the data is attributable to differences in group means

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

error sum of square of with in group SSe or SSw/

A

summary measure of how much variation in the data is attributable to random variation among individuals within groups

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

what is MS(mean square)?

A

variance, sum of squares divided by its degrees of freedom

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

MSg

A

group-variance between the means of the different groups

df= k(# of groups)-1

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

MSe

A

error-variance among individual observations within the groups

df= N(#total # of individuals) - k (# of groups)

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

F ratio

A

test statistic for anova, under null Msg =Mse therefore F will be close to 1, if Ho is false then Msg»»»Use and F»»>1 more different between the groups than within the groups

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

how much of the variations is explained by the explanatory variables(group differences)

A

proportion of total variation explained by group differences.

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

R^2, variation explained

A

summarize the contribution of the group difference to the total variation

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

R^2 close to zero?

A

most of the variation is within groups

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

R^2 close to one ?

A

most of the variation is explained by the explanatory variable

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

fixed effets?

A

categories of the explanatory variable are predetermined

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

Random effects?

A

randomly sampled from a larger pool of groups, groups are no of particular interest

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

what are ANOVA assumptions?

A

1- Normality of residual
2- homosdecasticity (equal variances between groups)
3- independence of error terms

16
Q

how to check for normality of residuals?

A

normal probability plot(Q-Q)
Shapiro wilk test (Ho=residuals are normally distributed, p should be greater than 0.05). ANOVA is robust to it as long as the sample size is big

17
Q

what should I do with outliers?

A

repeat the analysis with and without the suspicious observation and see if it changes the outcome, check for errors and the reason for it happening

18
Q

Homoscedasticity?

A

homogeneity of variance, all groups have the same variance.ANOVA is robust to this one too as long as the number of observations per group is about equal.

19
Q

how to check for homoscedasticity?

A

visual check the residuals and fitted plot, Bartletts test

20
Q

Bartletts test?

A

Ho: the k population variances are all the same (p greater than 0.05 confirms the homoscedasticity)

21
Q

Tukey HSD test?

A

tests which treatments/groups differ from which others

22
Q

what type of distribution is used for tukey test?

A

we use the q distribution instead of the t distribution but the formula is similar to two sample t-test