Bivariate Definition
Dependant Vs Independent Variables (with the example of weight of crop yielded vs amount of rainfall)
Random, Non-Random, and Control Variables
Correlation and Linear
Correlation Vs Association
PMCC
No Correlation: Between -0.1 to 0.1
Perfect Negative/Positive Correlation: -1 / 1
Weak Negative Correlation: -0.1 to -0.5
Moderate Negative Correlation: -0.5 to -0.8
Strong Negative Correlation: -0.8 to -1
Weak Positive Correlation: 0.1 to 0.5
Moderate Positive Correlation: 0.5 to 0.8
Strong Positive Correlation: 0.8 to 1
How do you know if data has a normal distribution?
Random Variable Definition
Cohen’s Interpretation for interpreting effect size (PMCC)
Small Effect Size (r ≈ 0.1):
The relationship between two variables is weak.
Medium Effect Size (r ≈ 0.3):
The relationship between two variables is moderate.
Large Effect Size (r ≈ 0.5):
The relationship between two variables is strong.
Scenarios where we would use Spearman’s Rank over PMCC
Interpreting Spearman’s Rank Correlation Coefficient
How to double check spearman’s rank
What do you do multiple pieces of data has the same rank?
Issue with PMCC hypothesis testing
Example of two tailed PMCC hypothesis test
Example of spearman’s rank hypothesis test
H0: There is no association between X and Y.
{H1: There is some positive association between X and Y.
H1: There is some negative association between X and Y.
H1: There is some association between X and Y.}
Obtain critical value from table.
There is evidence to suggest ___.
How to get the chi squared statistic
Example of chi squared contingency hypothesis test
H0: There is no association between X and Y.
H1: There is some association between X and Y.
- Calculate degrees of freedom and find critical value.
- Compare critical value against.
If critical value is lo, drop the h0.
- Result is/is not significant (X^2 > c.v. is significant), so reject H0).
- There is evidence to suggest there is an association between X and Y.
How to calculate the degrees of freedom
(no. of rows - 1) x (no. of columns - 1)
a 3x3 table has 2 x 2 = 4 degrees of freedom
How to calculate expected value from discrete random variable table
(2 x 0.2) + (3 x 0.4) + (4 x 0.4) = 3.2
If you repeated this spinner many many times, you would expect the average of all the values would be 3.2
How to calculate variance from discrete random variance table
Var(X) = E(X^2) - [E(X)]^2
What is E(X^2)
E(X) & Var(X): Discrete Uniform Distribution
n + 1 / 2
n^2 - 1 / 12
The Binomial Distribution
if these conditions are met, a random variable X whose outcome is the number of successes is binomially distributed as: (n is no. of trials, p is probability of success).
X〰B (n, p)