Aka two-sample t-test. It is a statistical test that determines if there is a significant difference between the means of two independent or unpaired groups. Its variable is continuous.
Independent Samples T-Test
Groups in which cases or participants in each group are different.
Unpaired/unrelated groups
Requirement and Assumption for Independent Samples T-Test
Methods in Checking Outliers
2. Boxplot
IQR Formula
Q3-Q1
Lower-bound formula
Q1-(1.5 x IQR)
Upper-bound formula
Q3+(1.5 x IQR)
True or False. Any points lesser than lower bound and higher than upper bound are outliers.
True
True or False. If outliers exist, we must leave them in.
False. Delete the outliers.
Methods for Checking Normality
True or False. For Q-Q Plots, if all points are close to the diagonal reference line, then it is normally distributed.
True
For Q-Q Plots, if points sag above or below the diagonal reference line, then there is a problem with the ________.
kurtosis
If points snake around the diagonal reference line, then there is a problem with the ________.
skewness
It is used to test null hypothesis that variances in different groups are not equal.
Levene’s Test
In Levene’s Test, the variances are heterogenous if ________.
p-value is less than or equal to alpha
In Levene’s Test, the variances are homogenous if ________.
p-value is more than alpha
In Levene’s Test, if variances are heterogenous then we ________.
Reject the null hypothesis
In Levene’s Test, if variances are homogenous then we ________.
Fail to reject null hypothesis
Used to compare differences between two independent groups when the dependent variable is ordinal or numeric, but not normally distributed.
Mann-Whitney U Test
Assumptions of Mann-Whitney U Test
2. Dependent variable must be numeric or ordinal and is not normally distributed
This test is used to compare means that are from the same related units. The 2 groups typically represent 2 different times. It aims to determine whether or not the mean difference between paired observations is significantly different from zero.
Paired Samples T-Test
Assumptions of Paired Samples T-Test
In Paired Samples T-Test, “the difference between group 1 and 2 is equal to zero” represents the ________.
null hypothesis
In Paired Samples T-Test, “the difference between group 1 and 2 is NOT equal to zero” represents the ________.
alternative hypothesis