CLINICAL STATISITC 5 Flashcards
(37 cards)
What is Pearson’s correlation used for?
Pearson’s correlation measures the strength and direction of a linear relationship between two continuous variables.
How is Spearman’s rank correlation different from Pearson’s?
Spearman’s rank uses ranks instead of actual values, making it a non-parametric measure less influenced by outliers.
What are the properties of the correlation coefficient (r)?
Range: -1 to 1
r = 1: perfect positive linear relationship
r = -1: perfect negative linear relationship
r = 0: no linear relationship
Unitless
What does a positive r value indicate?
As one variable increases, the other also increases.
What’s the purpose of linear regression?
To predict the dependent variable (Y) using the independent variable (X).
What does a negative r value indicate?
As one variable increases, the other decreases.
How does regression differ from correlation?
Correlation treats both variables equally. Regression assumes one variable (X) predicts the other (Y).
What is the general formula for a linear regression line?
y = b + mx, where:
y = dependent variable
b = intercept
m = slope
x = independent variable
What does a slope of 0.7 in a regression model mean?
For every 1 unit increase in X, Y increases by 0.7 on average.
in the example y = 1.5 + 0.7x, what is the predicted DMFT score when sugar consumption is 3 units?
y = 1.5 + 0.7(3) = 3.6
Match the r value with interpretation:
r = -1 →
r = -0.6 →
r = 0 →
r = 0.3 →
r = 1 →
Match the r value with interpretation:
r = -1 → Perfect negative linear relationship
r = -0.6 → Moderate negative correlation
r = 0 → No correlation
r = 0.3 → Weak positive correlation
r = 1 → Perfect positive linear relationship
What is relative risk (RR)?
The ratio of the probability of an event in the exposed group vs the non-exposed group.
In the example, what is the absolute risk difference between vitamin and placebo groups for periodontal disease?
36.4% (vitamin) - 62.9% (placebo) = -26.5%
What is the relative risk for the same example?
36.4 / 62.9 = 0.58
How do you interpret RR = 0.58?
42% relative risk reduction in periodontal disease in the vitamin group.
What is an odds ratio (OR)?
The ratio of odds of exposure in the diseased group to the odds in the non-diseased group.
How do you calculate odds from probability?
Odds = p / (1 - p)
How do you interpret an odds ratio of 0.34?
There’s a 66% reduction in the odds of periodontal disease in the vitamin group.
How do odds ratios compare to risk ratios?
OR is larger than RR when RR > 1
OR is smaller than RR when RR < 1
What is survival analysis used for?
To analyze time-to-event data like death, disease onset, recovery, etc.
What does the Kaplan-Meier curve represent?
It shows the survival probability over time and allows comparison between groups.
BAR- Shows drop out - doesn’t change survival tho
What is censoring in survival analysis?
When participants don’t experience the event during the study (lost to follow-up, drop out, or study ends).
What is the dependent variable in regression?
The outcome variable being predicted (Y).
What is the independent variable in regression?
The predictor variable (X).