Lab 7 Statistics I LAB 7 QUICK VIEW

Similar documents
Pivot Tables, Lookup Tables and Scenarios

Data Management Project Using Software to Carry Out Data Analysis Tasks

Objective: Class Activities

How to Create a Box Plot in Excel

Step 3: Type the data in to the cell

Excel 2007/2010. Don t be afraid of PivotTables. Prepared by: Tina Purtee Information Technology (818)

เพ มภาพตามเน อหาของแต ละบท. Microsoft Excel Benjamas Panyangam and Dr. Dussadee Praserttitipong. Adapted in English by Prakarn Unachak

Microsoft Excel Using Excel in the Science Classroom

Creating Automated Dashboard Excel 2013 Contents

Measures of Dispersion

Excel Tables and Pivot Tables

Lab 4 Importing Data and Basic Graphs

PivotTables & Charts for Health

Homework 1 Excel Basics

A B C D E F G H I J K L M 1 Student Test 1 Test 2 Test 3 Test 4 Total AVG. Joe Smith

Unleash the Power of Excel

How to Create and Use a Pivot Table in Excel

Pre-Lab Excel Problem

ICT & MATHS. Excel 2003 in Mathematics Teaching

Checking whether the protocol was followed: gender and age 51

Candy is Dandy Project (Project #12)

Numerical Descriptive Measures

Scottish Improvement Skills

SPREADSHEET (Excel 2007)

Microsoft Excel Pivot Tables & Pivot Table Charts

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9

Open Excel by following the directions listed below: Click on Start, select Programs, and the click on Microsoft Excel.

Pivot Tables and Pivot Charts Activities

Excel Advanced

Univariate Statistics Summary

Basic tasks in Excel 2013

Let s start by examining an Excel worksheet for the linear programming. Maximize P 70x 120y. subject to

Microsoft Excel Chapter 1. Creating a Worksheet and an Embedded Chart

Separate Text Across Cells The Convert Text to Columns Wizard can help you to divide the text into columns separated with specific symbols.

1 Introduction to Using Excel Spreadsheets

Using Excel, Chapter 2: Descriptive Statistics

Measures of Dispersion

10.4 Measures of Central Tendency and Variation

10.4 Measures of Central Tendency and Variation

An Introduction to Microsoft Excel For Adult Learners. A Project-Based Approach

COMM 391 Winter 2014 Term 1. Tutorial 1: Microsoft Excel - Creating Pivot Table

Microsoft Office Excel 2013

Excel 2013 PivotTables and PivotCharts

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data

Microsoft Excel 2010 Training. Excel 2010 Basics

Math 227 EXCEL / MEGASTAT Guide

Mathematics LBS 4. Spreadsheet Mathematics: Statistics and Graphing. Finding the Mean, Median, & Mode

Activity: page 1/10 Introduction to Excel. Getting Started

Table of Contents Getting Started with Excel Creating a Workbook

Cell to Cell mouse arrow Type Tab Enter Scroll Bars Page Up Page Down Crtl + Home Crtl + End Value Label Formula Note:

Charts in Excel 2003

INSTRUCTIONS FOR USING MICROSOFT EXCEL PERFORMING DESCRIPTIVE AND INFERENTIAL STATISTICS AND GRAPHING

Microsoft Excel 2013/2016 Pivot Tables

PIVOT TABLES IN MICROSOFT EXCEL 2016

1. What is a PivotTable? What is a Cross Tab Report?

SBCUSD IT Training Program. MS Excel lll. VLOOKUPS, PivotTables, Macros, and More

2013 ADVANCED MANUAL

Spreadsheet EXCEL. Popular Programs. Applications. Microsoft Excel. What is a Spreadsheet composed of?

MS Office 2016 Excel Pivot Tables - notes

Excel Tips for Compensation Practitioners Weeks Pivot Tables

4. Spreadsheet Design Features: Formatting

Getting Started with Microsoft Excel 2013

Microsoft Excel Microsoft Excel

Microsoft Excel PivotTables & PivotCharts

STAT 311 (3 CREDITS) VARIANCE AND REGRESSION ANALYSIS ELECTIVE: ALL STUDENTS. CONTENT Introduction to Computer application of variance and regression

Working with Microsoft Excel. Touring Excel. Selecting Data. Presented by: Brian Pearson

How to insert table in Excel?

To move cells, the pointer should be a north-south-eastwest facing arrow

Basics: How to Calculate Standard Deviation in Excel

Excel Tables & PivotTables

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

GRAPHING IN EXCEL EXCEL LAB #2

Microsoft Excel Chapter 2. Formulas, Functions, and Formatting

Pivot Tables. This is a handout for you to keep. Please feel free to use it for taking notes.

Better Histograms Using Excel. Michael R. Middleton School of Business and Management, University of San Francisco

1 Course Tallies and Lists with Designations

MAT 142 College Mathematics. Module ST. Statistics. Terri Miller revised July 14, 2015

Business Data Analysis MA0123. Dr Gavin Shaddick Department of Mathematical Sciences 4W 5.7

Using the CRM Pivot Tables

Advanced Excel Charts : Tables : Pivots

Microsoft Excel Chapter 1. Creating a Worksheet and a Chart

Pivot Tables in Excel Contents. Updated 5/19/2016

0 Graphical Analysis Use of Excel

Module 4 : Spreadsheets

The HOME Tab: Cut Copy Vertical Alignments

Microsoft Excel Office 2016/2013/2010/2007 Tips and Tricks

Creating a Pivot Table

I. Quality Assessment: Frequency Tables of onlineavailable and traininglevel

Chapter 4. Microsoft Excel

Excel R Tips. is used for multiplication. + is used for addition. is used for subtraction. / is used for division

KINETICS CALCS AND GRAPHS INSTRUCTIONS

ABOUT PIVOTTABLES TABLE OF CONTENTS

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems

Sort, Filter, Pivot Table

Chapter 3: Data Description Calculate Mean, Median, Mode, Range, Variation, Standard Deviation, Quartiles, standard scores; construct Boxplots.

Creating a Spreadsheet by Using Excel

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data.

Using Excel for a Gradebook: Advanced Gradebook Formulas

How to Create Excel Dashboard used in Solutions Conference By Matt Mason

For a walkthrough on how to install this ToolPak, please follow the link below.

Transcription:

Lab 7 Statistics I This lab will cover how to do statistical calculations in excel using formulas. (Note that your version of excel may have additional formulas to calculate statistics, but these formulas work across all excel versions.) LAB 7 QUICK VIEW In all of these formulas, (X,Y) will make the formula apply to all cells in a box between cell X in the top left to cell Y in the bottom right. The formula can be filled by either typing in the X and Y cells, or highlighting the cells when you are typing in the formula. The number of observations in your data set can easily be calculated using the formula =count(x,y). The arithmetic mean, or average, can be calculated as =average(x,y). Variance is calculated as =Var(X,Y). Standard deviation is calculated as =Stdev(X:Y). The minimum and maximum value in a set of data can be found using the formulas =Min(X,Y) and =Max(X,Y). The median can be calculated as =Median(X,Y). The K-th percentile is calculated as =percentile(x:y,k), where K is entered as a decimal (the 75-th percentile will have k=0.75). To create a Histogram or Distribution Graph of data: o Highlight the data you would like to plot (including the title) as a distribution and under the Insert menu, choose Pivot Chart. o Drag the name of the data set to both Rows and Values. Click on the arrow beside the data set under Values and select Value Field Settings to change Sum to Count o Back in your spreadsheet, highlight all the entries under Row Labels, then under PivotTable Tools, select Analyze, then Group Selection o Choose a starting value below the minimum and an ending value above the maximum (another reason the =Max and =Min commands are important) and an appropriate range for each category. o Lastly, still under PivotTable Tools and Analyze, select Pivot Chart and select Column for your selected chart to show a histogram. o If you have ranges that have NO data points, highlight all row labels, right-click and choose Field Settings, then make sure Show items with no data has a checkmark. 7.1

A) Selecting cells In all of these formulas, (X,Y) will make the formula apply to all cells in a box between cell X in the top left to cell Y in the bottom right. The formula can be filled by either typing in the X and Y cells, or highlighting the cells when you are typing in the formula. For example, =average(b2, K9) will take the average of all cells in the box between cell B2 and cell K9 as seen below: B) Number of observations The number of observations in your data set can easily be calculated using the formula =count(x,y). C) Average/Mean The arithmetic mean, or average, can be calculated as =average(x,y) D) Variance and Standard Deviation Variance and standard deviation are a measure of dispersion of data; of how spread out the data is. Variance is useful in many calculations and standard deviation can easily be shown in a distribution such as a bell curve. Variance is calculated as =Var(X,Y) and standard deviation is calculated as =Stdev(X:Y). E) Minimum and maximum The minimum and maximum value in a set of data can be found using the formulas =Min(X,Y) and =Max(X,Y). If you have a large data set, these are useful formulas to ensure there are no errors in your data. (For example, if your data is grades in percentage, and the maximum value is 378%, there is an error in your data.) 7.2

F) Median The middle of a data set is referred to as the MEDIAN. By definition, half (50%) of the data set will be below the median, and half (50%) of the data set will be above the median. The median can be calculated as =Median(X,Y) and is also referred to as the 50 th percentile. G) Percentiles The X-th is the number that is higher than exactly X% of the data. For example, often scholarships want to know if a student is in the top 10% of the class. To figure this out, the 90% percentile has to be calculated, where 90% of the class will be below that value and only 10% of the class will be above that percentile. The K-th percentile is calculated as =percentile(x:y,k), where K is entered as a decimal (the 75-th percentile will have k=0.75). H) Histograms (distribution graphs) of data sets One common method of analyzing data is by looking at its DISTRIBUTION (for example, is our data normally or close to normally distributed?) We will learn one way to examine distributions using histograms and pivot charts. Highlight the data you would like to plot (including the title) as a distribution and under the Insert menu, choose Pivot Chart. 7.3

Choose to create the chart in a new worksheet (tab) or on the current page and click OK On the right, drag the name of the data set to both Rows and Values. Click on the arrow beside the data set under Values and select Value Field Settings to change Sum to Count 7.4

Back in your spreadsheet, highlight all the entries under Row Labels, then under PivotTable Tools, select Analyze, then Group Selection Choose a starting value below the minimum and an ending value above the maximum (another reason the =Max and =Min commands are important) and an appropriate range for each category. (If you are examining grades, a 5% or 10% window is common). You will see that your spreadsheet will now count how many data points are in each range. If you have ranges that have NO data points, highlight all row labels, right-click and choose Field Settings, then make sure Show items with no data has a checkmark. 7.5

Lastly, still under PivotTable Tools and Analyze, select Pivot Chart and select Column for your selected chart to show a histogram. Edit the titles and colours if your chart as seen in a previous lab. 7.6

Econ 299 Practice Lab 7: A) Copy or download the following grades from a class of Econ 298 after the midterm: B) Use a formula to calculate the number of students in this class. Create subtitle for this and all other statistics you calculate. C) Calculate the average, variance, standard deviation, minimum and maximum of this class. D) Assume that the top 50% of this class didn t have to write a paper. Find the grade that cuts the class in half (the median or 50 th percentile). E) Due to budget cuts, the bottom 20% of the class has to drop the class. Find the grade that cuts off the bottom 20% of the class (the 20 th percentile). 7.7

F) A scholarship is available for the top 10%. Find the grade that cuts off the top 10% of the class (the 90 th percentile.) G) Create a histogram of the class distribution starting at 50% and with 5% intervals. (Make sure to show empty ranges.) Label the distribution appropriately. Lab 7 Practice Answers: 7.8