What are the statistical tools used for 2 numeric variables?
What is a scatterplot?
When is a scatterplot usually drawn?
Before working out a linear correlation coefficient or fitting a regression line
What does the resulting pattern of a scatterplot indicate?
type & strength of relationship between 2 variables
What is the line of best fit?
What can we interpret from scatterplots?
Info about relationship
When can we use pearson correlation analysis?
When relationship between 2 quantitative variables is visually linear, can quantify relationship using pearsons
What are the assumptions for pearsons correlation?
How can we test normality (if variables are normally distributed)?
Shapiro-wilk or shapiro francia tests
How do we test homoscedasticity of variance?
2 sample variance comparison test (sdtest) in Stata
What does the correlation coefficient show?
It shows strength & direction of relationship between two numeric variables.
When do we use Spearman correlation?
When relationship is monotonic (not necessarily linear) or data are not normally distributed.
When do we use Pearson correlation?
When relationship between two numeric variables is linear & data are normally distributed.
What is the range of the correlation coefficient (r)?
r ranges from –1 to +1.
What does the value of r show?
What does the sign of r indicate?
The direction of the relationship:
* Positive (+): both variables increase together
* Negative (–): one increases while the other decreases
What does the p-value in correlation mean?
How do we interpret the strength of r?
r Range | Interpretation
0.00–0.20 → Negligible
0.20–0.40 → Weak
0.40–0.60 → Moderate
0.60–0.80 → Strong
0.80–1.00 → Very strong
When do we use Spearman Rank Correlation Analysis?
When relationship between 2 quantitative variables is monotonic, but the linearity, normality, or equal variance assumptions are not met.
What type of relationship does Spearman correlation measure?
A monotonic relationship — where variables move in same or opposite direction, but not necessarily at a constant rate (not linear).
What is the monotonic relationship when it is monotoniocally increasing?
as x variable increases, y variable never decreases
What is the monotonic relationship when it is monotoniocally decreasing?
as x variable increases, y variable never increases
What is the monotonic relationship when it is not monotonic?
as x variable increases, y variable sometimes decreases & sometimes increases