Lecture 10 Flashcards

(17 cards)

1
Q

omnibus effect

A

if a significant
difference exists across the dataset as a whole

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

does random noise exist between columns and within columns?

A

In other words,
whatever “random noise” exists between columns also exists across rows (i.e., within columns)
in a completely random data set yes, the ratio is expected to be around 1

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

what happens if we increase all data in a completely random data set one row by 2

A

variance between columns is now increase whereas the variance within columns is unchanged
values are no longer random

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

Between column variability

A

how the columns differ from one another

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

analysis of variance

A

ANOVA
statistical test where two or more groups can be
analyzed by taking the ratio of between group variance over within group variance

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

Within column variability

A

how scores within each column vary from one another

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

ANOVA ratios if H0 or H1

A

If the null is true, this ratio is expected to be = 1. If the null is false, this ratio is expected to be > 1
When the null hypothesis is false, the existence of an effect will alter at least one of the group
means, but the variance within that group will be unchanged if the transformation is linear (between-group variance will change, but the within-group variance will not)

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

anova s^2 if H0 or H1

A

when null is true: s^2 between and s^2 within are expected to be equal
when null is false: s^2 between > s^2 within

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

f ratio

A

between-to-within group variance ratio.
F distribution is derived from the t distribution. Specifically, it is the t distribution squared. The
mean of F = 1, and the mean of t = 0

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

ANOVA assumtions

A
  1. Data is normally distributed for all conditions
  2. There is homogeneity of variance
  3. There is independence of observations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

windsorizing

A

replacing extreme data points with less extreme values from the dataset, typically using percentiles

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

t vs f

A

t and F are functionally equivalent. If a dataset with group groups is calculated as either a t test or
an ANOVA, the obtained F value will equal the t2, and the critical F value will equal the critical t
- but anova can do more than 2 groups

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

source table

A

breaks up the model into its
individual source components
here, the between and within s2 (described as mean square, or MS)
are also split into their SS and df components

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

anova and multiple regression relationship

A

ANOVA is to t what multiple regression is to Pearson’s r.

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

partial correlation

A

completely control for the relationship

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

semi-partial correlation

A

control for the
relationship for one of the variables)

16
Q

things to consider when having more than one predictor variable

A
  1. these predictor variables may be related to one another. If they are correlated with one
    another, and thus not independent, it can affect the overall regression model. In this case, partial
    correlation and semi partial correlation can be used to piece apart the influence of overlap
  2. it is important to ensure that all X variables are linearly related to the predictor variable, as
    well as linearly related to one another