SlideShare una empresa de Scribd logo
1 de 76
Descargar para leer sin conexión
USING MICROSOFT
EXCEL WITH BUSINESS
RESEARCH METHODS
www.drjayeshpatidar.blogspot.com
TITLE BAR
MENU BAR
FORMULA BAR
STANDARD TOOLBAR
FORMATTING TOOLBAR
ACTIVE CELL
PASTE FUNCTION
TOOLS MENU
The Paste Function Provides
Numerous Statistical
Operations
The Statistical Function
Category
Data Analysis
Dialog Box
• Click on “Tools”
• Select “Data Analysis”
• Select statistical operation
o such as Histogram
Functions
• Functions are predefined formulas for
mathematical operations
• They perform calculations by using
specific values, called arguments
• Arguments indicate data or a range of
cells
• Arguments are performed, in a
particular order, called the syntax.
Functions
• Functions are predefined formulas for
mathematical operations
• They perform calculations by using
specific values, called arguments
• Arguments are performed, in a
particular order, called the syntax.
• For example, the SUM function adds
values or ranges of cells
Easy to Use Paste Functions
• AVERAGE (MEAN)
• MEDIAN
• MODE
• SUM
• STANDARD DEVIATION
Functions
• The syntax of a function begins with the
function name
• followed by an opening parenthesis
• the arguments for the function
• separated by commas
• a closing parenthesis.
• If the function starts a formula, an equal
sign (=) is typed before the function
name.
The Equal Sign Then The
Function Name And
Arguments
• =FUNCTION (Argument1)
• =FUNCTION (Argument1,Argument2)
Arguments
• Typical arguments are numbers, text,
arrays, and cell references.
• Arguments can also be constants,
formulas, or other functions.
The AVERAGE Function
Located in the Statistical Category
Data Array
• The data appear in cells A2 through 14
• A2:A14
• Sometimes written with dollars signs
• $A$2:$A$14
Sum, Average, and Standard
Deviation
• =FUNCTION (Argument1)
• =SUM(A2:A9)
• =AVERAGE(A2:A9)
• =STDEVA(A2:A9)
SUM Function
Sales Call Example
AVERAGE (Mean) Function
Sales Call Example
Standard Deviation Function
Sales Call Example
Variance s2: (algebraic, scalable computation)
Standard deviation s is the square root of variance s2
   





n
i
n
i
ii
n
i
i x
n
x
n
xx
n
s
1 1
22
1
22
])(
1
[
1
1
)(
1
1
• Variance
• Standard deviation: the square root of the variance
– Measures spread about the mean
– It is zero if and only if all the values are equal
– Both the deviation and the variance are algebraic
26www.drjayeshpatidar.blogspot.com
27
Data Dispersion Characteristics
• Motivation
– To better understand the data: central tendency, variation and spread
• Data dispersion characteristics
– median, max, min, quantiles, outliers, variance, etc.
• Numerical dimensions correspond to sorted intervals
– Data dispersion: analyzed with multiple granularities of precision
– Boxplot or quantile analysis on sorted intervals
• Dispersion analysis on computed measures
– Folding measures into numerical dimensions
– Boxplot or quantile analysis on the transformed cube
www.drjayeshpatidar.blogspot.com
28
Measuring the Central Tendency
• Mean
– Weighted arithmetic mean
• Median: A holistic measure
– Middle value if odd number of values, or average of the middle two
values otherwise
– estimated by interpolation
• Mode
– Value that occurs most frequently in the data
– Unimodal, bimodal, trimodal
– Empirical formula:


n
i
ix
n
x
1
1




 n
i
i
n
i
ii
w
xw
x
1
1
)(3 medianmeanmodemean 
www.drjayeshpatidar.blogspot.com
29
Measuring the Dispersion of Data
• Quartiles, outliers and boxplots
– Quartiles: Q1 (25th percentile), Q3 (75th percentile)
– Inter-quartile range: IQR = Q3 – Q1
– Five number summary: min, Q1, M, Q3, max
– Boxplot: ends of the box are the quartiles, median is marked, whiskers,
and plot outlier individually
– Outlier: usually, a value higher/lower than 1.5 x IQR
• Variance and standard deviation
– Variance s2: (algebraic, scalable computation)
– Standard deviation s is the square root of variance s2
   





n
i
n
i
ii
n
i
i x
n
x
n
xx
n
s
1 1
22
1
22
])(
1
[
1
1
)(
1
1
www.drjayeshpatidar.blogspot.com
30
Boxplot Analysis
• Five-number summary of a distribution:
Minimum, Q1, M, Q3, Maximum
• Boxplot
– Data is represented with a box
– The ends of the box are at the first and third quartiles,
i.e., the height of the box is IRQ
– The median is marked by a line within the box
– Whiskers: two lines outside the box extend to
Minimum and Maximum
www.drjayeshpatidar.blogspot.com
31
A Boxplot
A boxplot
www.drjayeshpatidar.blogspot.com
32
Visualization of Data Dispersion:
Boxplot Analysis
www.drjayeshpatidar.blogspot.com
33
Mining Descriptive Statistical Measures in Large
Databases
• Variance
• Standard deviation: the square root of the variance
– Measures spread about the mean
– It is zero if and only if all the values are equal
– Both the deviation and the variance are algebraic
  


 



  

22
1
22 1
1
1
)(
1
1
ii
n
i
i x
n
x
n
xx
n
s
www.drjayeshpatidar.blogspot.com
34
Histogram Analysis
• Graph displays of basic statistical class descriptions
– Frequency histograms
• A univariate graphical method
• Consists of a set of rectangles that reflect the counts or frequencies of
the classes present in the given data
www.drjayeshpatidar.blogspot.com
35
Quantile Plot
• Displays all of the data (allowing the user to assess both the
overall behavior and unusual occurrences)
• Plots quantile information
– For a data xi data sorted in increasing order, fi indicates
that approximately 100 fi% of the data are below or equal
to the value xi
www.drjayeshpatidar.blogspot.com
36
Quantile-Quantile (Q-Q) Plot
• Graphs the quantiles of one univariate distribution against
the corresponding quantiles of another
• Allows the user to view whether there is a shift in going from
one distribution to another
www.drjayeshpatidar.blogspot.com
37
Scatter plot
• Provides a first look at bivariate data to see clusters of
points, outliers, etc
• Each pair of values is treated as a pair of coordinates and
plotted as points in the plane
www.drjayeshpatidar.blogspot.com
38
Loess Curve
• Adds a smooth curve to a scatter plot in order to provide
better perception of the pattern of dependence
• Loess curve is fitted by setting two parameters: a smoothing
parameter, and the degree of the polynomials that are fitted
by the regression
www.drjayeshpatidar.blogspot.com
39
Graphic Displays of Basic Statistical
Descriptions
• Histogram: (shown before)
• Boxplot: (covered before)
• Quantile plot: each value xi is paired with fi indicating that
approximately 100 fi % of data are  xi
• Quantile-quantile (q-q) plot: graphs the quantiles of one
univariant distribution against the corresponding quantiles of
another
• Scatter plot: each pair of values is a pair of coordinates and
plotted as points in the plane
• Loess (local regression) curve: add a smooth curve to a
scatter plot to provide better perception of the pattern of
dependence www.drjayeshpatidar.blogspot.com
Proportion
• =COUNT
• =COUNTIF
• DIVIDE COUNTIF BY COUNT
• =D3/D2
Frequency Distributions
• There are alternative ways of
constructing frequency distributions
• COUNTIF function
• HISTOGRAM function
=COUNTIF(A6:A134,1)
=D4/D9*100
Histogram Function
• Tools -Data Analysis-Histogram
• Bins
The bins are the
frequency
categories
Insert Input and Bin Ranges
Text Labels Can Be Included
or Excluded From Input Range
The Chart Wizard
The Descriptive Statistics
Function
SEVERAL ROWS OF DATA ARE HIDDEN
SEVERAL ROWS OF DATA ARE HIDDEN
Correlation
Correlation Coefficient, r = .75
Regression Analysis
Excel and research

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

Data
DataData
Data
 
Predatory Journals
Predatory JournalsPredatory Journals
Predatory Journals
 
Spss
SpssSpss
Spss
 
Predatory Publications and Software Tools for Identification
Predatory Publications and Software Tools for IdentificationPredatory Publications and Software Tools for Identification
Predatory Publications and Software Tools for Identification
 
Ethical in Educational Research by Rauno Huttunen
Ethical in Educational Research by Rauno HuttunenEthical in Educational Research by Rauno Huttunen
Ethical in Educational Research by Rauno Huttunen
 
Scopus Journal Metrics SNIP & SJR
Scopus Journal Metrics SNIP & SJRScopus Journal Metrics SNIP & SJR
Scopus Journal Metrics SNIP & SJR
 
DATA Types
DATA TypesDATA Types
DATA Types
 
Data Collection and Analysis Tools
Data Collection and Analysis ToolsData Collection and Analysis Tools
Data Collection and Analysis Tools
 
Types of data and graphical representation
Types of data and graphical representationTypes of data and graphical representation
Types of data and graphical representation
 
What Is the Use of SPSS in Data Analysis
What Is the Use of SPSS in Data AnalysisWhat Is the Use of SPSS in Data Analysis
What Is the Use of SPSS in Data Analysis
 
Introduction to Computational Statistics
Introduction to Computational StatisticsIntroduction to Computational Statistics
Introduction to Computational Statistics
 
Sampling techniques
Sampling techniquesSampling techniques
Sampling techniques
 
plagiarism detection tools and techniques
plagiarism detection tools and techniquesplagiarism detection tools and techniques
plagiarism detection tools and techniques
 
Biostatistics
Biostatistics Biostatistics
Biostatistics
 
Data analysis
Data analysisData analysis
Data analysis
 
Citation analysis for research evaluation
Citation analysis for research evaluationCitation analysis for research evaluation
Citation analysis for research evaluation
 
Statistical software
Statistical softwareStatistical software
Statistical software
 
Research misconduct an introduction
Research misconduct an introductionResearch misconduct an introduction
Research misconduct an introduction
 
Selective Reporting and Misrepresentation of Data
Selective Reporting and Misrepresentation of DataSelective Reporting and Misrepresentation of Data
Selective Reporting and Misrepresentation of Data
 
Data Analysis with SPSS PPT.pdf
Data Analysis with SPSS PPT.pdfData Analysis with SPSS PPT.pdf
Data Analysis with SPSS PPT.pdf
 

Destacado

Ppt. types of quantitative research
Ppt.  types of quantitative researchPpt.  types of quantitative research
Ppt. types of quantitative research
Nursing Path
 
Critiquing research
Critiquing researchCritiquing research
Critiquing research
Nursing Path
 
Critiquing research
Critiquing researchCritiquing research
Critiquing research
Nursing Path
 
Examination of urine
Examination of urineExamination of urine
Examination of urine
Nursing Path
 
Suicide assessment and management guidelines
Suicide assessment and management guidelinesSuicide assessment and management guidelines
Suicide assessment and management guidelines
Nursing Path
 
Ppt. developing a research proposal
Ppt.  developing a research proposalPpt.  developing a research proposal
Ppt. developing a research proposal
Nursing Path
 
Application of interpersonal theory
Application of interpersonal theoryApplication of interpersonal theory
Application of interpersonal theory
Nursing Path
 
Nutrition & health
Nutrition & healthNutrition & health
Nutrition & health
Nursing Path
 
Psychopharmacology
PsychopharmacologyPsychopharmacology
Psychopharmacology
Nursing Path
 

Destacado (17)

Ppt. types of quantitative research
Ppt.  types of quantitative researchPpt.  types of quantitative research
Ppt. types of quantitative research
 
Planning
PlanningPlanning
Planning
 
Healthy eating
Healthy eatingHealthy eating
Healthy eating
 
Critiquing research
Critiquing researchCritiquing research
Critiquing research
 
Critiquing research
Critiquing researchCritiquing research
Critiquing research
 
Pollution
PollutionPollution
Pollution
 
Examination of urine
Examination of urineExamination of urine
Examination of urine
 
Suicide assessment and management guidelines
Suicide assessment and management guidelinesSuicide assessment and management guidelines
Suicide assessment and management guidelines
 
Ppt. developing a research proposal
Ppt.  developing a research proposalPpt.  developing a research proposal
Ppt. developing a research proposal
 
Application of interpersonal theory
Application of interpersonal theoryApplication of interpersonal theory
Application of interpersonal theory
 
Nutrition & health
Nutrition & healthNutrition & health
Nutrition & health
 
Animated Possesive Nouns
Animated Possesive NounsAnimated Possesive Nouns
Animated Possesive Nouns
 
Biological Diversity
 Biological Diversity Biological Diversity
Biological Diversity
 
Psychopharmacology
PsychopharmacologyPsychopharmacology
Psychopharmacology
 
Broker & agents
Broker & agentsBroker & agents
Broker & agents
 
Chapter 1(2)INTRODUCTION TO PHYSICS
Chapter 1(2)INTRODUCTION TO PHYSICSChapter 1(2)INTRODUCTION TO PHYSICS
Chapter 1(2)INTRODUCTION TO PHYSICS
 
Medication calculation
Medication calculationMedication calculation
Medication calculation
 

Similar a Excel and research

Excel and research
Excel and researchExcel and research
Excel and research
Nursing Path
 
Module 2_ Introduction to Data Mining, Data Exploration and Data Pre-processi...
Module 2_ Introduction to Data Mining, Data Exploration and Data Pre-processi...Module 2_ Introduction to Data Mining, Data Exploration and Data Pre-processi...
Module 2_ Introduction to Data Mining, Data Exploration and Data Pre-processi...
nikshaikh786
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
Tony Nguyen
 
Dimension Reduction Introduction & PCA.pptx
Dimension Reduction Introduction & PCA.pptxDimension Reduction Introduction & PCA.pptx
Dimension Reduction Introduction & PCA.pptx
RohanBorgalli
 
Predictive Modelling
Predictive ModellingPredictive Modelling
Predictive Modelling
Rajiv Advani
 
Univariate, bivariate analysis, hypothesis testing, chi square
Univariate, bivariate analysis, hypothesis testing, chi squareUnivariate, bivariate analysis, hypothesis testing, chi square
Univariate, bivariate analysis, hypothesis testing, chi square
kongara
 

Similar a Excel and research (20)

Excel and research
Excel and researchExcel and research
Excel and research
 
4 module 3 --
4 module 3 --4 module 3 --
4 module 3 --
 
Module 2_ Introduction to Data Mining, Data Exploration and Data Pre-processi...
Module 2_ Introduction to Data Mining, Data Exploration and Data Pre-processi...Module 2_ Introduction to Data Mining, Data Exploration and Data Pre-processi...
Module 2_ Introduction to Data Mining, Data Exploration and Data Pre-processi...
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Pca ppt
Pca pptPca ppt
Pca ppt
 
Lect4 principal component analysis-I
Lect4 principal component analysis-ILect4 principal component analysis-I
Lect4 principal component analysis-I
 
pcappt-140121072949-phpapp01.pptx
pcappt-140121072949-phpapp01.pptxpcappt-140121072949-phpapp01.pptx
pcappt-140121072949-phpapp01.pptx
 
Data mining techniques unit 2
Data mining techniques unit 2Data mining techniques unit 2
Data mining techniques unit 2
 
Oed chapter 1
Oed chapter 1Oed chapter 1
Oed chapter 1
 
EDA.pptx
EDA.pptxEDA.pptx
EDA.pptx
 
Machine learning meetup
Machine learning meetupMachine learning meetup
Machine learning meetup
 
Organizational Data Analysis by Mr Mumba.pptx
Organizational Data Analysis by Mr Mumba.pptxOrganizational Data Analysis by Mr Mumba.pptx
Organizational Data Analysis by Mr Mumba.pptx
 
SVD.ppt
SVD.pptSVD.ppt
SVD.ppt
 
Lecture 4 - Linear Regression, a lecture in subject module Statistical & Mach...
Lecture 4 - Linear Regression, a lecture in subject module Statistical & Mach...Lecture 4 - Linear Regression, a lecture in subject module Statistical & Mach...
Lecture 4 - Linear Regression, a lecture in subject module Statistical & Mach...
 
Dimension Reduction Introduction & PCA.pptx
Dimension Reduction Introduction & PCA.pptxDimension Reduction Introduction & PCA.pptx
Dimension Reduction Introduction & PCA.pptx
 
Lecture6 pca
Lecture6 pcaLecture6 pca
Lecture6 pca
 
DimensionalityReduction.pptx
DimensionalityReduction.pptxDimensionalityReduction.pptx
DimensionalityReduction.pptx
 
Predictive Modelling
Predictive ModellingPredictive Modelling
Predictive Modelling
 
Univariate, bivariate analysis, hypothesis testing, chi square
Univariate, bivariate analysis, hypothesis testing, chi squareUnivariate, bivariate analysis, hypothesis testing, chi square
Univariate, bivariate analysis, hypothesis testing, chi square
 

Más de Nursing Path

Más de Nursing Path (20)

Psychosocial care of coronavirus disease 2019
Psychosocial care of coronavirus disease 2019Psychosocial care of coronavirus disease 2019
Psychosocial care of coronavirus disease 2019
 
Isolation facility for covid-19
Isolation facility for covid-19Isolation facility for covid-19
Isolation facility for covid-19
 
Guidelines on clinical management of covid 19
Guidelines on clinical management of covid   19Guidelines on clinical management of covid   19
Guidelines on clinical management of covid 19
 
Fluid and electrolyte balance
Fluid and electrolyte balanceFluid and electrolyte balance
Fluid and electrolyte balance
 
Hospital Infection Control Programme
Hospital Infection Control ProgrammeHospital Infection Control Programme
Hospital Infection Control Programme
 
Outcome based education
Outcome based educationOutcome based education
Outcome based education
 
Assessment
AssessmentAssessment
Assessment
 
Anxiety disorders
Anxiety disordersAnxiety disorders
Anxiety disorders
 
Selection and organization of learning experience
Selection and organization of learning experienceSelection and organization of learning experience
Selection and organization of learning experience
 
Universal Health Coverage
Universal Health CoverageUniversal Health Coverage
Universal Health Coverage
 
Pneumonia
PneumoniaPneumonia
Pneumonia
 
Swine flu
Swine fluSwine flu
Swine flu
 
Cardiopulmonary resuscitation
Cardiopulmonary resuscitationCardiopulmonary resuscitation
Cardiopulmonary resuscitation
 
Abortion
AbortionAbortion
Abortion
 
Microbiology
MicrobiologyMicrobiology
Microbiology
 
Fundamental of nursing practice exam 4
Fundamental of nursing practice exam 4Fundamental of nursing practice exam 4
Fundamental of nursing practice exam 4
 
Fundamentals of nursing practice exa1
Fundamentals of nursing practice exa1Fundamentals of nursing practice exa1
Fundamentals of nursing practice exa1
 
Fundamentals of nursing practice exam
Fundamentals of nursing practice examFundamentals of nursing practice exam
Fundamentals of nursing practice exam
 
Fundamentals of nursing practice exam
Fundamentals of nursing practice examFundamentals of nursing practice exam
Fundamentals of nursing practice exam
 
The enterobacteriaceae basic properties.ppsx x
The enterobacteriaceae basic properties.ppsx xThe enterobacteriaceae basic properties.ppsx x
The enterobacteriaceae basic properties.ppsx x
 

Último

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Último (20)

Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 

Excel and research

  • 1. USING MICROSOFT EXCEL WITH BUSINESS RESEARCH METHODS www.drjayeshpatidar.blogspot.com
  • 2. TITLE BAR MENU BAR FORMULA BAR STANDARD TOOLBAR FORMATTING TOOLBAR ACTIVE CELL
  • 4. The Paste Function Provides Numerous Statistical Operations
  • 6. Data Analysis Dialog Box • Click on “Tools” • Select “Data Analysis” • Select statistical operation o such as Histogram
  • 7.
  • 8.
  • 9.
  • 10. Functions • Functions are predefined formulas for mathematical operations • They perform calculations by using specific values, called arguments • Arguments indicate data or a range of cells • Arguments are performed, in a particular order, called the syntax.
  • 11. Functions • Functions are predefined formulas for mathematical operations • They perform calculations by using specific values, called arguments • Arguments are performed, in a particular order, called the syntax. • For example, the SUM function adds values or ranges of cells
  • 12. Easy to Use Paste Functions • AVERAGE (MEAN) • MEDIAN • MODE • SUM • STANDARD DEVIATION
  • 13. Functions • The syntax of a function begins with the function name • followed by an opening parenthesis • the arguments for the function • separated by commas • a closing parenthesis. • If the function starts a formula, an equal sign (=) is typed before the function name.
  • 14. The Equal Sign Then The Function Name And Arguments • =FUNCTION (Argument1) • =FUNCTION (Argument1,Argument2)
  • 15. Arguments • Typical arguments are numbers, text, arrays, and cell references. • Arguments can also be constants, formulas, or other functions.
  • 16. The AVERAGE Function Located in the Statistical Category
  • 17.
  • 18. Data Array • The data appear in cells A2 through 14 • A2:A14 • Sometimes written with dollars signs • $A$2:$A$14
  • 19.
  • 20. Sum, Average, and Standard Deviation • =FUNCTION (Argument1) • =SUM(A2:A9) • =AVERAGE(A2:A9) • =STDEVA(A2:A9)
  • 21.
  • 22.
  • 25. Standard Deviation Function Sales Call Example Variance s2: (algebraic, scalable computation) Standard deviation s is the square root of variance s2          n i n i ii n i i x n x n xx n s 1 1 22 1 22 ])( 1 [ 1 1 )( 1 1
  • 26. • Variance • Standard deviation: the square root of the variance – Measures spread about the mean – It is zero if and only if all the values are equal – Both the deviation and the variance are algebraic 26www.drjayeshpatidar.blogspot.com
  • 27. 27 Data Dispersion Characteristics • Motivation – To better understand the data: central tendency, variation and spread • Data dispersion characteristics – median, max, min, quantiles, outliers, variance, etc. • Numerical dimensions correspond to sorted intervals – Data dispersion: analyzed with multiple granularities of precision – Boxplot or quantile analysis on sorted intervals • Dispersion analysis on computed measures – Folding measures into numerical dimensions – Boxplot or quantile analysis on the transformed cube www.drjayeshpatidar.blogspot.com
  • 28. 28 Measuring the Central Tendency • Mean – Weighted arithmetic mean • Median: A holistic measure – Middle value if odd number of values, or average of the middle two values otherwise – estimated by interpolation • Mode – Value that occurs most frequently in the data – Unimodal, bimodal, trimodal – Empirical formula:   n i ix n x 1 1      n i i n i ii w xw x 1 1 )(3 medianmeanmodemean  www.drjayeshpatidar.blogspot.com
  • 29. 29 Measuring the Dispersion of Data • Quartiles, outliers and boxplots – Quartiles: Q1 (25th percentile), Q3 (75th percentile) – Inter-quartile range: IQR = Q3 – Q1 – Five number summary: min, Q1, M, Q3, max – Boxplot: ends of the box are the quartiles, median is marked, whiskers, and plot outlier individually – Outlier: usually, a value higher/lower than 1.5 x IQR • Variance and standard deviation – Variance s2: (algebraic, scalable computation) – Standard deviation s is the square root of variance s2          n i n i ii n i i x n x n xx n s 1 1 22 1 22 ])( 1 [ 1 1 )( 1 1 www.drjayeshpatidar.blogspot.com
  • 30. 30 Boxplot Analysis • Five-number summary of a distribution: Minimum, Q1, M, Q3, Maximum • Boxplot – Data is represented with a box – The ends of the box are at the first and third quartiles, i.e., the height of the box is IRQ – The median is marked by a line within the box – Whiskers: two lines outside the box extend to Minimum and Maximum www.drjayeshpatidar.blogspot.com
  • 32. 32 Visualization of Data Dispersion: Boxplot Analysis www.drjayeshpatidar.blogspot.com
  • 33. 33 Mining Descriptive Statistical Measures in Large Databases • Variance • Standard deviation: the square root of the variance – Measures spread about the mean – It is zero if and only if all the values are equal – Both the deviation and the variance are algebraic               22 1 22 1 1 1 )( 1 1 ii n i i x n x n xx n s www.drjayeshpatidar.blogspot.com
  • 34. 34 Histogram Analysis • Graph displays of basic statistical class descriptions – Frequency histograms • A univariate graphical method • Consists of a set of rectangles that reflect the counts or frequencies of the classes present in the given data www.drjayeshpatidar.blogspot.com
  • 35. 35 Quantile Plot • Displays all of the data (allowing the user to assess both the overall behavior and unusual occurrences) • Plots quantile information – For a data xi data sorted in increasing order, fi indicates that approximately 100 fi% of the data are below or equal to the value xi www.drjayeshpatidar.blogspot.com
  • 36. 36 Quantile-Quantile (Q-Q) Plot • Graphs the quantiles of one univariate distribution against the corresponding quantiles of another • Allows the user to view whether there is a shift in going from one distribution to another www.drjayeshpatidar.blogspot.com
  • 37. 37 Scatter plot • Provides a first look at bivariate data to see clusters of points, outliers, etc • Each pair of values is treated as a pair of coordinates and plotted as points in the plane www.drjayeshpatidar.blogspot.com
  • 38. 38 Loess Curve • Adds a smooth curve to a scatter plot in order to provide better perception of the pattern of dependence • Loess curve is fitted by setting two parameters: a smoothing parameter, and the degree of the polynomials that are fitted by the regression www.drjayeshpatidar.blogspot.com
  • 39. 39 Graphic Displays of Basic Statistical Descriptions • Histogram: (shown before) • Boxplot: (covered before) • Quantile plot: each value xi is paired with fi indicating that approximately 100 fi % of data are  xi • Quantile-quantile (q-q) plot: graphs the quantiles of one univariant distribution against the corresponding quantiles of another • Scatter plot: each pair of values is a pair of coordinates and plotted as points in the plane • Loess (local regression) curve: add a smooth curve to a scatter plot to provide better perception of the pattern of dependence www.drjayeshpatidar.blogspot.com
  • 40. Proportion • =COUNT • =COUNTIF • DIVIDE COUNTIF BY COUNT • =D3/D2
  • 41.
  • 42.
  • 43. Frequency Distributions • There are alternative ways of constructing frequency distributions • COUNTIF function • HISTOGRAM function
  • 44.
  • 46.
  • 47.
  • 48.
  • 49. Histogram Function • Tools -Data Analysis-Histogram • Bins
  • 50.
  • 51. The bins are the frequency categories
  • 52. Insert Input and Bin Ranges
  • 53. Text Labels Can Be Included or Excluded From Input Range
  • 55.
  • 57.
  • 58.
  • 59.
  • 60.
  • 61.
  • 62.
  • 63.
  • 64. SEVERAL ROWS OF DATA ARE HIDDEN
  • 65. SEVERAL ROWS OF DATA ARE HIDDEN
  • 66.
  • 67.
  • 68.
  • 69.
  • 70.
  • 72.
  • 73.