Introduction to Excel 2007 Part 1: Basics and Descriptive Statistics Psych 209.

Slides:



Advertisements
Similar presentations
(MICROSOFT EXCEL). Is a spreadsheet application designed to take advantage of the windows graphical interface MICROSOFT EXCEL.
Advertisements

 Microsoft Excel is an electronic spreadsheet.  As with a paper spreadsheet, you can use Excel to organize your data into rows and columns and to perform.
Start up Excel. Notice that each row has a number, and each column has a letter. Click in A1 (column A, row 1), and type in a title for your data.
San Jose State University Engineering 101 JKA & KY.
Microsoft Excel Computers Week 4.
Loading Excel Double click the Excel icon on the desktop (if you have this) OR Click on Start All Programs Microsoft Office Microsoft Office Excel 2003.
Using Excel to Understand Your Data Clayton County Public Schools Department of Research, Evaluation and Assessment Assistant Principal In-Service.
Introduction to Excel 2007 Part 2: Bar Graphs and Histograms February 5, 2008.
Statistical Analysis with Excel
Introduction to Spreadsheets Presented by Frank H. Osborne, Ph. D. © 2005 Bio 2900 Computer Applications in Biology.
Introduction to Excel 2007 Bar Graphs & Histograms Psych 209 February 1st, 2011.
Introduction to Excel 2007 Part 1: Basics and Descriptive Statistics Psych 209.
Introduction to Excel 2007 Part 3: Bar Graphs and Histograms Psych 209.
1 Introduction to Spreadsheets Bent Thomsen. 2 What is an electronic spreadsheet? It is the electronic equivalent of an accounting worksheet, comprised.
NU Data Excel Orientation Graphing of Screening Data and Basic Graphing Functions.
Using Excel To help with data. Excel is a spreadsheet program that can interface with Word, or PowerPoint A spreadsheet program has cells (little blocks)
Microsoft Excel Presented by: Sue Priolo ~TE 882 -Teacher Development Training~ Spring 2006.
Analyzing Descriptive Data using Excel © Schachman.
Linear Regression Analysis Using MS Excel Making a graph Analyzing Data.
 Introduction to MS-Excel Introduction to MS-Excel  Entering data in EXCEL Entering data in EXCEL  Formulas & Functions in EXCEL Formulas & Functions.
This is the first sheet of a spreadsheet workbook. The workbook begins initially with 3 work sheets. A spreadsheet is made of columns and rows. The intersection.
Name : Tatiana “Tania” Harrison Office : 216 Phone number: CWU page: Syllabus Name :
This is what a blank excel workbook looks like. To start there are three separate sheets on which to store data. Down the left side are the ROW labels.
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.
Graphing Fitness Scores
How to Make a Graph “Bar” Graph Edition MS Step 1. Construct a generic table including your raw data that you want to be graphed.
Using Google Sheets To help with data. Sheets is a spreadsheet program that can interface with Docs, or Slides A spreadsheet program has cells (little.
Microsoft Excel PHCL 476 Part I Hadeel Al-Kofide MS.c 1.
LSP 120: Quantitative Reasoning and Technological Literacy Topic 1: Introduction to Quantitative Reasoning and Linear Models Lecture Notes 1.3 Prepared.
Using Sheets To help with data. Sheets is a spreadsheet program that can interface with forms, docs, or presentations. A spreadsheet program has cells.
EXCEL GRAPHING *Basic Graphing Steps* by A.B. -NNHS.
Graphing Fitness Scores. Name:______________________________________ GRADING RUBRIC Use of Bar OR Line Graph5 Individual Fitness scores are clearly.
Unit 24 Learning Spreadsheet Essentials Starting on page 287  Mrs. Jefcoat  Business Technology Applications Unit 24: Lessons
An electronic document that stores various types of data.
Cell Column Drawing Toolbar Formatting Toolbar Formula Bar Help Box Menu Bar Name Box Rows Standard Toolbar Title Bar Worksheet.
Introduction to Excel Lecture 3. Excel basics O Excel is a software program that can make number manipulation easy O It is also referred as a spreadsheet.
Groups of cells labeled with letters that go up and down (vertical)
Introduction to Excel RETC – Center for Professional Development.
Excel, Part 3 Computer Tech. Changing the angle of your text  You can change the angle, or orientation of your text in an Excel spreadsheet.  This is.
Correlation & Linear Regression Using a TI-Nspire.
Statistical Analysis with Excel © 2012 Project Lead The Way, Inc.Introduction to Engineering Design.
This is only an introduction!!
Creating, formatting, and editing graphs using Google Sheets
Introduction to Excel 2007 January 29, 2008.
Created by Stacey Wilson
European Computer Driving Licence
Correlations and Scatterplots
Descriptive Statistics
Formulas and Functions
EXCEL Introduction.
Using Excel to Graph Data
Scatterplots A way of displaying numeric data
Using Excel to Graph Data
Mathematical Modeling
Creating Scatterplots
Statistical Analysis with Excel
Creating Scatterplots
Statistical Analysis with Excel
Mathematical Modeling Making Predictions with Data
Day 43 – Calculating Correlation Coefficient using Excel
Mathematical Modeling Making Predictions with Data
Correlation Coefficient
Introduction To Computing BBA & MBA
Microsoft Excel 101.
Using Excel to Graph Data
Introduction to Excel 2007 Part 3: Bar Graphs and Histograms
Budget expenses, Loans, and Stats
INTRODUCTION TO EXCEL use Excel to: 1. Store and organize data, 2. Analyze data, and 3. Represent data graphically (e.g., in bar graphs, histograms,
Exploring Microsoft Excel 2003
TERMS AND CONDITIONS   These PowerPoint slides are a tool for lecturers, and as such: YOU MAY add content to the slides, delete content from the slides,
Presentation transcript:

Introduction to Excel 2007 Part 1: Basics and Descriptive Statistics Psych 209

In Psych 209, 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 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.