
Data Analysis Methods: Quantitative
Presentation
•
Education
•
University
•
Medium
KHO Moe
Used 9+ times
FREE Resource
25 Slides • 7 Questions
1
Data Analysis Methods: Quantitative
By KHO CHUNG WEI
2
In this topic, you will:
Analyse quantitative data using descriptive statistics
Analyse quantitative data using inferential statistics
Interpret the data
Present the data
TSLB3143
Fundamentals of Research in Education
3
Scales of Measurement (Steven, 1946)
TSLB3143
Fundamentals of Research in Education
Characteristic of Scale | Nominal Scale | Ordinal Scale | Interval Scale | Ratio Scale |
|---|---|---|---|---|
Applies names of numbers to categories? | Yes | Yes | Yes | Yes |
Orders categories according to quantity? | No | Yes | Yes | Yes |
Displays equal intervals between consecutive numbers? | No | No | Yes | Yes |
Displays a "true zero point"? | No | No | No | Yes |
Examples | Gender Academic Major | Ranking Single-item rating scale | Multiple-item summated rating scale Objectively scored tests | Physical measurements Count (number of occurrence of on event) |
4
Multiple Choice
Decide which scale of measurement the responses obtained from the following questionnaire item belongs to:
Do you plan to sit for MUET in the near future? Yes / No
Nominal
Ordinal
Interval
Ratio
5
Multiple Choice
Decide which scale of measurement the responses obtained from the following questionnaire item belongs to:
Number of times you have sat for MUET: ______
Nominal
Ordinal
Interval
Ratio
6
Multiple Choice
Decide which scale of measurement the responses obtained from the following questionnaire item belongs to:
Obtained Score for MUET Reading Test: ______
Nominal
Ordinal
Interval
Ratio
7
Multiple Choice
Decide which scale of measurement the responses obtained from the following questionnaire item belongs to:
MUET Band: 1 / 2 / 3 / 4 / 5 / 6
Nominal
Ordinal
Interval
Ratio
8
Some definitions
Parameter = a value that describes some characteristic of a population, e.g. μ
Statistic = a value that describes some characteristic of a sample, e.g. M
Descriptive statistics = a value that is computed by analysing sample data and is used merely to describe some characteristics of that sample (without making any inferences about the larger population from which the sample was drawn)
Measures of central tendency = statistics that reflect the most typical value in a distribution
Measures of variability = statistics that indicate the amount of spread / dispersion that is displayed by a distribution of scores
TSLB3143
Fundamentals of Research in Education
9
Measures of central tendency
Mean ( Symbol: M or x̅ )
summing the scores and dividing by the number of scores: x̅ = ∑x ∕ N
appropriate when:
it is an interval scale or ratio scale variable
the distribution of scores is approximately normal
Median ( Symbol: Mdn or P50 or Q2 )
the score at or below which 50% of the scores in a distribution fall
appropriate when:
it is an ordinal scale variable
the distribution is skewed
TSLB3143
Fundamentals of Research in Education
10
Measures of central tendency
Mode ( Symbol: Mo )
the most frequently-occurring value in a distribution
one mode = unimodal
two modes = bimodal
appropriate when:
it is a nominal scale variable
TSLB3143
Fundamentals of Research in Education
11
Measures of central tendency
Task
Using the MUET results dataset,
Clean the data
Determine the most appropriate measures of central tendency for each of the variables
Compute the relevant measures of central tendency for each of the variables
TSLB3143
Fundamentals of Research in Education
12
Measures of variability
Range = stated as two numbers, i.e. the highest number & the lowest number / as one number, i.e. the difference between the highest & lowest numbers
Variance = the average of the squared deviations from the mean
3 different types of variance:
population variance = obtained when analysing all observations in a population: σ2 = ∑(x−μ)2 / N
sample variance = biased estimate of a population variance:
S2 = ∑(x−x̅)2 / N
unbiased estimate of population variance: s2 = ∑(x−x̅)2 / (N−1)
Standard deviation ( SD ) = square root of the variance (3 types : σ , S , s)
preferred because it is derived from the variance & easier to comprehend
TSLB3143
Fundamentals of Research in Education
13
Measures of variability
Task
Using the MUET results dataset, assuming that the data were collected from a sample,
determine the variables where variance and standard deviation are appropriate
set up the table to calculate the variance for one of these variables
compute the sample variance and the corresponding standard deviation
compute the unbiased variance estimate and the corresponding standard deviation
compare the values obtained and explain when to use them
TSLB3143
Fundamentals of Research in Education
14
z score
raw score = a participant's original score on some variable
z score = a transformed version of the raw score indicating the number of standard deviations that the raw score falls above (or below) the mean
zx = (x−x̅) / S
z score variable always has M = 0, SD = 1
standardizing the variable = the process of converting all of the scores in a sample into z scores
TSLB3143
Fundamentals of Research in Education
15
Multiple Choice
For z score calculation, which standard deviation do we used?
Clue: zx = (x−x̅) / S
population standard deviation
sample standard deviation
unbiased standard deviation estimate
16
z score
Task
Using the MUET results dataset,
standardize all the MUET scores by converting them into z scores
calculate the mean and the standard deviation of the z score variables
Look at the different MUET scores. Is it easier to compare the MUET performance using raw scores or using z scores?
TSLB3143
Fundamentals of Research in Education
17
z score & Standard normal distribution
standard normal distribution = a theoretical perfect normal distribution in which all of the scores are z scores
TSLB3143
Fundamentals of Research in Education
What are the properties of the standard normal distribution that you can see from the diagram?
18
z score & Standard normal distribution
Properties of the standard normal distribution
bell-shaped
symmetrical
unimodal
mean = median = mode
asymptotic = the curve stretches outward and downward as it moves away from the mean into the tail, but it never quite becomes a straight line and never actually touches the horizontal axis below it
standardised so that all the scores are z scores, i.e. μ = 0, σ = 1
area under the curve = percentage of distribution captured by specific z scores
TSLB3143
Fundamentals of Research in Education
19
z score & Standard normal distribution
Important z scores especially in performing significance tests & creating CI
95% of scores will fall in the interval from z = -1.96 to z = +1.96
99% of scores will fall in the interval from z = -2.58 to z = +2.58
99.9% of scores will fall in the interval from z =-3.29 to z = +3.29
TSLB3143
Fundamentals of Research in Education
20
More definitions
Inferential statistics (aka parameter estimates / estimators) = a value that is:
computed by analysing sample data, but is the used to
estimate some likely characteristic of a larger population
Statistical significance = If the results are statistically significant, the results observed in the sample would be unlikely if the null hypothesis were true.
Research hypothesis = an educated guess regarding the likely answer to RQ
Statistical null hypothesis (H0) = a statement of "no effect", "no difference", or "no relationship" that the researcher typically hopes to reject
Statistical alternative hypothesis (H1) = a statement that there IS "an effect", "a difference", or "a relationship" that is usually consistent with the research hypothesis (and the researcher hopes to support)
TSLB3143
Fundamentals of Research in Education
21
How to interpret statistical significance
Determine the significance level aka the alpha level, α, i.e. the size of the region of rejection in a sampling distribution. Usually α=.05 or α=.01
Decide if it is a two-tailed test (nondirectional) or a one-tailed test (directional).
(a) Compare the obtained statistic against a critical value of the statistic found in the table of critical values
OR
(b) Consult the p value, i.e. the probability of obtaining a statistic the size of the current obtained statistic if the null hypothesis were true
Reject the null hypothesis (a) the obtained statistic > the critical value
OR (b) p < α
TSLB3143
Fundamentals of Research in Education
22
More definitions
Test of differences = a statistical procedure used if:
your data are divided into two or more conditions
you plan to compute some measure of central tendency for each condition, and
you wish to determine whether there is a significant difference between these conditions with respect to the measure of central tendency
answers RQ like "Is there a difference between the means displayed by Condition 1 versus Condition 2?"
Parametric test: t-test
Nonparametric test: Kruskal-Wallis test
TSLB3143
Fundamentals of Research in Education
23
More definitions
Parametric tests = data analysis procedures that have fairly strict assumptions involving population parameters:
Interval-scale or ratio-scale measurement
Normally distributed data
Independence of observations
Homogeneity of variance =
sample data in various treatment conditions must come from populations with equal variances (in tests of differences)
the variance of one variable should be the same at each level of the other variable (in tests of association) = homoscedasticity
Nonparametric tests = do not require the above assumptions to be met
TSLB3143
Fundamentals of Research in Education
24
t-test
TSLB3143
Fundamentals of Research in Education
25
Kruskal-Wallis test
One variable with two or more ordered levels AND one nominal variable (2 or more groups)
Determine whether the medians of two or more groups are different
Calculate the H statistic
H0 : Mdn1 = Mdn2
TSLB3143
Fundamentals of Research in Education
26
More definitions
Test of association = a statistical procedure used if:
you are analyzing just one group of participants, and
you wish to determine whether there is a relationship between two variables within that group
answers RQ like "Is there a relationship between Variable 1 and Variable 2?"
Parametric test: correlation
Nonparametric test: chi-square
TSLB3143
Fundamentals of Research in Education
27
Correlation coefficient
Several types, most popular:
Interval/ratio scale: Pearson product moment correlation
Ordinal scale: Spearman
-1 < r < +1
H0 : ρxy = 0
Example of guidelines
TSLB3143
Fundamentals of Research in Education
To determine how strong a relationship is between two variables
28
Chi-square test for independence
To determine whether there is an association between nominal variables
Utilizes a contingency table (aka crosstabulation) = an arrangement in which data are classfied according to two categorical variables
H0 : Variable A is independent of Variable B / Variable A is not associated with Variable B
TSLB3143
Fundamentals of Research in Education
29
Chi-square test for independence
To determine whether there is an association between nominal variables
Utilizes a contingency table (aka crosstabulation) = an arrangement in which data are classfied according to two categorical variables
H0 : Variable A is independent of Variable B / Variable A is not associated with Variable B
TSLB3143
Fundamentals of Research in Education
30

Reporting Statistics in APA Style | Guidelines & Examples
You can open this webpage in a new tab.
31
Poll
How do you feel about the lectures on this topic?
32
Open Ended
Q&A / Reflection / Issue
Please ask at least ONE question.
OR Tell us your thoughts on what you have learned these two weeks.
OR State ONE issue/difficulty that you have faced during these two weeks' lectures.
Data Analysis Methods: Quantitative
By KHO CHUNG WEI
Show answer
Auto Play
Slide 1 / 32
SLIDE
Similar Resources on Wayground
25 questions
Inicio a Reservas
Presentation
•
University
23 questions
Quizizz como alumno
Presentation
•
University
25 questions
FAMILY PLANNING
Presentation
•
12th Grade - University
22 questions
Social Science Theories and Their Implications to Education
Presentation
•
University
22 questions
PARTICIPIAL ADJECTIVES
Presentation
•
University
25 questions
Welcome! Today, we’re diving into fiber optic internet
Presentation
•
University
25 questions
บทที่ 7
Presentation
•
University
25 questions
UNIT 201: HEALTH, SAFETY AND WELFARE IN CONSTRUCTION 01
Presentation
•
University
Popular Resources on Wayground
20 questions
"What is the question asking??" Grades 3-5
Quiz
•
1st - 5th Grade
20 questions
“What is the question asking??” Grades 6-8
Quiz
•
6th - 8th Grade
10 questions
Fire Safety Quiz
Quiz
•
12th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
34 questions
STAAR Review 6th - 8th grade Reading Part 1
Quiz
•
6th - 8th Grade
20 questions
“What is the question asking??” English I-II
Quiz
•
9th - 12th Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
47 questions
8th Grade Reading STAAR Ultimate Review!
Quiz
•
8th Grade
Discover more resources for Education
15 questions
LGBTQ Trivia
Quiz
•
University
36 questions
8th Grade US History STAAR Review
Quiz
•
KG - University
25 questions
5th Grade Science STAAR Review
Quiz
•
KG - University
16 questions
Parallel, Perpendicular, and Intersecting Lines
Quiz
•
KG - Professional Dev...
20 questions
5_Review_TEACHER
Quiz
•
University
10 questions
Applications of Quadratic Functions
Quiz
•
10th Grade - University
10 questions
Add & Subtract Mixed Numbers with Like Denominators
Quiz
•
KG - University
20 questions
Block Buster Movies
Quiz
•
10th Grade - Professi...