BUS 4055 Week 5
BUS 4055 Week 5
Analysis
Kevin Brennan, M.Mgt.
Introduction to Quantitative
Data
– Objective: Understand how quantita‐
tive data is processed and analyzed to
turn raw data into meaningful informa‐
tion.
– Key Point: Raw data is often mean‐
ingless without processing.
Photo by Mika Baumeister on Unsplash
– Methods: Quantitative techniques like
graphs, charts, and statistics help de‐
scribe and explore relationships in data.
– Discussion: Discuss how quantitative data is typically used to make decisions in
business research.
– Example: Student satisfaction survey results, sales data, or website traffic analy‐
sis.
Importance of Quantitative
Data in Business Research
– Business Application: Quantitative
data provides the backbone for decision-
making in business, from budgeting to
customer satisfaction surveys.
– Common Examples: Frequencies,
test scores, prices, rental costs, or stu‐
Photo by Victoriano Izquierdo on Unsplash
dent feedback.
– Key Focus: Identifying trends, testing
hypotheses, and making data-driven decisions.
– Discussion: How businesses use quantitative data to drive decisions in fields
like finance, marketing, and operations.
– Example: Evaluating a company's customer service based on the number of re‐
solved support tickets or customer ratings.
Overview of Data Types
– Key Data Types:
– Categorical: Non-numerical data used
for classification (e.g., gender, product
categories).
– Numerical: Data that can be counted
Source: https://stackoverflow.com/ques‐
or measured (e.g., age, income).
tions/34095777/handling-unassigned-null-values-of-cat‐
– Discussion: Explain the difference
egorical-features-in-regression-machine
between categorical and numerical data
and when each is used.
– Example: Survey responses about satisfaction levels using categories like "Very
Satisfied" or numerical ratings from 1 to 5.
Categorical Data
– Definition: Data used to classify ob‐
servations into distinct categories with‐
out numerical meaning.
– Key Properties: No intrinsic numerical
relationship (e.g., car models, survey
responses).
– Discussion: Categorical data is help‐
ful in classifying observations into
Baijayanta Roy, https://towardsdata‐ groups.
science.com/all-about-categorical-variable- – Example: Analyzing survey results to
encoding-305f3361fd02 see the number of students who use
specific college resources, such as the
library or counselling services.
Nominal Data
– Definition: A categorical data type where categories are named but have no in‐
trinsic order.
– Key Features: No ranking or order among categories (e.g., gender, departments,
or colors).
– Discussion: Nominal data provides labels to classify variables without assigning
them any order or value.
– Example: Classifying survey respondents by their department (e.g., Engineering,
Business, Arts).
Ordinal Data
– Definition: Categorical data where the categories have a meaningful order or
rank but uneven intervals.
– Key Properties: Data points can be ranked, but differences between points are
not equal.
– Discussion: Ordinal data is useful for ranking but cannot precisely measure the
difference between ranks.
– Example: Customer satisfaction ratings: "Very Satisfied," "Satisfied," and "Unsat‐
isfied," where each category reflects increasing satisfaction.
Numerical Data: Discrete vs. Continuous
– Discrete Data: Countable, often finite
(e.g., number of students in a class).
– Continuous Data: Measurable, can
take any value within a range (e.g.,
weight, distance).
– Key Focus: Discrete data represent
Source: https://betterexplained.com/articles/under‐
standing-discrete-vs-continuous-growth/ whole numbers, while continuous data
can represent fractions.
– Example: Discrete - Number of products sold; Continuous - Sales revenue over
time.
– Discussion: Which type of data would be most useful in measuring student suc‐
cess?
Interval Data
– Definition: Numerical data where the
intervals between values are meaningful,
but there is no true zero.
– Key Properties: Can add or subtract
values, but ratios are meaningless (e.g.,
20°C is not twice as warm as 10°C).
– Use: Typically used when differences
between values are meaningful, but
comparisons using ratios are not.
– Example: Temperature, SAT scores.
– Discussion: What situations would
require using interval data, and what are
Source: http://reliawiki.com/index.php/Interval_‐
its limitations?
Data_Example
Ratio Data
– Definition: Numerical data that includes a true zero point, allowing for meaning‐
ful ratios.
– Key Properties: Ratios are meaningful (e.g., someone earning $100K earns
twice as much as someone earning $50K).
– Use: Ratios can be compared directly because of the presence of a true zero
point.
– Example: Income, age, weight.
– Discussion: Why is ratio data important when comparing quantitative variables
like income or population?
Source: https://careerfoundry.‐
com/en/blog/data-analytics/what-is-ratio-
data/
ier analysis.
Raw Data Prepared Data Insights – Importance: Clean data leads to accu‐
rate results and reduces bias.
– Example: Cleaning a student survey
dataset by standardizing responses to
ensure consistency before analysis.
– Discussion: Why is data cleaning an
Source: https://devopedia.org/data-prepa‐ essential step in the research process?
ration Coding Categorical Data
–
Data Matrix: A table where rows represent cases (individual responses) and col‐
umns represent variables.
–
Data Organization: Each row in the matrix represents a respondent, and each col‐
umn a survey question.
–
Use: A data matrix organizes data in a structured way, making it easier to perform
analysis.
–
Example: A matrix displaying survey responses, with rows for individual students
and columns for satisfaction ratings.
–
Discussion: How does organizing your data in a matrix improve data analysis effi‐
ciency?
–
Categorical Coding: Assigning numerical values to categorical data (e.g., 1 =
Male, 2 = Female).
–
Codebook: A reference guide that explains each numerical code and its meaning.
–
Importance: Coding allows easier manipulation and analysis of non-numerical
data.
–
Example: Coding student satisfaction responses on a scale of 1-5, with 1 meaning
"Very Dissatisfied" and 5 "Very Satisfied."
–
Discussion: What are the potential pitfalls of incorrect data coding?
Data Visualization
– Purpose: Graphs and charts make
data easier to understand and communi‐
cate to stakeholders.
– Common Graph Types:
– Bar Chart: Compare categorical data
(e.g., number of students per major).
– Line Graph: Track changes over time
(e.g., enrollment rates).
– Scatterplot: Show relationships be‐
tween variables (e.g., hours studied vs.
GPA).
– Example: A line graph showing the trend of student satisfaction over multiple se‐
mesters.
– Discussion: Why is visualization important in data analysis? How do different
types of graphs help convey specific types of information?
Bar Charts
– Definition: Bar charts visually repre‐
sent categorical data by using bars to
show the frequency of each category.
– Purpose: Makes it easy to compare
the number of occurrences in different
categories.
– Use: Bar charts are particularly useful
for showing differences between groups
or categories.
– Example: A bar chart displaying the
number of students from each major
(e.g., Business, Engineering, Arts).
– Discussion: Why are bar charts effec‐
tive for comparing categorical data in
© Ladislav Kubačka business analysis?
Histograms
– Definition: Histograms represent the distribution of continuous data by using ad‐
jacent bars to show frequencies in intervals.
– Purpose: Useful for understanding the shape of data distributions (normal,
skewed, etc.).
– Use: Typically used to show how frequently different ranges of values occur in a
dataset.
– Example: A histogram showing the distribution of student ages in a survey sam‐
ple.
– Discussion: How does the shape of a histogram help in understanding data pat‐
terns?
av danielpenfield - eget arbete, cc by-sa 3.0,
https://commons.wikimedia.org/w/index.php?
curid=9401898
Pie Charts
– Definition: Pie charts divide a circle
into slices to represent proportions of a
whole.
– Purpose: Best used to show the rela‐
tive sizes of categories.
– Use: Common for visualizing categori‐
cal data where percentages or propor‐
tions are relevant.
– Example: A pie chart showing the per‐
centage of students using different cam‐
pus services.
– Discussion: When is a pie chart more
effective than a bar chart, and what limi‐
tations might it have?
https://infogram.com/blog/choose-the-right-
chart/
Multivariate Analysis
– Definition: Multivariate analysis in‐
volves examining more than two vari‐
ables simultaneously to understand the
relationships between them.
– Use: Common in business research to
explore complex interactions between
variables.
– Example: Examining how age, in‐
http://www.sthda.com/english/articles/32-r-
come, and education level affect student
graphics-essentials/129-visualizing-multi‐
satisfaction with college services.
variate-categorical-data/
– Discussion: What are the benefits
and challenges of using multivariate
analysis in business research?
Statistical Significance
– Definition: Statistical significance as‐
sesses whether results from data are
meaningful or could have occurred by
chance.
– Key Concept: The p-value is com‐
monly used to determine significance
(e.g., p < 0.05 means the result is statis‐
tically significant).
– Use: Ensures that the findings of a
Source: https://researcher.life/blog/arti‐ study are not random and can be gener‐
cle/what-is-p-value-calculation-statistical- alized to the population.
significance/ – Example: Testing whether differences
in satisfaction between two groups of
students (e.g., online vs. in-person) are statistically significant.
– Discussion: Why is it important to test for statistical significance in business re‐
search?
Chi-Square Test
– Definition: A chi-square test is used to determine whether there is a significant
association between two categorical variables.
– Use: Commonly applied in surveys and observational studies.
– Example: Testing whether student satisfaction is related to their year of study
(e.g., freshman, sophomore, junior).
– Key Concept: The test compares observed frequencies with expected frequen‐
cies under the assumption that there is no association.
– Discussion: What types of research
questions can the chi-square test help
answer?
T-Test
Title
By Cornell User 2 - Own work, CC0,
https://commons.wikimedia.org/w/index.php?
curid=140537163
– Definition: A t-test compares the means of two groups to determine if there is a
statistically significant difference between them.
– Use: Commonly used to compare two groups in experiments or surveys.
– Example: Comparing the average test scores of students who received tutoring
versus those who did not.
– Key Concept: A low p-value (< 0.05) suggests the difference between the two
groups is statistically significant.
– Discussion: When should a t-test be used, and what are its limitations?
Correlation Analysis
– Definition: Correlation measures the
strength and direction of the relationship
between two continuous variables.
– Use: Helpful in identifying relationships
but does not imply causality.
– Example: Investigating whether
there’s a correlation between the number
of hours students study and their GPA.
– Key Concept: A positive correlation
indicates both variables increase togeth‐
source: https://statistics.laerd.com/statisti‐
er, while a negative correlation means
cal-guides/pearson-correlation-coefficient-
one decreases as the other increases.
statistical-guide.php
– Discussion: How can correlation
analysis help identify trends, and what
are its limitations?
Regression Analysis
– Definition: Regression analysis exam‐
ines the relationship between a depen‐
dent variable and one or more indepen‐
dent variables.
– Use: Common in predictive modeling,
allowing researchers to forecast out‐
comes based on known variables.
– Example: Predicting student success
based on variables like hours studied,
attendance, and prior academic perfor‐
mance.
– Key Concept: Multiple regression al‐
lows for the inclusion of several independent variables to predict the outcome.
– Discussion: Why is regression analysis valuable for making predictions in busi‐
ness research, and what are the assumptions?
–