week 7 SCM Flashcards

1
Q

what is the sign test for?

A
  • the sign test asks whether the proportion of positive differences between our hypothesised mean and our observed data mean is greater than would occur by chance
  • we take the differences between each data point and the hypothesised mean value and compute whether they are positive or negative
  • if the data is normally distributed and the actual mean is equal to the hypothesised mean, the proportion of hypothesised values above the mean(positive differences) should be 0.5
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is the students t test formula to see if our actual mean is different from our hypothesised population mean?

A

T= actual mean - hypothesised population mean / SEM

it tests how large the deviation is compared to the variation in the sample means

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

What is the Standard error mean formula?

A

standard distribution/ square root of number of samples

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

what is the distribution of a t statistic under the null hypothesis

A

the t-distribution

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

how could you visualise the difference between two means?

A

by using violin plots

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

whats the students t test for the difference between two means include?

A
  • the difference between means in the numerator

- the combined standard error in the denominators

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

how do t tests work as a general linear model?

A

GLM : outcome = intercept (b0) + slope (b1) * IV + error

in t tests:
b1 is the difference in means between the two groups
b0 is the mean for the group that was coded as zero

  • if you compute this in R as a general linear model it gives the same t statistic as a students t test
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is the most commonly used effect size for comparison between two means?

A

Cohens D

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

what is the formula for cohens D for a t test estimated using the general linear model

A

normal cohens D is D= difference between the means/SD residual

B1 is the difference between the means so B1 can be calculated as

D= B1/ SDresidual

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

what does the t test linear model line look like

A
  • the line of the t test liner model will be similar to the line between the two means of the violin plots
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

how do you interpret cohens D output?

A
  • 0-0.2 = negligible
  • 0.2 - 0.5 = small
  • 0.5-0.8 = medium
  • 0.8+ = large
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what is a matrices?

A
  • a rectangular array of numbers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what are the entries of matrices called?

A

elements

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