SlideShare a Scribd company logo
Introduction to Excel 2007
Part 1: Basics and Descriptive Statistics
Prepare by:
Mr. Joshua A. Casas
we will use Excel to:
1. Store and organize data,
2. Analyze data, and
3. Represent data graphically (e.g., in bar graphs, histograms, and
scatterplots)
Excel Basics
This is a row.
Rows are represented
by numbers along the
side of the sheet.
This is a column.
Columns are
represented by letters
across the top of the
sheet.
Excel spreadsheets organize information (text and
numbers) by rows and columns:
Excel Basics
A cell is the intersection
between a column and a
row.
Each cell is named for the
column letter and row
number that intersect to
make it.
Data Entry
There are two ways to enter information into a cell:
1. Type directly into the
cell.
Click on a cell, and type in
the data (numbers or text)
and press Enter.
2. Type into the formula
bar.
Click on a cell, and then
click in the formula bar (the
space next to the ). Now
type the data into the bar
and press Enter.
Data Entry
1. Open Excel (Start  All Programs  MS Office  Excel).
2. Enter the following information into your spreadsheet:
Formulas and Functions
 Formulas are equations that perform calculations in your
spreadsheet. Formulas always begin with an equals sign
(=). When you enter an equals sign into a cell, you are
basically telling Excel to “calculate this.”
 Functions are Excel-defined formulas. They take data you
select and enter, perform calculations on them, and
return value(s).
More on Functions
 All functions have a common format – the equals sign followed by the
function name followed by the input in parentheses.
 The input for a function can be either:
 A set of numbers (e.g., “=AVERAGE(2, 3, 4, 5)”)
 This tells Excel to calculate the average of these numbers.
 A reference to cell(s) (e.g., “=AVERAGE(B1:B18) or “=AVERAGE (B1, B2, B3,
B4, B5, B6, B7, B8)”
 This tells Excel to calculate the average of the data that appear in all
the cells from B1 to B8.
 You can either type these cell references in by hand or by clicking and
dragging with your mouse to select the cells.
Functions for Descriptive Statistics
=AVERAGE(first cell:last cell): calculates the mean
=MEDIAN(first cell:last cell): calculates the median
=MODE(first cell:last cell): calculates the mode
=VARP(first cell:last cell): calculates the variance
=STDEVP(first cell:last cell): calculates the standard deviation
 You may directly write the functions for these statistics into
cells or the formula bar, OR
 You may use the function wizard ( in the toolbar)
Below are several functions you will need to learn for this class.
Try them out with the practice data set.
Functions for Descriptive Statistics
 Your Excel
spreadsheet should
now look like this:
Part 2: Correlations and Scatterplots
Correlations
A quick review:
 Every correlation has a direction (positive or
negative):
 + correlation: high scores on one variable are associated with high scores on
another variable.
 - correlation: high scores on one variable are associated with low scores on the
other variable.
 Every correlation has a magnitude or strength:
 The closer the correlation coefficient is to +1.00 or -1.00, the stronger it is.
 The closer the correlation coefficient is to 0.00, the weaker it is.
Calculating Pearson’s r
 Correlations are described using the Pearson
Product-Moment correlation statistic, or r value.
 In Excel, there are many functions that can calculate
a correlation statistic, however, we will only use
=PEARSON in this class.
Let’s say we want to determine if there is a
relationship between number of hours spent per
week studying for Psych 209 and GPA earned in the
class at the end of the quarter. To do so, we can
calculate Pearson’s r for our two variables.
Enter the following data into Excel:
StudyHrs = average number of hours spent per week studying for 209
GPA = grade-point average earned in 209 at the end of the quarter
Step 1: Select the cell where you want your r value to appear (you
might want to label it).
Step 2: Click on the function wizard button.
Step 3: Search for and select PEARSON.
Step 4: For Array1, select all the values under StudyHrs.
For Array2, select all the values under GPA.
Step 5: That’s it! Once you have your r value, don’t forget to
round to 2 decimal places.
Knowledge check: What does the r value of 0.88 tell you about
the strength and direction of the correlation between StudyHrs
and GPA?
Scatterplots
 A scatterplot is an excellent way to visually display the
relationship (correlation) between two variables.
 Each point on the scatterplot represents an individual’s
data on the two variables.
 We will now create a scatterplot for StudyHrs and GPA.
Step 1: Select both columns of variables you wish to plot (StudyHrs and GPA).
Step 2: Click on the tab labeled ‘Insert’, and then select ‘Scatter’ in the ‘Charts’
menu.
Step 3: Select the first plot in the drop-down menu.
Step 4: Remove the legend by clicking on it and pressing
Delete.
Step 5: Add axis titles by selecting the ‘Layout’ tab and
clicking on ‘Axis Titles.’ For the horizontal title, you
want it below the x-axis. For the vertical title, you
want the ‘Rotated Title’ option.
NOTE: Your chart
must be
highlighted for
the ‘Layout’ tab to
appear under
‘Chart Tools.’
 For scatterplots, it does not matter which variable goes on each
axis (this is NOT true for other types of charts).
 However, you need to make sure you label your axes with the
proper variable name.
 In this example, GPA is on the y-axis and Study Hours is on the
x-axis (we can tell this based on their different ranges of values).
 As a helpful hint, Excel will automatically put the first variable
(left-hand column) on the x-axis, and the second variable (right-
hand column) on the y-axis.
A note about x- and y-axes:
Step 6: Change the chart title by selecting it, typing a new one,
and pressing Enter. Chart and axis titles may be altered by
right-clicking on them.
Your scatterplot is now finished!
Remember: Each point in the scatterplot represents an
individual’s data.
Knowledge check: Identify Student 8 in the scatterplot.
Describing Correlations and
Scatterplots
 Scatterplots and correlations are described:
 As positive or negative.
 As weak, moderate, or strong.
 Using the r value.
 Sentence 1: There is a strong, positive correlation (r = 0.88) between the
number of hours studied and GPA.
 Then you want to describe the general relationship between the two
variables:
 Sentence 2: More hours of studying for Psych 209 was associated with a
higher GPA earned in the class at the end of the quarter.
 NOTE: We cannot say “More studying led to a higher GPA” – this implies
causation, which cannot be determined using correlational research.
LEARNING IS NOT PERFORMING!
It’s about Understanding! 
I HOPE THAT YOU’VE LEARNED A LOT!!

More Related Content

PPT
Lab 4 Excel Basics.ppt
PPT
Lab 4 excel basics
PPT
Lab 4 excel basics
PPT
Lab 4 excel basics
PPT
Excel Basics.ppt
PPT
Excle
PPTX
Introduction to excel - application to statistics
PPT
stats
Lab 4 Excel Basics.ppt
Lab 4 excel basics
Lab 4 excel basics
Lab 4 excel basics
Excel Basics.ppt
Excle
Introduction to excel - application to statistics
stats

Similar to Correlations and Scatterplots MS Excel Lesson 2 Grade 8.ppt (20)

PPTX
Uses of Excel
DOCX
PAGE 1Using Microsoft Excel 2010 for Selected Tasks(Thr.docx
PPT
Project on Electronic Spreadsheets for Students
PPTX
Advanced Excel Features with Matt Hansen at StatStuff
PDF
Biology statistics made_simple_using_excel
DOCX
computer applications in business unit 3
PDF
Formulas in ms excel for statistics(report2 in ict math ed)
PPTX
Formulas in ms excel for statistics(report2 in ict math ed)
PDF
Using procedure of excel and methods to use they way and design
PPTX
Descriptive Statistics
PPTX
1 Data Manipulation, data mining techniq
PPTX
Excel Workshop
PDF
A excel analysis toolpack -best
PDF
An Introduction to Statistics using Microsoft Excel BY.pdf
DOCX
BUS 308 Week 4 Lecture 3 Developing Relationships in Exc.docx
PDF
Excel notes by satish kumar avunoori
PPTX
LESSON 5-DATA ANALYSIS-Practical Research 2
PPTX
Mastering Excel Formulas and Functions
PPTX
1.2 Zep Excel.pptx
PPTX
EXCEL PRESENTATION 2024.pptx Exce;Presentation
Uses of Excel
PAGE 1Using Microsoft Excel 2010 for Selected Tasks(Thr.docx
Project on Electronic Spreadsheets for Students
Advanced Excel Features with Matt Hansen at StatStuff
Biology statistics made_simple_using_excel
computer applications in business unit 3
Formulas in ms excel for statistics(report2 in ict math ed)
Formulas in ms excel for statistics(report2 in ict math ed)
Using procedure of excel and methods to use they way and design
Descriptive Statistics
1 Data Manipulation, data mining techniq
Excel Workshop
A excel analysis toolpack -best
An Introduction to Statistics using Microsoft Excel BY.pdf
BUS 308 Week 4 Lecture 3 Developing Relationships in Exc.docx
Excel notes by satish kumar avunoori
LESSON 5-DATA ANALYSIS-Practical Research 2
Mastering Excel Formulas and Functions
1.2 Zep Excel.pptx
EXCEL PRESENTATION 2024.pptx Exce;Presentation
Ad

More from JoshuaCasas7 (7)

PPT
Computer Fundamentals and Operation Grade 10.ppt
PPT
Intro to Publisher.ppt
PPT
Intro to Publisher.ppt
PPTX
Microsoft excel lessons FINAL GRADE 8 edited and final one.pptx
PPTX
DIWAN2 HUMSS 11 A.pptx
PPTX
EDUCATIONAL SOCIOLOGY2023.pptx
PPTX
microsoft excel february 2, 2020 (2).pptx [Autosaved].pptx
Computer Fundamentals and Operation Grade 10.ppt
Intro to Publisher.ppt
Intro to Publisher.ppt
Microsoft excel lessons FINAL GRADE 8 edited and final one.pptx
DIWAN2 HUMSS 11 A.pptx
EDUCATIONAL SOCIOLOGY2023.pptx
microsoft excel february 2, 2020 (2).pptx [Autosaved].pptx
Ad

Recently uploaded (20)

PDF
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PPTX
Artificial Intelligence
PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
PDF
Categorization of Factors Affecting Classification Algorithms Selection
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PPTX
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
PDF
PPT on Performance Review to get promotions
PPTX
introduction to high performance computing
PDF
Visual Aids for Exploratory Data Analysis.pdf
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
86236642-Electric-Loco-Shed.pdf jfkduklg
PDF
Exploratory_Data_Analysis_Fundamentals.pdf
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
737-MAX_SRG.pdf student reference guides
PPTX
Nature of X-rays, X- Ray Equipment, Fluoroscopy
PDF
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
PDF
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
PDF
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
Fundamentals of safety and accident prevention -final (1).pptx
Artificial Intelligence
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
Categorization of Factors Affecting Classification Algorithms Selection
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
PPT on Performance Review to get promotions
introduction to high performance computing
Visual Aids for Exploratory Data Analysis.pdf
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
86236642-Electric-Loco-Shed.pdf jfkduklg
Exploratory_Data_Analysis_Fundamentals.pdf
R24 SURVEYING LAB MANUAL for civil enggi
737-MAX_SRG.pdf student reference guides
Nature of X-rays, X- Ray Equipment, Fluoroscopy
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...

Correlations and Scatterplots MS Excel Lesson 2 Grade 8.ppt

  • 1. Introduction to Excel 2007 Part 1: Basics and Descriptive Statistics Prepare by: Mr. Joshua A. Casas
  • 2. we will use Excel to: 1. Store and organize data, 2. Analyze data, and 3. Represent data graphically (e.g., in bar graphs, histograms, and scatterplots)
  • 3. Excel Basics This is a row. Rows are represented by numbers along the side of the sheet. This is a column. Columns are represented by letters across the top of the sheet. Excel spreadsheets organize information (text and numbers) by rows and columns:
  • 4. Excel Basics A cell is the intersection between a column and a row. Each cell is named for the column letter and row number that intersect to make it.
  • 5. Data Entry There are two ways to enter information into a cell: 1. Type directly into the cell. Click on a cell, and type in the data (numbers or text) and press Enter. 2. Type into the formula bar. Click on a cell, and then click in the formula bar (the space next to the ). Now type the data into the bar and press Enter.
  • 6. Data Entry 1. Open Excel (Start  All Programs  MS Office  Excel). 2. Enter the following information into your spreadsheet:
  • 7. Formulas and Functions  Formulas are equations that perform calculations in your spreadsheet. Formulas always begin with an equals sign (=). When you enter an equals sign into a cell, you are basically telling Excel to “calculate this.”  Functions are Excel-defined formulas. They take data you select and enter, perform calculations on them, and return value(s).
  • 8. More on Functions  All functions have a common format – the equals sign followed by the function name followed by the input in parentheses.  The input for a function can be either:  A set of numbers (e.g., “=AVERAGE(2, 3, 4, 5)”)  This tells Excel to calculate the average of these numbers.  A reference to cell(s) (e.g., “=AVERAGE(B1:B18) or “=AVERAGE (B1, B2, B3, B4, B5, B6, B7, B8)”  This tells Excel to calculate the average of the data that appear in all the cells from B1 to B8.  You can either type these cell references in by hand or by clicking and dragging with your mouse to select the cells.
  • 9. Functions for Descriptive Statistics =AVERAGE(first cell:last cell): calculates the mean =MEDIAN(first cell:last cell): calculates the median =MODE(first cell:last cell): calculates the mode =VARP(first cell:last cell): calculates the variance =STDEVP(first cell:last cell): calculates the standard deviation  You may directly write the functions for these statistics into cells or the formula bar, OR  You may use the function wizard ( in the toolbar) Below are several functions you will need to learn for this class. Try them out with the practice data set.
  • 10. Functions for Descriptive Statistics  Your Excel spreadsheet should now look like this:
  • 11. Part 2: Correlations and Scatterplots
  • 12. Correlations A quick review:  Every correlation has a direction (positive or negative):  + correlation: high scores on one variable are associated with high scores on another variable.  - correlation: high scores on one variable are associated with low scores on the other variable.  Every correlation has a magnitude or strength:  The closer the correlation coefficient is to +1.00 or -1.00, the stronger it is.  The closer the correlation coefficient is to 0.00, the weaker it is.
  • 13. Calculating Pearson’s r  Correlations are described using the Pearson Product-Moment correlation statistic, or r value.  In Excel, there are many functions that can calculate a correlation statistic, however, we will only use =PEARSON in this class. Let’s say we want to determine if there is a relationship between number of hours spent per week studying for Psych 209 and GPA earned in the class at the end of the quarter. To do so, we can calculate Pearson’s r for our two variables.
  • 14. Enter the following data into Excel: StudyHrs = average number of hours spent per week studying for 209 GPA = grade-point average earned in 209 at the end of the quarter
  • 15. Step 1: Select the cell where you want your r value to appear (you might want to label it). Step 2: Click on the function wizard button. Step 3: Search for and select PEARSON.
  • 16. Step 4: For Array1, select all the values under StudyHrs. For Array2, select all the values under GPA.
  • 17. Step 5: That’s it! Once you have your r value, don’t forget to round to 2 decimal places. Knowledge check: What does the r value of 0.88 tell you about the strength and direction of the correlation between StudyHrs and GPA?
  • 18. Scatterplots  A scatterplot is an excellent way to visually display the relationship (correlation) between two variables.  Each point on the scatterplot represents an individual’s data on the two variables.  We will now create a scatterplot for StudyHrs and GPA.
  • 19. Step 1: Select both columns of variables you wish to plot (StudyHrs and GPA). Step 2: Click on the tab labeled ‘Insert’, and then select ‘Scatter’ in the ‘Charts’ menu.
  • 20. Step 3: Select the first plot in the drop-down menu.
  • 21. Step 4: Remove the legend by clicking on it and pressing Delete.
  • 22. Step 5: Add axis titles by selecting the ‘Layout’ tab and clicking on ‘Axis Titles.’ For the horizontal title, you want it below the x-axis. For the vertical title, you want the ‘Rotated Title’ option. NOTE: Your chart must be highlighted for the ‘Layout’ tab to appear under ‘Chart Tools.’
  • 23.  For scatterplots, it does not matter which variable goes on each axis (this is NOT true for other types of charts).  However, you need to make sure you label your axes with the proper variable name.  In this example, GPA is on the y-axis and Study Hours is on the x-axis (we can tell this based on their different ranges of values).  As a helpful hint, Excel will automatically put the first variable (left-hand column) on the x-axis, and the second variable (right- hand column) on the y-axis. A note about x- and y-axes:
  • 24. Step 6: Change the chart title by selecting it, typing a new one, and pressing Enter. Chart and axis titles may be altered by right-clicking on them.
  • 25. Your scatterplot is now finished! Remember: Each point in the scatterplot represents an individual’s data. Knowledge check: Identify Student 8 in the scatterplot.
  • 26. Describing Correlations and Scatterplots  Scatterplots and correlations are described:  As positive or negative.  As weak, moderate, or strong.  Using the r value.  Sentence 1: There is a strong, positive correlation (r = 0.88) between the number of hours studied and GPA.  Then you want to describe the general relationship between the two variables:  Sentence 2: More hours of studying for Psych 209 was associated with a higher GPA earned in the class at the end of the quarter.  NOTE: We cannot say “More studying led to a higher GPA” – this implies causation, which cannot be determined using correlational research.
  • 27. LEARNING IS NOT PERFORMING! It’s about Understanding!  I HOPE THAT YOU’VE LEARNED A LOT!!