Mod 9 Flashcards

(16 cards)

1
Q

Recognize whether two samples are independent or paired

What are paired data?

A

from the same individual (matched pairs or repeated measure studies)

or from two units who form a natural pair (twins, couple, or matched subjects)

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

Notation for paired data

What is:
- μd
- 𝞼d
- d-bar
- sd

A

μd = mean for population of differences

𝞼d = SD for population of differences

d-bar = mean for the sample of differences

sd = SD for sample of differences

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

When are samples independent?

A

Samples are independent if the selection of the individuals who make up one sample does not influence the selection of the individuals in the other sample
- random sample obtained from each of two different populations

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

Notation for independent samples

What is:
- μ1 - μ2
- 𝞼1 or 2
- x-bar1 - x-bar2
- s1 or 2

A
  • μ1 - μ2 = difference in population means
  • 𝞼1 or 2 = SD of population
  • x-bar1 - x-bar2 = difference in sample means
  • s1 or 2 = SD of sample (from first or second population)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the sampling distribution of paired data (d-bar)?

A

d-bar ~ AN (μd, 𝞼/square root n or sd/square root n)

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

When is the sampling distribution of paired data approximately normal?

A
  • population of differences is bell-shaped and random sample is obtained
  • The population of differences is not bell-shaped but a large random sample (n ≥ 30)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Formula for confidence interval for paired data

What are the conditions for this formula?

A

d-bar +/- t* (sd/square root n)

t* comes from distribution with d.f. (n-1)

  • shape of data distribution of differences is normal and random sample is obtained
  • if nonnormal, n ≥30
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How to compute a test statistic for paired data?

What distribution does this test statistic come from?

A

d-bar - μdo/sd/square root n

comes from t-distribution with d.f. (n-1)

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

How to find p-value for paired data?

A

t.dist (t, d.f. (n-1), 1)

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

Conduct a paired data t-test (hypothesis testing for paired data)

A

1) Hypothesis
- Ho: μd = μdo
- Ha: μd < μdo, μd > μdo, μd = μdo

2) Conditions
- population of differences is normal and random sample is used
- if nonnormal, n ≥30

3) Compute test statistic
t = d-bar - μdo/sd/square root n

4) Compute p-value
t.dist (t, d.f. (n-1), 1)

5) Conclusion
- p-value ≤ alpha = RTN
- p-value ≥ alpha = FTRN

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

What is the sampling distribution of independent samples (x-bar1 - x-bar2)?

A

x-bar1 - x-bar2 ~ AN (μ1 - μ2, square root of 𝞼1^2/n1 + 𝞼2^2/n2

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

When is the sampling distribution of independent samples approximately normal?

A
  • population of measurements are bell-shaped and random sample is used
  • if nonnormal then n ≥ 30 from each population
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Formula for confidence interval for independent data

What distribution does the critical value come from?

A

x-bar1 - x-bar 2 +/- t* (square root of sd1^2/n1 + sd2^1/n2)

t-distribution with d.f. = min(n1-1, n2-1)

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

How to compute test statistic for independent data (two t-test)?

A

t = (x-bar1 - x-bar2)/√s1^2/n1 + s2^2/n2

from t distribution with min (n1-1, n2-1) df

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

How to compute p-value for independent data (two t-test)?

A

t.dist (x, df, 1) or tails from t.dist

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

Conduct two-sample t test for a difference in population means (hypothesis testing for independent samples)

A

1) Hypotheses
H0: μ1 - u2 = 0, μ1 = μ2
Ha: μ1 - μ2 <,>, ≠ 0 or μ1 <, >, ≠ μ2

2) Verify conditions
The populations of measurements are both bell-shaped and random samples of any size are measured
Large random samples (both samples are at least 30) are measured from each population.

2) Compute test statistic
t = (x-bar1 - x-bar2)/√s1^2/n1 + s2^2/n2
t distribution with min (n1-1, n2-1) df

3) Compute p-value
t.dist (x, df, 1)

4) Conclusions
Statistically significant if p-value ≤ alpha
Not statistically significant if p-value ≥ alpha