Central Tendency Dispersion Visualization
Central Tendency Dispersion Visualization
Assumptions:
- Data should be normally distributed
- Independent observations
Interpretation:
If p-value < 0.05, we reject H0.
Review 6 Steps for Significance Testing
4.
1. Findalpha
Set the critical
(p level).
value of the statistic.
2.
5. State the
hypotheses,
decision Null
rule.
6. and
StateAlternative.
the conclusion.
3. Calculate the test
statistic (sample
value).
What is the t -test
• t test is a useful technique for comparing mean values of
two sets of numbers.
• The comparison will provide you with a statistic for
evaluating whether the difference between two means is
statistically significant.
• t test is named after its inventor, William Gosset, who
published under the pseudonym of student.
• t test can be used either :
1. to compare two independent groups (independent-samples t
test)
2. to compare observations from two measurement occasions for
the same group (paired-samples t test).
What is the t -test
• The null hypothesis states that any difference
between the two means is a result to difference in
distribution.
• Remember, both samples drawn randomly form the
same population.
• Comparing the chance of having difference is one
group due to difference in distribution.
• Assuming that both distributions came from the
same population, both distribution has to be equal.
What is the t -test
• Then, what we intend:
“To find the difference due to chance”
• Logically, The larger the difference in means, the more likely
to find a significant t test.
• But, recall:
1. Variability
More variability = less overlap = larger difference
2. Sample size
Larger sample size = less variability (pop) = larger difference
Types
1. The independent-sample t test is used to compare two groups' scores
on the same variable. For example, it could be used to compare the
salaries of dentists and physicians to evaluate whether there is a
difference in their salaries.
Assumptions:
- Data should be categorical
- Expected frequency in each cell should be at least 5
Hypothesis:
H0: There is no association between the two categorical
variables.
H1: There is an association between the two categorical
variables.
Interpretation:
If p-value < 0.05, we reject H0.
One-Way ANOVA
ANOVA (Analysis of Variance) is used to compare means
across multiple groups.
Assumptions:
- Independent samples
- Normal distribution
- Homogeneity of variance
Interpretation:
If p-value < 0.05, we reject H0.