Non-Parametric Tests Flashcards

(28 cards)

1
Q

Can non-parametric tests be described by equations?

A

No
They don’t depend upon the assumed probability function

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

Are parametric tests more powerful?

A

Yes
They can more readily identify group differences if they exist

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

When can you use parametric tests?

A

If the study design and the data has meet the prerequisites and assumptions

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

What are the prerequisites for parametric tests?

A

Dependent variable must be measured on an interval or ratio scale
Sample size sufficient (>20)
The population distribution from which the sample is drawn is known or assumed to be normal
The sampling distribution is known to be normal (don’t have to worry about this due to the central limit theorem)

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

Do non-parametric tests deal more with medians than means?

A

Yes, because the distributions of the sample do not have to be normal
Median gives us more information when data is skewed

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

What are the assumptions for parametric tests?

A

Distribution of the dependent variable in each of the sample group is approximately normal (confirm with a shapiro-wilk or kolomogorov-smirnov or histograms)
Variances (SD) of the dependent variable are not significantly different across samples (confirm with levene’s test)

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

How can you make non-parametric tests just as powerful as parametric ones?

A

More subjects

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

What is the non-parametric test equivalent for independent t-test?

A

Mann-Whitney U

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

What is the non-parametric test equivalent for dependent t-test?

A

Wilcoxon

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

What is the non-parametric test equivalent for ANOVA?

A

Kruskal-Wallis

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

What is the non-parametric test equivalent for RMANOVA?

A

Friedman

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

Is the Mann-Whitney U test a rank-sum test?

A

Yes
You combine all of the scores, rank order them, and test the difference between the sum (or mean) of ranks

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

What can Mann-Whitney U tests be used for?

A

To determine whether two independent samples are drawn from populations with the same median (not mean)

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

Are the other non-parametric tests sum rank?

A

Yes, except for chi-squared

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

How does the Wilcoxon work?

A

Rank the absolute values of differences in paired data (ignoring the positive and negative signs)
Assign the original valence to the corresponding rank
Sum the ranks with positive signs and negative signs
Use the sums of the positive and negative ranks to calculate a test statistic and determine the significance of the results

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

How does the kruskal-wallis test work?

A

If the kruskal-wallis (omnibus) test is significant, follow up with multiple pair-wise comparisons
Multiple Mann-Whiteney U’s with a Bonferroni adjustment

17
Q

What does a p value of <0.05 on a shapiro-wilks or KS test mean?

A

Distribution is not normal

18
Q

How does the Friedman test work?

A

If the Friedman (omnibus) test is significant, follow up with multiple pair-wise comparisons
Multiple wilcoxon tests with bonferroni adjustment

19
Q

What does a p value of <0.05 on a Levene test mean?

A

Variances are significantly different between groups/intervals

20
Q

Do all prerequisites and assumptions need to be met for a parametric test to be performed?

21
Q

What is a chi-squared test?

A

Only used for nominal data
Most commonly used test in medical literature
Not optimal for ordinal data because it is underpowered - doesn’t take into account the order or magnitude of differences

22
Q

How do you calculate expected frequency for chi-squared tests?

A

Sum the row and column counts and divide by the total number of cases
*what we would expect if it was completely random - no relationship between the two variables

23
Q

What do you do after you have the expected values for each variable?

A

(Observed - expected)^2 / Expected
Calculate for each variable and add them together

24
Q

How do you calculate degrees of freedom for a chi-squared test?

A

(rows-1)(columns-1)
*look up critical value on A-5 table on page 620

25
What does a chi-squared test mean when the calculated value exceeds the critical value?
Significant difference
26
What does the chi-squared test do?
Quantifies the degree to which the observed data differs from the expected data
27
In a chi-squared test, can no more than 20% of the cells have an expected frequency of less than 5?
Yes If so: Collapse table rows or columns Use the Fisher Exact Test instead (used for any cell where the expected frequency is very small) Yates Correction for Continuity provides a more conservative estimate of the chi-square for small sample sizes
28
Does data need to be independent for chi-squared tests?
Yes, no one subject can appear in more than one cell If you are using a matched-pairs design, use a McNemar test for correlated samples instead