2. Comparative: two groups Flashcards

1
Q

List the statistic test you can use for differences between groups (one variable)

A

PARAMETRIC:
> One sample t-test
> Independent samples t-test
> Related (paired) t-test

NON-PARAMETRIC
> Mann-Whitney U-test
> Wilcoxon

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

What 3 values are typically reported with statistical tests? Why?

A
  1. Test value (X2, t, or U)
  2. Degrees of freedom
  3. P value

To ensure that our test are transparent, and that they can be checked by others.

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

What’s degrees of freedom?

A

It’s the number of values in the final calculation of a statistic that are free to vary.

In stats, d.f. can refer to the number of cases minus the number of means.
For within group designs, the test uses the mean difference between time 1 and time 2.

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

What does testing normality do?

A

This is basically testing how well the data fits the model of normal distribution.

If the results are not significant, then the data is normally distributed.

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

What’s the T-test?

A

> Parametric test
Comparative stats test
Measures the difference between two means.

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

Variations of the t-test

A

> One sample: a group average different from a known value.

> Independent/between subjects

> Paired/related: Within subjects

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

Independent T-test

A

Between subjects. Comparing the scores of two mutually exclusive groups of participants.

Variances must be similar in the groups.

> Need to check ‘Levene’s test for equality of variances’. This must NOT be significant. Otherwise, we can’t assume there is equal variance.

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

What is variance?

A

The square of the standard deviation.

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

Paired/related T-test

A

Within subjects. Comparing scores from the same participants at two different time points, or on two different skills.

> Is also used when one group only is measured on two different skills, or under two different conditions.

> Basic requirements are the same as for an independent T-test.

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

Non-parametric tests and conditions

A

Independent samples –> Mann-Whitney

Related samples –> Wilcoxon

They require data expressed on a continuous scale BUT the sample size must be small, and the data can be skewed.

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

Conditions of Mann Whitney U test

A
Use this test when:
	> Design is independent groups/between groups
	> Parametric assumptions are not met
	> There are ONLY 2 groups
	> Data is continuous

(SEE NOTES ON HOW TO CALCULATE!!)

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

Conditions of the Wilcoxon matched pairs Test

A
Use this test when:
	> The design is matched groups / within groups
	> Parametric assumptions are not met
	> There are ONLY 2 sets of data
	> Data is continuous
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Calculating Wilcoxon (W-test)

A

Rank the different scores, ignoring the direction of the difference.

Some differences will be positive and negative.

The W is the sum of ranks of the differences with the least occurring sign.

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

How do we report NON-PARAMETRIC TESTS

A

> U/w and p-value

> NO DF REPORTED (unlike t-test)

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