MINITAB COMMANDS TABLE OF CONTENTS:

Size: px
Start display at page:

Download "MINITAB COMMANDS TABLE OF CONTENTS:"

Transcription

1 MINITAB COMMANDS Minitab is one of many statistical software packages. This handout contains the commands that you will need throughout this course, and perhaps beyond, and it is meant as a reference for the work you will do on the computer. What is the purpose of using a computer in statistics? Basically, to do the "dirty work." The computer can do the calculations and print pictures much faster than you can do by hand. But, the computer cannot interpret what it does -- that is your job. The commands are available in two forms: pull-down commands and written commands. This handout shows the pull-down commands. See Part I for information on the written commands TABLE OF CONTENTS: Page Part I General Procedures / Commands Part II Working with Data and Data Files Part III Numeric Descriptors Part IV Graphic Descriptors Part V Assessing Normality Part VI Regression Part VII Chi-Square Part VIII Confidence Intervals Part IX Hypothesis Testing Part X Sampling/Probability Part XI Miscellaneous Important Stuff -- Saving, Printing, and More! Part XII How to Find Some Data Sets Part XIII Common Errors / Problems PART I: GENERAL PROCEDURES / COMMANDS Start-up If you are not starting with an existing file, go to Start / Programs / Instructional Applications / Math / Minitab 14 for Windows / Minitab. If you are opening an existing data file, go to My Computer, double click on \\Alexandria\Stats and find the file you need. (See Part XII for more information on finding files.) The Windows Once in Minitab, you will see a menu across the top of the screen and two windows: A session window above and a data window below. The data window is where the data will go, and the session window is where written commands are entered and where some output will appear. To move between windows, just point the mouse arrow in the desired window and click, or go to the Window menu option and pull down to the window of choice. Notice that the active window is the one whose title bar is darker. Click in each window to see how this works -- it is important to know which window is active as some menu options will change. Making the windows smaller/larger: You can make the window larger by clicking on the small middle box in the upper right-hand corner of the window (handy for seeing more output.) To reduce it, repeat the process. Page 1

2 Project versus Worksheet: Minitab uses Projects and Worksheets. The data window is basically a worksheet. You can open several data windows and they become a project. Most data files stored on the computer are worksheet files, so be sure to Open / File worksheet, and not Open / File project. Written Commands As mentioned in the introduction, Minitab has both pull-down and written commands. If you prefer the written commands, they are very easy to use. First, you need to make sure the MTB> prompt is showing in the session window. If it is not, then, with the session window active, go to Editor / Enable Command Language. Once you have the prompt, you can use the typed commands. Most are self-explanatory (HIST for a histogram, BOXP for a boxplot, DESC for descriptive statistics, all followed by a variable location/column number.) For specific syntax, type HELP. Getting help in Minitab Menu Choices: Help / Contents If you need more details on the syntax of a command, just go to Help. PART II: WORKING WITH DATA AND DATA FILES Entering Data into Minitab The most common way to enter data into Minitab is to enter it directly into a column of the worksheet. With the data window open and active, simply put the cursor in the desired cell and enter the data down the column. Hitting return (or enter) should automatically move you down to the next row. The tab key will move you across columns. Be sure to hit return or tab after each entry. (If you see that the cell is outlined, rather than filled in with color, then you haven't hit return.) You can also copy/paste from an Excel spreadsheet, or another Minitab data worksheet. Opening an Existing Data File Menu Choices: File / Open Worksheet A list of files will appear in the left-hand box. You may need to go to a different location to find the file of interest (ask your instructor for help). Once the file is found, double-click on it. Starting with an empty data file If you get into Minitab through Start, you will start with a blank worksheet. If you have a data file open and want to start a new file, go to File / New and choose Minitab Worksheet. Naming a variable It is a very good idea to name variables for easy reference. If you use an existing data file, the variables may already be named. When creating your own data file, you get to choose the names. To do this, go to the data worksheet and enter the name in the box below the column label. Use descriptive names, but keep them short (long ones may not print properly). Minitab Commands Page 2

3 Sorting a Column Menu Choices: Data / Sort Boxes: Sort column(s): By column: Enter the column(s) that will be sorted. Variables can be chosen from the list in the left box by double-clicking. Put the column to be sorted here (seems strange, but is necessary). By default, the sort will be in ascending order. If you want descending order, check that box. Store sorted data in: You have three choices: store the data in a new worksheet, overwrite the old data in the original column, or put the sorted data into a new column of the current worksheet. Just click on your choice. Copying Columns The easiest way to copy a column of data is to highlight it, copy it (right click, or Edit / Copy Cells), and then paste it to the new location. Omitting rows with specific characteristic from copy Sometimes it may be handy to copy just certain values, and omitting others. For example, you may want to create a column for female SAT score -- copying the SAT scores of only the females to a new location. Here is how to do that: Menu Choices: Data / Copy / Columns to Columns Boxes: Copy from columns: Enter the column(s) that will be copied. Variables can be chosen from the list in the left box by double-clicking. Store Copied Data in Columns: You have three choices (click the down arrow at the end of the box): In new worksheet, In following worksheet, In current worksheet. Subset the Data: Click on this box. Next, click on Specify which rows to include or exclude. You can specify which specific rows to include or exclude (if you know the row numbers), or click on Rows that Match and then Condition. In the Condition: box, you can specify what you want. For example, 'Gender' = 1. Then click on OK, and OK, and OK again. Minitab Commands Page 3

4 Formulas and the Data Menu Choices: Calc / Calculator Boxes: Store result in variable: Enter the location (desired column) for the new data. Typically this will be an empty column. Expression: Type your formula in this box. Examples: C1 + C2 5/9 * (C1 + 32) 'Exam1' + 10 PART III: NUMERIC DESCRIPTORS Calculating numeric descriptors Menu Choices: Stat / Basic Statistics / Display Descriptive Statistics Boxes: Variables: Choose the column of data from the list in the left box by double-clicking on it. You can put more than one variable in the Variables: box, just put each one on a separate line. Here is a description of the values calculated: Variable N Variable name/location. The number of values in the data set. N* The number of cells with no values. That is, the number of missing values in the data set. Minitab will code these with an asterisk, "*". If your data set does not have any missing values, then you will not see this label. Mean SE Mean StDev Minimum Q1 Median Q3 Maximum The mean, or average, of the values. The standard error of the mean, which is the StDev divided by the square root of the sample size (N). The standard deviation. The smallest value. The lower, or first, quartile. The median of the data. The upper, or third, quartile. The largest value. Minitab Commands Page 4

5 PART IV: GRAPHIC DESCRIPTORS NOTE: With few exceptions, each graph that you request will appear in its own window. To see a listing of the graphs you have done, go to Window and a list of graphs appears at the bottom. Histogram Menu Choices: Graph / Histogram Boxes: Pick which type of Histogram you want. For most applications, Simple will work. Graph Variables: Choose the column of data from the list in the left box by double-clicking on it. You may do histograms for more than one variable at a time. Each histogram is drawn in its own graph window. Minitab defaults to a midpoint, frequency graph. If there are too many intervals on a graph, some may not be labeled. Changing a particular feature of the graph: Type of Graph: Under the Graph Variables: box, click on Scale. Next, click on Y- Scale Type, and from there you can choose Frequency, Percent, or Density. Change from Midpoint to Endpoint (Cutpoint): Do the initial graph. Once complete, double click anywhere on the bars, and a new edit window will appear. Click on the Binning tab. In this box you can choose Interval Type. Change the number of intervals, or interval spacing: Do the initial graph. Once complete, double click anywhere on the bars, and a new edit window will appear. Click on the Binning tab. Under Interval Definition, you can choose from several options: Automatic (default), Number of Intervals: and specify how many, and Midpoint/Cutpoint positions:. In this last box you have much control over your intervals, but the syntax is very particular: m : n / w where m = left-hand minimum value, n = right-hand maximum value, and w = width of the bars. For example, 10:110/25 would give you bars of 10-35, 35-60, 60-85, and Caution: the max value (n) must be at or higher than the maximum of your bars. For example, if we had put 10:100/25, the max of 110 is outside that range, and we would not get the last interval from NOTE: My general philosophy is that if Minitab cannot label every bar, then you have too many and the graph is hard to interpret. Do what you can to reduce the number of intervals for easier reading. If you have too many graphs open, you may get an error message. If this happens, go to Window and Close All Graphs. Your present graph will then be shown. Minitab Commands Page 5

6 Stem and leaf plot Menu Choices: Graph / Stem-and-leaf Boxes: Graph Variables: Choose the column of data from the list in the left box by double-clicking on it. The stemplot will appear in the session window. You may need to make the window larger to see the whole plot. A note on the output: The left-most column of numbers represents the number of observations on that level or below, until the middle, at which point it counts the number of observations above that level, and including that level. The row with the value in parentheses contains the median. The value in parentheses is the number of values on that line. The leaf unit indicates the position of the leaf in relationship to the stem. Changing stem units Menu Choices: Graph / Stem-and-leaf Boxes: Click in the Increment box. In this box input an increment value, that is, the distance between the smallest value on one line and the smallest value on the next line of the original data. Separating data Boxplot Menu Choices: Graph / Stem-and-leaf Boxes: Check the By: box, and then in the variable location put the location of the separating data. For example, put the variable GENDER in this box and separate stemplots will be drawn for men and women. Menu Choices: Graph / Boxplot Boxes: First choose the type of boxplot you want. For most applications, Simple will work. Graph Variables: Choose the column of data from the list in the left box by double-clicking on it. You can choose several variables at once. The boxplot will appear in its own graph window. Minitab defaults to a vertical boxplot. Any outliers outside 1.5*IQR will be shown with an asterisk "*". Changing to a horizontal boxplot Menu Choices: Graph / Boxplot / Scale Boxes: Click on Transpose value and category scales Click on OK and OK. Minitab Commands Page 6

7 Side-by-side boxplots Menu Choices: Graph / Boxplot Boxes: Choose the With Groups option instead of Simple. Graph Variables: Choose your main variable. Categorical variables for grouping Choose the grouping variable (such as Gender). Click on OK and OK. PART V: ASSESSING NORMALITY Drawing a normal probability plot Go to Graph / Probability Plot. Choose Single, then put your desired variable in the Graph Variables: box. Hit OK. PART VI: REGRESSION Scatterplot with Regression Line and r 2 Menu Choices: Stat / Regression / Fitted Line Plot Boxes: Response (Y): Put the variable on the y-axis (response variable) here. The variables are listed in the box on the left and can be chosen by double-clicking. Predictor (X): Put the variable on the x-axis (explanatory, or predictor, variable) here. The variables are listed in the box on the left and can be chosen by double-clicking. When appropriate boxes are filled, click on OK. It will take a few seconds while the macro runs, and then the plot with line, the regression equation, and the r 2 value will be given, all in a graph window. In the session window, you will get a list of regression output that includes the regression equation and r 2. Residuals Plot First, in order to do a residuals plot, the residuals themselves must be calculated. This is best done when you do the Fitted Line Plot (above). After entering your x and y variables, click on the Storage box and then click on the Residuals box. Next, click on the Graphs box. At the bottom in the Residuals versus the variables: box, click in the box and then choose your x-variable from the list at left. Click on OK, and OK. You will get the fitted line plot as well as the residuals plot! Minitab Commands Page 7

8 Scatterplot only Menu Choices: Graph / Scatterplot Boxes: Choose Simple. Graph Variables: In the Y variables box put the location of the y-axis data and in the X variables box put the location of the x-axis data. The scatterplot is drawn in its own graph window. Regression calculations only Menu Choices: Stat / Regression / Regression Boxes: Response: Put the variable on the y-axis (response variable) here. The variables are listed in the box on the left and can be chosen by double-clicking. Predictors: Put the variable on the x-axis (explanatory, or predictor, variable) here. The variables are listed in the box on the left and can be chosen by double-clicking. The output will print in the session window. There is a lot of information that you will not need, but you should be able to find the regression equation and r 2, and a listing of Unusual Observations. Correlation Coefficient (r) Menu Choices: Stat / Basic Statistics / Correlation Boxes: Variables: Choose the y- and x-variables. The variables are listed in the box on the left and can be chosen by double-clicking on them. The correlation coefficient (r) will be printed in the session window. PART VII: CHI-SQUARE Chi-Square calculations Menu Choices: Stat / Tables / Chi-Square Test Boxes: Columns containing the table: Choose the column locations containing the table -- the columns with the observed values. Minitab Commands Page 8

9 PART VIII: CONFIDENCE INTERVALS Calculating a t-interval Menu Choices: Stat / Basic Statistics / 1-Sample t Boxes: If your data is in a column(s), then click on the Samples in columns: box. Click in the box under this heading, choose your variable. If you just have the statistics, then click the Summarized data box and fill in the requested information. Minitab defaults to a 95% confidence interval. Options and change the level. If you want to change this, go to Click OK. PART IX: HYPOTHESIS TESTING Calculating a t-test Menu Choices: Stat / Basic Statistics / 1-Sample t Boxes: [Note: This is the same location as for a Confidence Interval.] If your data is in a column(s), then click on the Samples in columns: box. Click in the box under this heading, choose your variable. If you just have the statistics, then click the Summarized data box and fill in the requested information. For a hypothesis test, you must put a value in the Test mean: box. Minitab defaults to a two-sided test (not equal). If you want to change that, go to Options and then under Alternative: you can make your choice. Click OK. Two sample t-test Menu Choices: Stat / Basic Statistics / 2-Sample t Note: Minitab will do the two-sample hypothesis test, as well as the confidence interval for differences. Boxes: You have three choices: (1) Your data is in one variable (click Samples in one column) that will need subscripts (such as comparing heights of men and women where GENDER will be the subscript), (2) Your data is in separate variables (click Samples in different columns, such as comparing high school GPA to UPS GPA), and (3) You have Summarized data. Whichever choice is checked, fill in the appropriate boxes. Minitab defaults to a 95% confidence interval, and the not equal alternative hypothesis. To change either of these, go to Options. Click OK. Minitab Commands Page 9

10 PART X: SAMPLING/PROBABILITY Get a Random Sample Menu Choices: Calc / Random Data / Sample from Columns Boxes: Sample Enter the size of the sample. rows from column(s): Put the name/location (column) from which the sample will be taken. The variables are listed in the box on the left (click on the rows from columns(s) box to see the list). Store samples in: Put the location of the sample (make sure this is an empty column! Generating Random Numbers Menu Choices: Calc / Random Data / type of generator Choose the type of distribution from which you want the numbers generated. There are many choices. Here are some you might find useful. Normal Uniform Integer Generates values having the normal distribution. You need to give a mean and standard deviation. Generates equally likely values in a given range. For instance, any number between 0 and 1, each value being equally likely. This is different from the Integer generator in that decimal values are included up to eight decimal places. Generates random integers between a starting value and ending value -- all values equally likely. Boxes: Generate... rows of data In this box put the size of the sample of random numbers desired. Store in column(s): In this box, put the location of the random data. You may enter more than one column. Miscellaneous boxes Each distribution will require more information (range of integers, mean and standard deviation, etc.) Click OK. Minitab Commands Page 10

11 PART XI: MISCELLANEOUS IMPORTANT STUFF Saving, Printing, and More On Saving: The data files you access, for the most part, are on the hard drive on the computer. There shouldn't be any overwhelming reason for you to save your work when using these files -- you do it and print it out, or copy/paste into Word, and you're done. In fact, if you are using an existing data file, the system will not even let you save changes on the system disk. To save a data file: Go to File and then Save Current Worksheet As. With this particular sequence you can change the location of the file to be saved. Click on the arrow on the right of the Save in: box and you can pick the location where you want the data file saved. If you go to File / Save, you will probably run into an error -- you should not be able to make changes to an existing data file. To save the graph windows: With the graph open and current, go to File and Save Window As. You can then specify a location and name for the graph. This will save the currently open graph. These graphs can be accessed only through Minitab. The best way to save your work is to cut/paste it into a Word document, and then save that document (see next page). IN GENERAL: You can save to a disk, or you can save to your file on the network. When you click on that arrow in the Save in: box, you will find a folder called username on Alexandria. This is your hard-drive folder and you can store files here easily. Doing this will also make that file available from any other computer you log onto the network from. On Printing: 1. If you have a graph open and as the current window, you can go to File / Print Graph and it will print on a full page. 2. If you want to print something that is in the Session Window, then first highlight it using the mouse, and then go to File / Print Session Window. Only the highlighted portion will be printed. 3. The better way to print, and save on paper and the true cut and paste, is to copy your output to a Word document, and then print from there. See next page. On Using a Word Processor with Minitab: Copying a graph: With the graph window open and current, go to Edit / Copy Graph. Then go to your word processor and go to Edit / Paste Special and then choose Picture or Bitmap. With this method you will be able to re-size your graphs. If you do a simple Edit / Paste, then you will not be able to re-size the graphs. Copying the Session window: Use the mouse to highlight the output in the session window. Then go to Edit / Copy. Next go to your word processor and to Edit / Paste. You will probably need to change the font style to Courier or Monaco so that the output lines up properly. You may also need to change the font size, especially on the Descriptive Statistics, so that you avoid wraparound. Minitab Commands Page 11

12 PART XII: HOW TO FIND SOME DATA SETS To find: stats on Alexandria First single left click on My Computer, followed by a single right click. Then pull down to Map Network Drive and in the Path box type \\Alexandria\stats. (You should only have to map the network drive once -- next time you log on, it should be there.) To find: Minitab Go to Start / Programs / Instructional Applications / Math / Minitab 14 for Windows / Minitab 14. To find: M160Fxx or M160Sxx (where xx = current year) Double click on My Computer (upper left). Look for stats on 'Alexandria'. If it is there, double click on it, then the Paradise folder, followed by the Surveys folder. Find the appropriate survey file and double click. To find: Class Notes exercise data Go to stats on Alexandria, then go to the A. Paradise folder. In this folder you will find a folder called Class Notes Data. The data is in this folder by Unit and exercise number. Minitab Commands Page 12

There are six different windows that can be opened when using SPSS. The following will give a description of each of them.

There are six different windows that can be opened when using SPSS. The following will give a description of each of them. SPSS Basics Tutorial 1: SPSS Windows There are six different windows that can be opened when using SPSS. The following will give a description of each of them. The Data Editor The Data Editor is a spreadsheet

More information

Exercise 1.12 (Pg. 22-23)

Exercise 1.12 (Pg. 22-23) Individuals: The objects that are described by a set of data. They may be people, animals, things, etc. (Also referred to as Cases or Records) Variables: The characteristics recorded about each individual.

More information

Using SPSS, Chapter 2: Descriptive Statistics

Using SPSS, Chapter 2: Descriptive Statistics 1 Using SPSS, Chapter 2: Descriptive Statistics Chapters 2.1 & 2.2 Descriptive Statistics 2 Mean, Standard Deviation, Variance, Range, Minimum, Maximum 2 Mean, Median, Mode, Standard Deviation, Variance,

More information

Drawing a histogram using Excel

Drawing a histogram using Excel Drawing a histogram using Excel STEP 1: Examine the data to decide how many class intervals you need and what the class boundaries should be. (In an assignment you may be told what class boundaries to

More information

SPSS Manual for Introductory Applied Statistics: A Variable Approach

SPSS Manual for Introductory Applied Statistics: A Variable Approach SPSS Manual for Introductory Applied Statistics: A Variable Approach John Gabrosek Department of Statistics Grand Valley State University Allendale, MI USA August 2013 2 Copyright 2013 John Gabrosek. All

More information

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations.

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. Excel is powerful tool and can make your life easier if you are proficient in using it. You will need to use Excel to complete most of your

More information

GeoGebra Statistics and Probability

GeoGebra Statistics and Probability GeoGebra Statistics and Probability Project Maths Development Team 2013 www.projectmaths.ie Page 1 of 24 Index Activity Topic Page 1 Introduction GeoGebra Statistics 3 2 To calculate the Sum, Mean, Count,

More information

Data Analysis Tools. Tools for Summarizing Data

Data Analysis Tools. Tools for Summarizing Data Data Analysis Tools This section of the notes is meant to introduce you to many of the tools that are provided by Excel under the Tools/Data Analysis menu item. If your computer does not have that tool

More information

Scatter Plots with Error Bars

Scatter Plots with Error Bars Chapter 165 Scatter Plots with Error Bars Introduction The procedure extends the capability of the basic scatter plot by allowing you to plot the variability in Y and X corresponding to each point. Each

More information

Data analysis and regression in Stata

Data analysis and regression in Stata Data analysis and regression in Stata This handout shows how the weekly beer sales series might be analyzed with Stata (the software package now used for teaching stats at Kellogg), for purposes of comparing

More information

Appendix 2.1 Tabular and Graphical Methods Using Excel

Appendix 2.1 Tabular and Graphical Methods Using Excel Appendix 2.1 Tabular and Graphical Methods Using Excel 1 Appendix 2.1 Tabular and Graphical Methods Using Excel The instructions in this section begin by describing the entry of data into an Excel spreadsheet.

More information

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS SECTION 2-1: OVERVIEW Chapter 2 Describing, Exploring and Comparing Data 19 In this chapter, we will use the capabilities of Excel to help us look more carefully at sets of data. We can do this by re-organizing

More information

How Does My TI-84 Do That

How Does My TI-84 Do That How Does My TI-84 Do That A guide to using the TI-84 for statistics Austin Peay State University Clarksville, Tennessee How Does My TI-84 Do That A guide to using the TI-84 for statistics Table of Contents

More information

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11 MS Excel Handout: Level 2 elearning Department 2016 Page 1 of 11 Contents Excel Environment:... 3 To create a new blank workbook:...3 To insert text:...4 Cell addresses:...4 To save the workbook:... 5

More information

Data Analysis. Using Excel. Jeffrey L. Rummel. BBA Seminar. Data in Excel. Excel Calculations of Descriptive Statistics. Single Variable Graphs

Data Analysis. Using Excel. Jeffrey L. Rummel. BBA Seminar. Data in Excel. Excel Calculations of Descriptive Statistics. Single Variable Graphs Using Excel Jeffrey L. Rummel Emory University Goizueta Business School BBA Seminar Jeffrey L. Rummel BBA Seminar 1 / 54 Excel Calculations of Descriptive Statistics Single Variable Graphs Relationships

More information

Chapter 23. Inferences for Regression

Chapter 23. Inferences for Regression Chapter 23. Inferences for Regression Topics covered in this chapter: Simple Linear Regression Simple Linear Regression Example 23.1: Crying and IQ The Problem: Infants who cry easily may be more easily

More information

Dealing with Data in Excel 2010

Dealing with Data in Excel 2010 Dealing with Data in Excel 2010 Excel provides the ability to do computations and graphing of data. Here we provide the basics and some advanced capabilities available in Excel that are useful for dealing

More information

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering Engineering Problem Solving and Excel EGN 1006 Introduction to Engineering Mathematical Solution Procedures Commonly Used in Engineering Analysis Data Analysis Techniques (Statistics) Curve Fitting techniques

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

Scientific Graphing in Excel 2010

Scientific Graphing in Excel 2010 Scientific Graphing in Excel 2010 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

SAS Analyst for Windows Tutorial

SAS Analyst for Windows Tutorial Updated: August 2012 Table of Contents Section 1: Introduction... 3 1.1 About this Document... 3 1.2 Introduction to Version 8 of SAS... 3 Section 2: An Overview of SAS V.8 for Windows... 3 2.1 Navigating

More information

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information.

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Excel Tutorial Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Working with Data Entering and Formatting Data Before entering data

More information

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS An Excel Pivot Table is an interactive table that summarizes large amounts of data. It allows the user to view and manipulate

More information

Statgraphics Getting started

Statgraphics Getting started Statgraphics Getting started The aim of this exercise is to introduce you to some of the basic features of the Statgraphics software. Starting Statgraphics 1. Log in to your PC, using the usual procedure

More information

STAB22 section 1.1. total = 88(200/100) + 85(200/100) + 77(300/100) + 90(200/100) + 80(100/100) = 176 + 170 + 231 + 180 + 80 = 837,

STAB22 section 1.1. total = 88(200/100) + 85(200/100) + 77(300/100) + 90(200/100) + 80(100/100) = 176 + 170 + 231 + 180 + 80 = 837, STAB22 section 1.1 1.1 Find the student with ID 104, who is in row 5. For this student, Exam1 is 95, Exam2 is 98, and Final is 96, reading along the row. 1.2 This one involves a careful reading of the

More information

4. Descriptive Statistics: Measures of Variability and Central Tendency

4. Descriptive Statistics: Measures of Variability and Central Tendency 4. Descriptive Statistics: Measures of Variability and Central Tendency Objectives Calculate descriptive for continuous and categorical data Edit output tables Although measures of central tendency and

More information

Introduction Course in SPSS - Evening 1

Introduction Course in SPSS - Evening 1 ETH Zürich Seminar für Statistik Introduction Course in SPSS - Evening 1 Seminar für Statistik, ETH Zürich All data used during the course can be downloaded from the following ftp server: ftp://stat.ethz.ch/u/sfs/spsskurs/

More information

Gestation Period as a function of Lifespan

Gestation Period as a function of Lifespan This document will show a number of tricks that can be done in Minitab to make attractive graphs. We work first with the file X:\SOR\24\M\ANIMALS.MTP. This first picture was obtained through Graph Plot.

More information

GeoGebra. 10 lessons. Gerrit Stols

GeoGebra. 10 lessons. Gerrit Stols GeoGebra in 10 lessons Gerrit Stols Acknowledgements GeoGebra is dynamic mathematics open source (free) software for learning and teaching mathematics in schools. It was developed by Markus Hohenwarter

More information

First Midterm Exam (MATH1070 Spring 2012)

First Midterm Exam (MATH1070 Spring 2012) First Midterm Exam (MATH1070 Spring 2012) Instructions: This is a one hour exam. You can use a notecard. Calculators are allowed, but other electronics are prohibited. 1. [40pts] Multiple Choice Problems

More information

Psych. Research 1 Guide to SPSS 11.0

Psych. Research 1 Guide to SPSS 11.0 SPSS GUIDE 1 Psych. Research 1 Guide to SPSS 11.0 I. What is SPSS: SPSS (Statistical Package for the Social Sciences) is a data management and analysis program. It allows us to store and analyze very large

More information

Your Name: Section: 36-201 INTRODUCTION TO STATISTICAL REASONING Computer Lab Exercise #5 Analysis of Time of Death Data for Soldiers in Vietnam

Your Name: Section: 36-201 INTRODUCTION TO STATISTICAL REASONING Computer Lab Exercise #5 Analysis of Time of Death Data for Soldiers in Vietnam Your Name: Section: 36-201 INTRODUCTION TO STATISTICAL REASONING Computer Lab Exercise #5 Analysis of Time of Death Data for Soldiers in Vietnam Objectives: 1. To use exploratory data analysis to investigate

More information

Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs

Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs Types of Variables Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs Quantitative (numerical)variables: take numerical values for which arithmetic operations make sense (addition/averaging)

More information

Directions for using SPSS

Directions for using SPSS Directions for using SPSS Table of Contents Connecting and Working with Files 1. Accessing SPSS... 2 2. Transferring Files to N:\drive or your computer... 3 3. Importing Data from Another File Format...

More information

2 Describing, Exploring, and

2 Describing, Exploring, and 2 Describing, Exploring, and Comparing Data This chapter introduces the graphical plotting and summary statistics capabilities of the TI- 83 Plus. First row keys like \ R (67$73/276 are used to obtain

More information

Using Microsoft Excel to Plot and Analyze Kinetic Data

Using Microsoft Excel to Plot and Analyze Kinetic Data Entering and Formatting Data Using Microsoft Excel to Plot and Analyze Kinetic Data Open Excel. Set up the spreadsheet page (Sheet 1) so that anyone who reads it will understand the page (Figure 1). Type

More information

When to use Excel. When NOT to use Excel 9/24/2014

When to use Excel. When NOT to use Excel 9/24/2014 Analyzing Quantitative Assessment Data with Excel October 2, 2014 Jeremy Penn, Ph.D. Director When to use Excel You want to quickly summarize or analyze your assessment data You want to create basic visual

More information

Microsoft Excel Tutorial

Microsoft Excel Tutorial Microsoft Excel Tutorial by Dr. James E. Parks Department of Physics and Astronomy 401 Nielsen Physics Building The University of Tennessee Knoxville, Tennessee 37996-1200 Copyright August, 2000 by James

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

Data exploration with Microsoft Excel: analysing more than one variable

Data exploration with Microsoft Excel: analysing more than one variable Data exploration with Microsoft Excel: analysing more than one variable Contents 1 Introduction... 1 2 Comparing different groups or different variables... 2 3 Exploring the association between categorical

More information

How to Use a Data Spreadsheet: Excel

How to Use a Data Spreadsheet: Excel How to Use a Data Spreadsheet: Excel One does not necessarily have special statistical software to perform statistical analyses. Microsoft Office Excel can be used to run statistical procedures. Although

More information

MTH 140 Statistics Videos

MTH 140 Statistics Videos MTH 140 Statistics Videos Chapter 1 Picturing Distributions with Graphs Individuals and Variables Categorical Variables: Pie Charts and Bar Graphs Categorical Variables: Pie Charts and Bar Graphs Quantitative

More information

Data exploration with Microsoft Excel: univariate analysis

Data exploration with Microsoft Excel: univariate analysis Data exploration with Microsoft Excel: univariate analysis Contents 1 Introduction... 1 2 Exploring a variable s frequency distribution... 2 3 Calculating measures of central tendency... 16 4 Calculating

More information

Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition

Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition Online Learning Centre Technology Step-by-Step - Excel Microsoft Excel is a spreadsheet software application

More information

KSTAT MINI-MANUAL. Decision Sciences 434 Kellogg Graduate School of Management

KSTAT MINI-MANUAL. Decision Sciences 434 Kellogg Graduate School of Management KSTAT MINI-MANUAL Decision Sciences 434 Kellogg Graduate School of Management Kstat is a set of macros added to Excel and it will enable you to do the statistics required for this course very easily. To

More information

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information

http://school-maths.com Gerrit Stols

http://school-maths.com Gerrit Stols For more info and downloads go to: http://school-maths.com Gerrit Stols Acknowledgements GeoGebra is dynamic mathematics open source (free) software for learning and teaching mathematics in schools. It

More information

Excel 2007 A Beginners Guide

Excel 2007 A Beginners Guide Excel 2007 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Descriptive Statistics

Descriptive Statistics Y520 Robert S Michael Goal: Learn to calculate indicators and construct graphs that summarize and describe a large quantity of values. Using the textbook readings and other resources listed on the web

More information

SPSS: Getting Started. For Windows

SPSS: Getting Started. For Windows For Windows Updated: August 2012 Table of Contents Section 1: Overview... 3 1.1 Introduction to SPSS Tutorials... 3 1.2 Introduction to SPSS... 3 1.3 Overview of SPSS for Windows... 3 Section 2: Entering

More information

Directions for Frequency Tables, Histograms, and Frequency Bar Charts

Directions for Frequency Tables, Histograms, and Frequency Bar Charts Directions for Frequency Tables, Histograms, and Frequency Bar Charts Frequency Distribution Quantitative Ungrouped Data Dataset: Frequency_Distributions_Graphs-Quantitative.sav 1. Open the dataset containing

More information

The Dummy s Guide to Data Analysis Using SPSS

The Dummy s Guide to Data Analysis Using SPSS The Dummy s Guide to Data Analysis Using SPSS Mathematics 57 Scripps College Amy Gamble April, 2001 Amy Gamble 4/30/01 All Rights Rerserved TABLE OF CONTENTS PAGE Helpful Hints for All Tests...1 Tests

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

Excel 2003 A Beginners Guide

Excel 2003 A Beginners Guide Excel 2003 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Exploratory data analysis (Chapter 2) Fall 2011

Exploratory data analysis (Chapter 2) Fall 2011 Exploratory data analysis (Chapter 2) Fall 2011 Data Examples Example 1: Survey Data 1 Data collected from a Stat 371 class in Fall 2005 2 They answered questions about their: gender, major, year in school,

More information

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable

More information

Describing, Exploring, and Comparing Data

Describing, Exploring, and Comparing Data 24 Chapter 2. Describing, Exploring, and Comparing Data Chapter 2. Describing, Exploring, and Comparing Data There are many tools used in Statistics to visualize, summarize, and describe data. This chapter

More information

Using Excel for descriptive statistics

Using Excel for descriptive statistics FACT SHEET Using Excel for descriptive statistics Introduction Biologists no longer routinely plot graphs by hand or rely on calculators to carry out difficult and tedious statistical calculations. These

More information

Doing Multiple Regression with SPSS. In this case, we are interested in the Analyze options so we choose that menu. If gives us a number of choices:

Doing Multiple Regression with SPSS. In this case, we are interested in the Analyze options so we choose that menu. If gives us a number of choices: Doing Multiple Regression with SPSS Multiple Regression for Data Already in Data Editor Next we want to specify a multiple regression analysis for these data. The menu bar for SPSS offers several options:

More information

IBM SPSS Statistics for Beginners for Windows

IBM SPSS Statistics for Beginners for Windows ISS, NEWCASTLE UNIVERSITY IBM SPSS Statistics for Beginners for Windows A Training Manual for Beginners Dr. S. T. Kometa A Training Manual for Beginners Contents 1 Aims and Objectives... 3 1.1 Learning

More information

Computer Training Centre University College Cork. Excel 2013 Pivot Tables

Computer Training Centre University College Cork. Excel 2013 Pivot Tables Computer Training Centre University College Cork Excel 2013 Pivot Tables Table of Contents Pivot Tables... 1 Changing the Value Field Settings... 2 Refreshing the Data... 3 Refresh Data when opening a

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

CHARTS AND GRAPHS INTRODUCTION USING SPSS TO DRAW GRAPHS SPSS GRAPH OPTIONS CAG08

CHARTS AND GRAPHS INTRODUCTION USING SPSS TO DRAW GRAPHS SPSS GRAPH OPTIONS CAG08 CHARTS AND GRAPHS INTRODUCTION SPSS and Excel each contain a number of options for producing what are sometimes known as business graphics - i.e. statistical charts and diagrams. This handout explores

More information

How To Use Spss

How To Use Spss 1: Introduction to SPSS Objectives Learn about SPSS Open SPSS Review the layout of SPSS Become familiar with Menus and Icons Exit SPSS What is SPSS? SPSS is a Windows based program that can be used to

More information

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables

More information

Advanced Microsoft Excel 2010

Advanced Microsoft Excel 2010 Advanced Microsoft Excel 2010 Table of Contents THE PASTE SPECIAL FUNCTION... 2 Paste Special Options... 2 Using the Paste Special Function... 3 ORGANIZING DATA... 4 Multiple-Level Sorting... 4 Subtotaling

More information

Excel 2007 - Using Pivot Tables

Excel 2007 - Using Pivot Tables Overview A PivotTable report is an interactive table that allows you to quickly group and summarise information from a data source. You can rearrange (or pivot) the table to display different perspectives

More information

Using Excel for Statistical Analysis

Using Excel for Statistical Analysis 2010 Using Excel for Statistical Analysis Microsoft Excel is spreadsheet software that is used to store information in columns and rows, which can then be organized and/or processed. Excel is a powerful

More information

Microsoft Excel Tutorial

Microsoft Excel Tutorial Microsoft Excel Tutorial Microsoft Excel spreadsheets are a powerful and easy to use tool to record, plot and analyze experimental data. Excel is commonly used by engineers to tackle sophisticated computations

More information

Excel 2010: Create your first spreadsheet

Excel 2010: Create your first spreadsheet Excel 2010: Create your first spreadsheet Goals: After completing this course you will be able to: Create a new spreadsheet. Add, subtract, multiply, and divide in a spreadsheet. Enter and format column

More information

How To Run Statistical Tests in Excel

How To Run Statistical Tests in Excel How To Run Statistical Tests in Excel Microsoft Excel is your best tool for storing and manipulating data, calculating basic descriptive statistics such as means and standard deviations, and conducting

More information

INTRODUCTORY LAB: DOING STATISTICS WITH SPSS 21

INTRODUCTORY LAB: DOING STATISTICS WITH SPSS 21 INTRODUCTORY LAB: DOING STATISTICS WITH SPSS 21 This section covers the basic structure and commands of SPSS for Windows Release 21. It is not designed to be a comprehensive review of the most important

More information

Instructions for Using Excel as a Grade Book

Instructions for Using Excel as a Grade Book Instructions for Using Excel as a Grade Book This set of instructions includes directions for typing in formulas, etc. I will show you how to use the insert function and highlight cells methods to accomplish

More information

Assignment objectives:

Assignment objectives: Assignment objectives: Regression Pivot table Exercise #1- Simple Linear Regression Often the relationship between two variables, Y and X, can be adequately represented by a simple linear equation of the

More information

Introduction to the TI-Nspire CX

Introduction to the TI-Nspire CX Introduction to the TI-Nspire CX Activity Overview: In this activity, you will become familiar with the layout of the TI-Nspire CX. Step 1: Locate the Touchpad. The Touchpad is used to navigate the cursor

More information

Descriptive statistics Statistical inference statistical inference, statistical induction and inferential statistics

Descriptive statistics Statistical inference statistical inference, statistical induction and inferential statistics Descriptive statistics is the discipline of quantitatively describing the main features of a collection of data. Descriptive statistics are distinguished from inferential statistics (or inductive statistics),

More information

Excel 2013 - Using Pivot Tables

Excel 2013 - Using Pivot Tables Overview A PivotTable report is an interactive table that allows you to quickly group and summarise information from a data source. You can rearrange (or pivot) the table to display different perspectives

More information

Chapter 3. The Normal Distribution

Chapter 3. The Normal Distribution Chapter 3. The Normal Distribution Topics covered in this chapter: Z-scores Normal Probabilities Normal Percentiles Z-scores Example 3.6: The standard normal table The Problem: What proportion of observations

More information

An introduction to using Microsoft Excel for quantitative data analysis

An introduction to using Microsoft Excel for quantitative data analysis Contents An introduction to using Microsoft Excel for quantitative data analysis 1 Introduction... 1 2 Why use Excel?... 2 3 Quantitative data analysis tools in Excel... 3 4 Entering your data... 6 5 Preparing

More information

0 Introduction to Data Analysis Using an Excel Spreadsheet

0 Introduction to Data Analysis Using an Excel Spreadsheet Experiment 0 Introduction to Data Analysis Using an Excel Spreadsheet I. Purpose The purpose of this introductory lab is to teach you a few basic things about how to use an EXCEL 2010 spreadsheet to do

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial

Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial Excel file for use with this tutorial Tutor1Data.xlsx File Location http://faculty.ung.edu/kmelton/data/tutor1data.xlsx Introduction:

More information

Once saved, if the file was zipped you will need to unzip it. For the files that I will be posting you need to change the preferences.

Once saved, if the file was zipped you will need to unzip it. For the files that I will be posting you need to change the preferences. 1 Commands in JMP and Statcrunch Below are a set of commands in JMP and Statcrunch which facilitate a basic statistical analysis. The first part concerns commands in JMP, the second part is for analysis

More information

Bill Burton Albert Einstein College of Medicine william.burton@einstein.yu.edu April 28, 2014 EERS: Managing the Tension Between Rigor and Resources 1

Bill Burton Albert Einstein College of Medicine william.burton@einstein.yu.edu April 28, 2014 EERS: Managing the Tension Between Rigor and Resources 1 Bill Burton Albert Einstein College of Medicine william.burton@einstein.yu.edu April 28, 2014 EERS: Managing the Tension Between Rigor and Resources 1 Calculate counts, means, and standard deviations Produce

More information

How to make a line graph using Excel 2007

How to make a line graph using Excel 2007 How to make a line graph using Excel 2007 Format your data sheet Make sure you have a title and each column of data has a title. If you are entering data by hand, use time or the independent variable in

More information

Lab 1: The metric system measurement of length and weight

Lab 1: The metric system measurement of length and weight Lab 1: The metric system measurement of length and weight Introduction The scientific community and the majority of nations throughout the world use the metric system to record quantities such as length,

More information

Microsoft Excel Tips & Tricks

Microsoft Excel Tips & Tricks Microsoft Excel Tips & Tricks Collaborative Programs Research & Evaluation TABLE OF CONTENTS Introduction page 2 Useful Functions page 2 Getting Started with Formulas page 2 Nested Formulas page 3 Copying

More information

Getting Started with R and RStudio 1

Getting Started with R and RStudio 1 Getting Started with R and RStudio 1 1 What is R? R is a system for statistical computation and graphics. It is the statistical system that is used in Mathematics 241, Engineering Statistics, for the following

More information

As in the example above, a Budget created on the computer typically has:

As in the example above, a Budget created on the computer typically has: Activity Card Create a How will you ensure that your expenses do not exceed what you planned to invest or spend? You can create a budget to plan your expenditures and earnings. As a family, you can plan

More information

Easy Calculations in Excel

Easy Calculations in Excel Easy Calculations in Excel (2007 and newer) Any time you have a list of numbers that require some sort of calculation like percent change from one year to the next, percent of total, average or just a

More information

Microsoft Excel 2007 Level 2

Microsoft Excel 2007 Level 2 Information Technology Services Kennesaw State University Microsoft Excel 2007 Level 2 Copyright 2008 KSU Dept. of Information Technology Services This document may be downloaded, printed or copied for

More information

January 26, 2009 The Faculty Center for Teaching and Learning

January 26, 2009 The Faculty Center for Teaching and Learning THE BASICS OF DATA MANAGEMENT AND ANALYSIS A USER GUIDE January 26, 2009 The Faculty Center for Teaching and Learning THE BASICS OF DATA MANAGEMENT AND ANALYSIS Table of Contents Table of Contents... i

More information

Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics

Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics For 2015 Examinations Aim The aim of the Probability and Mathematical Statistics subject is to provide a grounding in

More information

The Basic Practice of Statistics Fifth Edition

The Basic Practice of Statistics Fifth Edition EXCEL MANUAL for Moore s The Basic Practice of Statistics Fifth Edition Betsy Greenberg University of Texas Austin with solutions by Linda Myers Harrisburg Area Community College W.H. Freeman and Company

More information

Using MS Excel to Analyze Data: A Tutorial

Using MS Excel to Analyze Data: A Tutorial Using MS Excel to Analyze Data: A Tutorial Various data analysis tools are available and some of them are free. Because using data to improve assessment and instruction primarily involves descriptive and

More information

Task Force on Technology / EXCEL

Task Force on Technology / EXCEL Task Force on Technology EXCEL Basic terminology Spreadsheet A spreadsheet is an electronic document that stores various types of data. There are vertical columns and horizontal rows. A cell is where the

More information

A QUICK INTRODUCTION TO MINITAB 15

A QUICK INTRODUCTION TO MINITAB 15 A QUICK INTRODUCTION TO MINITAB 15 Useful also for Minitab 14 and Student Minitab The Stern School Statistics Group uses Minitab Release 15 for Windows as its course software. This program was chosen specifically

More information

Spreadsheet - Introduction

Spreadsheet - Introduction CSCA0102 IT and Business Applications Chapter 6 Spreadsheet - Introduction Spreadsheet A spreadsheet (or spreadsheet program) is software that permits numerical data to be used and to perform automatic

More information

How To Check For Differences In The One Way Anova

How To Check For Differences In The One Way Anova MINITAB ASSISTANT WHITE PAPER This paper explains the research conducted by Minitab statisticians to develop the methods and data checks used in the Assistant in Minitab 17 Statistical Software. One-Way

More information