R Statistical Tests Flashcards

1
Q

t.test()

A

compares two groups, continuous, assumes normally distributed, equal variance,

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

wilcox.test()

A

compares two groups, continuous, non-parametric, based off ranks

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

lm() or aov()

A

compare 2+ groups, continuous, normal distribution and equal variance, parametric

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

kruskal.test()

A

compare 2+ groups, continuous, nonparametric, based off ranks

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

chisq.test()

A

compares tabular data, discrete (integer), numbers are independent, 5 or more better

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

fisher.test()

A

compares tabular data, discrete (integer), numbers are independent, less than 5 better

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

lm()

A

variable correlation, regression, continuous, relationships are linear, parametric

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

nls()

A

variable correlation, non-linear, continuous, parametric

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

glm()

A

compare 2+ groups, regression, flexible, combining different types of data

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