Week 16 Flashcards

1
Q

What is the difference between parametric and non-parametric statistical tests?

A

Parametric (may be used) = Population is normally distributed

Nonparametric (have to be used) = Not normally distributed population or no assumption can be made about the population distribution

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

What are the two main groups of statistical tests?

A

Parametric
Non-parametric

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

What are parametric tests?

A
  • Compare means and variances
  • Only used when data follows normal distribution
  • Can test data against the hypothesis that they are consistent with normally distributed data (eg Shapiro-Wilk and olmogorov Smirnov)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are t-tests comparisons between…?

A

Comparisons between 2 sample means (or one sample mean and one known population mean)

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

What are ANOVA used for?

A

To test hypothesis that multiple samples come from same population by comparing variation within each sample and variance between each sample

(useful when comparing multiple variables)

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

What are the most commonly used parametric tests?

A

T-tests

ANOVA

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

T-tests (AKA student’s t-test) are used to compare what type of data distribution?

A

Normally distributed data with similar standard deviations (typically used to compare one or two samples)

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

T-tests test the probability that….

A

the samples come from a single population with single mean

(work well with smaller samples (n~30)

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

What is a two-tailed test?

A

(When trying to reject a null hypothesis: there are 2 possibilities. ​We reject because the mean value of one sample is higher than that of the other sample or it is lower​)

If we allow the null hypothesis (H0) to be rejected from either direction (higher or lower) – we are rejecting when the result is in either tail of the test distribution – this is a two tailed test!.

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

What is a one-tailed testt?

A

(When trying to reject a null hypothesis: there are 2 possibilities. ​We reject because the mean value of one sample is higher than that of the other sample or it is lower​)

If we know that a measurement in a population is larger (or smaller) than another, then we know that the residual 5% will be in the upper (or lower) tail of the normal distribution.

So for a one-tailed test we reject null hypothesis only when result is in a single tail of the test distribution

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

What are the three different types of t-tests?

A

One sample t-test
Paired samples t-test
Independent samples t-test

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

When is a one sample t-test used?

A

When we have a single sample and want to compare the mean of that sample with a fixed value (usually a population mean or estimated population mean), we use a One Sample t-test​

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

When is a paired sample t-test used?

A

Where two observations are made on the same sample subjects, we need the paired samples t-test.​

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

When is an independent samples t-test used?

A

Were we have two samples and have measured the variable on each of them.​

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

What do t-tests calculate?

A

A t-value (number of standard errors that sample mean is away from the population mean

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

Formula for a one-sample t-test?

A

t = X bar - E / SEM

E (Fixed value)
SEM (Standard error of the mean)
X bar (sample mean)

17
Q

What is the paired-sample t-tests?

A
  • Compares means of variable in same sample under different conditions, or at two different times
  • Calculated by dividing mean of differences between each pair by the standard error of the difference
18
Q

Formula for a paired-sample t-test?

A

t = D bar / SEd

D bar (mean difference between each pair)
SEd (standard error of differences)

19
Q

What is ANOVA?

A

a statistical test that is used to compare multiple samples (to be more accurate – multiple sample means)​

This is a powerful statistical technique that can be used to compare e.g. multiple samples, from multiple groups, under the influence of multiple factors. ​

20
Q

ANOVA vs T-test?

A
  • use a t-test for each individual comparison, ANOVA uses a single but it covers all comparisons
  • ANOVA also has the added benefit of being able to consider the effect of multiple factors on a variable of interest. ​
  • the more t-tests we do the greater the chance of coming to the wrong conclusion.​
21
Q

ANOVA tests compare what?

A

the variability between samples with the variability within samples.

22
Q

What are the two types of ANOVA tests?

A

One-way ANOVA (compare means from more than two samples)

Repeated-measures ANOVA: (Used when there are repeated measurements on the same sampling unit. ​) - each subject appears in each group

23
Q

When would you run a post-hoc test when using ANOVA? Examples?

A

ANOVA tells us whether there is a significant difference between samples but it doesn’t tell us which of those samples have that difference. ​ So post-hoc tests are used

EG: Tukey, Bonferroni correction, Dunnett’s, Scheffe

24
Q

Unpaired t-test used to compare? is calculates by?

A

Used to compare means of the same variable in two different samples

Calculated by dividing the difference between each of the means of the two samples by the standard error of the difference

25
Q

Formula for unpaired t-test?

A

t = X bar a - X bar b / SEd

Xbar a and X bar b (meas of two samples)
SEd (standard error of differences

26
Q

What is independent-samples t-test also known as?

A

Unpaired t-test