(incomplete) F - Statistical Concepts I-II Flashcards

1
Q

Introduce contingency table analysis and hypothesis testing for 2x2 tables. (Chi squared test)

A

Null hypothesis: two groups are the same

Chi squared test: allows you to tell if two groups are the same or different

  • -Compute expected cell frequencies assuming null hypothesis is true by calculating the overall frequency
  • -Apply the proportion (overall frequency) to the two groups
  • -Calculate: sum of [(O-E)^2]/E
  • —Larger value = greater evidence of association
  • —Compute p value with a table
  • —For 2x2 table (four cells, four sums, 1 degree of freedom), if value is greater than 3.84, then p is less than 0.05

Conclusion if significant: “the probability of observing this level of association, or a more extreme level of association, if the two groups really had the same proportion is small (very unlikely”

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

Introduce the independent samples t-test for comparing the means of two independent samples.

A

Group effect (difference) = x1 - x2

Standard error of difference = sqrt([(SD1)^2)/n1] +[(SD2)^2)/n2])

t statistic = group effect/standard error of difference

  • -p value = sum of total area beyond +t and -t
  • -Significant if t is at least 2.0 and sample size is at least 50 in each group
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Introduce the paired-samples t-test for comparing the means of two paired samples.

A

Evaluates a continuous FINISH??

t  = mean of differences divided by the result of the standard deviation of the differences divided by the square root of n
t = d/(SD/sqrt(n))
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Introduce survival analysis methods.

A

a

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

How can the size of an effect be estimated? Is p value useful? State the null value for each of the three estimations.

A

p value gives no estimate of size of effect

(A and B are proportions)
Risk difference: A-B (null value = 0)
Relative risk: A/B (null value = 1)
Odds ratio: [A/(1-A)]/[B/(1-B)] (null value = 1)
–Odds ratio will be similar to relative risk if event is very rare

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

Do significant results indicate causal effects?

A

NO. There could be confounding.

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