SPSS: Basics & Entering a survey In this document the basic window of SPSS is explained and how to enter a survey.

Size: px
Start display at page:

Download "SPSS: Basics & Entering a survey In this document the basic window of SPSS is explained and how to enter a survey."

Transcription

1 In this document the basic window of SPSS is explained and how to enter a survey. For more information, you can visit the companion website at

2 Introduction SPSS was first released in 1986 and was short for Statistical Package for the Social Sciences. It was intended for social scientists, but it developed further and is used in all fields these days. In 2009 IBM acquired the software and tried to change the name to PASW Statistics (Predictive Analytical SoftWare), but this didn t really catch on and it s called SPSS again (IBM SPSS to be exact). The latest version when this reader was created is 24, however all techniques used in this reader will also work on version 19 or later. Earlier versions have not been tested. SPSS is available for Windows, Mac and Linux. It is a bit expensive for an individual to purchase since a single license will cost around You can often download a trial version from the SPSS website for free, but it will only work for a limited number of days (usually around two weeks). If you are a student, your university might have purchased the license for its students, and you should be able to get a huge discount (e.g. at my university students can purchase SPSS for 13). 1 Open SPSS Please see the IBM website for installation instructions. Once you ve installed SPSS and open the program you might first be greeted with the screen shown below. As the screen mentions this has to do with character encoding and unless you want to use the file also on a SPSS version 16 or earlier, I d suggest to: Click on We are now greeted with another screen (a so called splash screen). This is slightly different in each version of SPSS.

3 Version 21 (Windows) Version 22 (Windows) Version 23 (Windows) Version 24 (Linux) The idea remains the same in each version. I usually just click it away. Click on (or on, or press [ESC] on the keyboard) Finally, we are at the core of SPSS.

4 Notice that this looks a lot like a spreadsheet (e.g. Excel), but this program works completely different. What you see is a so-called data file (an empty one). SPSS has a few different files and the two that we will see in this course are the data file (which have.sav in the file name) and Output file (which have.spv at the end of the file name). As you might guess a data file is the file where the actual data is stored, while an output file is a file where the results of statistical analysis on the data is stored.

5 One big difference with Excel is that there is no live connection between the output and the data. If you change the original data, then the output will not change accordingly, and you will have to redo the analysis. This might sound strange, but on the other hand you shouldn t be changing your survey data just because you don t like the results of an analysis.

6 Another thing to notice is that the menu bar for the output and data file are the same. You can start another analysis in the output file and SPSS will assume that the latest data file that you have open is where you want to perform the analysis on. By default the first thing that is shown from an analysis in the output is the so-called SPSS Syntax. In the example it was: FREQUENCIES VARIABLES=V20 /PIECHART FREQ /ORDER=ANALYSIS. This is the programming language of SPSS. Although this has some advantages we will not discuss it in this course. We prefer to explain the point-and-click interface of SPSS than learning coding. Let s get started with entering our first survey.

7 2 Entering standard survey questions in SPSS To learn how to enter a survey in SPSS it might be easiest to do it with an example. In below a very short survey with only four questions. Q1: What is your gender? O femaleo male Q2: What is your age? (year) Q3: What is your name? Q4: What do you think of statistics? O very boring O boring O fun O a lot of fun Each of these questions can be considered a variable. If you look in the data file at the bottom of SPSS you see two tabs: data view is selected, but to enter variables, we will need to switch to the Variable view.. Currently the Click on We are shown a new screen. In the variable view each row will represent one variable. Since we have four variables, we will fill out the first four rows. As the first column is titled Name we need to give a name to our variables. This needs to be short, cannot contain a space, not allowed to start with a number and no special characters such as %. If you enter a name and move to another cell some of the other columns will automatically be filled out, but this is not always correct. In the example I ll use gender as a name for the variable of the first question, age for the second, name for the third and opinion for the fourth.

8 Note: in version 21 the width will automatically be set to 6 and not 8. This is not important, so 8 or 6 is both fine. Enter the names of the variables as shown above. The next column we are going to fill out is the Label. This is a longer description of the variable, or in some cases the entire original question. There are no limits here, so you can use spaces, special characters, start with a number, etc. In the example I ve chosen to only give a description and not the entire question. Enter the labels for each of the variables as shown above. Now that we have entered the questions (in this case also variables), we need to enter the possible values. This can be done in the column Values. In below the instructions on how to add the values for the variable gender using 1 = female and 2 = male. 1. Click in the Values for gender and click on 1

9 2. At Value type 1 3. At Label type female 4. Click on At Value type 2 6. At Label type male 7. Click on Click on 8 Use the technique from the previous steps to also add the values for the opinion variable. Use 1 = very boring, 2 = boring, 3 = fun and 4 = a lot of fun. After you have done this, the screen should look the same as shown below.

10 Note that in statistics we often assign numbers and not letters (e.g. m = male and f = female), although this is also possible to do with SPSS. The next thing we can adjust is the measurement level for each of the variables. This is done in the column Measure. The variable gender is a nominal variable, age is a ratio variable, name is nominal and opinion is ordinal. SPSS does not distinguish between interval and ratio, and simply calls each of these two scale. Click for each of the variables in the Measure column and select the appropriate measurement level in from the pull down menu. Let s turn our attention to the columns we skipped so far. The Type column indicates what will be typed in the data view for this variable. The two most common options are either text or numbers. Note that although gender and opinion the values were text, we assigned numbers to the options, so we will be typing in numbers. The type for each of the variables is indeed Numeric (numbers), except for the variable name, so we need to change that.

11 1. Click in the Type column for the variable name, and click on 1 2. Click on the option 3 3. At Characters you have to give an estimate on how many characters you will need. For example the name Peter Stikker, will need 5 characters for Peter, 8 for Stikker and 1 more for the space in between, so 14. But there will probably be longer names, so enter 30 for now. Don t worry too much, if it needs to be more you can always adjust it later Click on Note: See optional chapter 0 for more information about the other types. 4 Our Variable View is starting to take its final form. Note that for the age variable the width has now increased to 30.

12 This was also the amount of characters we entered when we changed the type to String. This is what the Width column is for. It indicates how many characters for a string variable can be entered. For variables with the type set to Numeric the width has no influence (as confirmed by IBM), so you can either change it to 0 for those, or just leave it as is. Moving on to the Decimals column. This column as the name implies is where you can enter how many decimals should be shown. Note that this is not the same as how many decimals can be entered. In the example none of the variables requires any decimals (only small children might say they are 1.5 years old). Change the decimals to 0 for all the variables For the variable set to type String the decimals are automatically disabled. For gender and opinion the numbers for the values are now also without decimals. Remember though that you will still be able to enter decimals later, but they simply will not be visible. The column Missing is an option to make a difference between a respondent forgetting to enter a score and the researcher forgetting to enter a score. To be able to tell the difference we can as a researcher still type something in, in case a respondent forgot to answer a question. What we type in, is then known as the missing value. 1. Click in the Missing column of the gender variable, and click on 1

13 2. Click on 3. Type 999 in the first box Click on 3 4 Now if a respondent did not give his/her gender, we will enter 999. Because we entered this as a missing value, SPSS then knows that 999 is not a type of gender. If there is a blank (empty) score somewhere, then we will know that we forgot to enter something. There are three different boxes, because you can use different values for different things. For example 999 if someone did not answer the question 998 if they had to skip the question, and 997 if they answered incorrectly. You can use any number you like as a missing value, but it should not be one of the values (e.g. for age using 28 as a missing value is not correct since someone might be 28 years old). Some researchers add the missing value also as one of the values. This allows to also label the missing value(s). It is recommended to use the same missing value for all variables. Copy the Missing value to age and opinion. Unfortunately you cannot copy the missing value from a numeric type to a string type, so for name we will have to enter it separately. Enter as a discrete missing value for name 999.

14 The Columns column is actually not so important. It shows how wide the column of the variable will appear in the Data View. Just so you will see what it does, change the Columns for name to 20. Also the Align column is not very important. It allows to adjust if the scores in the Data View for the variable will be shown to the left, center or right of the column. We ll leave them as they are. The last column is Role. This column got added in version 19 and is only useful if you intend to use some specific SPSS options. We will not be using any of those, so simply leave them as they are (should all be Input ). Which means we are done with entering our simple survey. The final result should look like. If we now switch to the Data View a few things have changed.

15 The names of the variables appear now on top. If you hover your mouse over a column title (DON T click on it), the label will appear for a short while. The column for name is a bit wider than the others. This is because we changed the Columns for this variable to 20 and left the others at 8. In the Data View, each row represents one case (one respondent). In below my personal scores. Note that the age is actually 38,2 and not 38. As mentioned before the decimals column in the variable view is only to mention how many decimals will be shown, not how many can be entered. All the numbers are also aligned to the right of the column, while my name is aligned to the left. This is what the column Align does in the Variable view. It might be difficult to remember how each variable was coded. When entering your scores, it can therefor be helpful to turn on the so called value labels. This can be done either by using the menu bar or the shortcut icon:

16 Use the menu bar: View Value Labels Use the shortcut icon As shown below with the Value Labels on the labels of the values are shown. You can now still use the numbers, but also type the first letter (but this is case sensitive), or select from a pull down menu.

17 3 Multiple answer questions and/or a please specify: option On some surveys respondents are given an option to add a value that was not one of the original choices. For example the question below. Q5: Which type of holiday do you prefer? O summero winter O other, please specify Some respondents will check the other option, but not specify anything. If they do, this creates a string (of characters) and we cannot assign a new value to each. To enter a question like this into SPSS we need to see the please specify as a separate variable, as shown below. Note that the option other is still one of the possible values. Entering a few cases in the Data View and the result might look like.

18 From this we can see that Jane Christie selected the other but did not specify anything. Another tricky type of questions is when respondents are allowed to choose more than one option, as in the example below. Q6: Which TV series do you watch? (multiple answeres allowed) Game of Thrones Walking dead Teletubbies Coupling Southpark To enter a question like this into SPSS, you need to rephrase it for SPSS (the question can of course remain as is on the real survey). Each option should now be considered as a separate variable. Question 6 then becomes the following five questions: Om een vraag met meerdere antwoorden in te voeren in SPSS zul je de vraag moeten herformuleren voor SPSS. Elke optie moet als een aparte variabele worden beschouwd. Vraag 6 wordt dus eigenlijk opgesplitst in vijf aparte vragen: Q6-1: Do you follow the TV series Game of Thrones? O YesONo Q6-2: Do you follow the TV series Walking dead? O Yes O No Q6-3: Do you follow the TV series Teletubbies? O Yes O No Q6-4: Do you follow the TV series Coupling? O Yes O No Q6-5: Do you follow the TV series Southpark? O Yes O No These five variables can now easily be added in the Variable View.

19 TIP 1: You can copy-paste in SPSS, so also the values TIP 2: It is usually good to keep the order of the values as they appear on the survey, the exception being yes/no variables. In those cases it is recommended to use 0 for no and 1 for yes. In some cases you have both a multiple answer question and the specify option as in the example question below. Q7: Which airline do you frequently use? (multiple answers allowed) KLM Transavia Delta Other, please specify As with the regular multiple answer question, each option becomes a separate no/yes variable (including one for Other), and on top of that the specify part becomes an additional variable. Below how all seven example questions will look like in the Variable View.

20 4 Ranking and top x questions The last type of questions that is sometimes used on a survey is a question where respondents are asked to rank a few items, or to give a top 3 (or 4, 5, etc.). First an example of a ranking question. Q8: Please rank your favorite southpark character from 1 to 4, 1 being your favourite and 4 your least favorite: Eric Cartman Stan Marsh Kenny McCormick Kyle Broflovski This is similar as to a multiple answer question, the only difference is now that each variable is not a no/yes, but a score between 1 and 4. We could enter this in SPSS as shown below. Sometimes the respondent is asked to limit the number of options. For example question 9 below. Q9: Which operating systems do you enjoy working on? (please pick two max) Windows ios Linux Android We could of course use the same technique as for any multiple answer question, but it is also possible to use the fact that respondents are forced to only use two. We could instead therefor use OS1 and OS2 as variables, each with the four possible options as values, as shown below.

21 The advantage of this method is that the number of variables in SPSS gets reduced. Imagine a question where people are asked to select the max three sports which they frequently play and then given 20 options to choose from. If we would use the regular method for multiple answer questions it would require 20 variables, while this new method only requires three.

22 5 Some last notes 5.1 Adding, moving or removing a variable or case If you want to add or remove a variable or case you can use the following steps. 1. RIGHT-Click on the row number of the variable in the Variable Viewor case in the Data View that you want to remove, or where you want to insert a new one above 2. If you want to: a. remove the variable or case then click on b. add a new variable then click on c. add a new case then click on Variable View Data View You can also select multiple rows at once to insert or remove multiple variables (or cases) in one go. To insert a new variable or case you can also make use of the toolbar icons. In the Data View you will see which can be used to insert a new case, and also to insert a new variable. This last one is also visible in the Variable View. These two icons are shortcuts to the menu options in the menu Edit. To move a variable or case you can click and hold on the row number and then drag the mouse up or down to move the variable or case.

23 5.2 Details on Type If the type is set to Numeric, the systems default decimal separator is used, and no separator for thousands. The types Comma and Dot refer to the thousands separator (and not the decimal separator). If you set the type to Comma the decimal separator will become a dot, and the thousands separator a comma. For the type Dot this is the other way around. System decimal Numeric Comma Dot Dot , ,67 Comma 12345,67 12, ,67 If you have money as scores it might be nice to add the currency symbol. For dollars there is the type Dollar, but for other currencies it requires some extra work. You will first need to go to Edit Options, then select the Currency tab and type in the symbol at prefix (or suffix). Then go back and you can select as type Currency. The Date type allows you to enter dates in various formats. The Restricted Numeric (integer with leading zeros) can be used if you might have integer values (so without decimals) that have a leading zero (so for example 02345, leads with a zero). This can be useful for phone numbers. In the Netherlands for example, a phone number has a fixed length of 10 digits and always starts with a 0. The variable PhoneNr could then be set to this type with a width of 10. To change the system decimal you could either change it in your system settings or open a SPSS syntax file and to go from comma to a dot decimal separator: type in: SET LOCALE = "en_us", then run this. To go from dot to a comma decimal separator: type in: SET LOCALE ="fr_fr.windows-1252"

A Simple Guide to Using SPSS (Statistical Package for the. Introduction. Steps for Analyzing Data. Social Sciences) for Windows

A Simple Guide to Using SPSS (Statistical Package for the. Introduction. Steps for Analyzing Data. Social Sciences) for Windows A Simple Guide to Using SPSS (Statistical Package for the Social Sciences) for Windows Introduction ٢ Steps for Analyzing Data Enter the data Select the procedure and options Select the variables Run the

More information

Creating a data file and entering data

Creating a data file and entering data 4 Creating a data file and entering data There are a number of stages in the process of setting up a data file and analysing the data. The flow chart shown on the next page outlines the main steps that

More information

Handling Your Data in SPSS. Columns, and Labels, and Values... Oh My! The Structure of SPSS. You should think about SPSS as having three major parts.

Handling Your Data in SPSS. Columns, and Labels, and Values... Oh My! The Structure of SPSS. You should think about SPSS as having three major parts. Handling Your Data in SPSS Columns, and Labels, and Values... Oh My! You might think that simple intuition will guide you to a useful organization of your data. If you follow that path, you might find

More information

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1.

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1. -Using Excel- Note: The version of Excel that you are using might vary slightly from this handout. This is for Office 2004 (Mac). If you are using a different version, while things may look slightly different,

More information

Opening a Data File in SPSS. Defining Variables in SPSS

Opening a Data File in SPSS. Defining Variables in SPSS Opening a Data File in SPSS To open an existing SPSS file: 1. Click File Open Data. Go to the appropriate directory and find the name of the appropriate file. SPSS defaults to opening SPSS data files with

More information

How to Make APA Format Tables Using Microsoft Word

How to Make APA Format Tables Using Microsoft Word How to Make APA Format Tables Using Microsoft Word 1 I. Tables vs. Figures - See APA Publication Manual p. 147-175 for additional details - Tables consist of words and numbers where spatial relationships

More information

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below.

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below. Graphing in Excel featuring Excel 2007 1 A spreadsheet can be a powerful tool for analyzing and graphing data, but it works completely differently from the graphing calculator that you re used to. If you

More information

Introduction (SPSS) Opening SPSS Start All Programs SPSS Inc SPSS 21. SPSS Menus

Introduction (SPSS) Opening SPSS Start All Programs SPSS Inc SPSS 21. SPSS Menus Introduction (SPSS) SPSS is the acronym of Statistical Package for the Social Sciences. SPSS is one of the most popular statistical packages which can perform highly complex data manipulation and analysis

More information

Using Microsoft Excel

Using Microsoft Excel About Excel Using Microsoft Excel What is a Spreadsheet? Microsoft Excel is a program that s used for creating spreadsheets. So what is a spreadsheet? Before personal computers were common, spreadsheet

More information

Excel Basics: Working with Spreadsheets

Excel Basics: Working with Spreadsheets Excel Basics: Working with Spreadsheets E 890 / 1 Unravel the Mysteries of Cells, Rows, Ranges, Formulas and More Spreadsheets are all about numbers: they help us keep track of figures and make calculations.

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

Mr. Kongmany Chaleunvong. GFMER - WHO - UNFPA - LAO PDR Training Course in Reproductive Health Research Vientiane, 22 October 2009

Mr. Kongmany Chaleunvong. GFMER - WHO - UNFPA - LAO PDR Training Course in Reproductive Health Research Vientiane, 22 October 2009 Mr. Kongmany Chaleunvong GFMER - WHO - UNFPA - LAO PDR Training Course in Reproductive Health Research Vientiane, 22 October 2009 1 Object of the Course Introduction to SPSS The basics of managing data

More information

22/10/16. Data Coding in SPSS. Data Coding in SPSS. Data Coding in SPSS. Data Coding in SPSS

22/10/16. Data Coding in SPSS. Data Coding in SPSS. Data Coding in SPSS. Data Coding in SPSS DATA CODING IN SPSS STAFF TRAINING WORKSHOP March 28, 2017 Delivered by Dr. Director of Applied Economics Unit African Heritage Institution Enugu Nigeria To code data in SPSS, Lunch the SPSS The Data Editor

More information

Using Mail Merge in Microsoft Word 2003

Using Mail Merge in Microsoft Word 2003 Using Mail Merge in Microsoft Word 2003 Mail Merge Created: 12 April 2005 Note: You should be competent in Microsoft Word before you attempt this Tutorial. Open Microsoft Word 2003 Beginning the Merge

More information

Introduction to SPSS Edward A. Greenberg, PhD

Introduction to SPSS Edward A. Greenberg, PhD Introduction to SPSS Edward A. Greenberg, PhD ASU HEALTH SOLUTIONS DATA LAB JANUARY 7, 2013 Files for this workshop Files can be downloaded from: http://www.public.asu.edu/~eagle/spss or (with less typing):

More information

How to Set up a Budget Advanced Excel Part B

How to Set up a Budget Advanced Excel Part B How to Set up a Budget Advanced Excel Part B A budget is probably the most important spreadsheet you can create. A good budget will keep you focused on your ultimate financial goal and help you avoid spending

More information

Welcome to Introduction to Microsoft Excel 2010

Welcome to Introduction to Microsoft Excel 2010 Welcome to Introduction to Microsoft Excel 2010 2 Introduction to Excel 2010 What is Microsoft Office Excel 2010? Microsoft Office Excel is a powerful and easy-to-use spreadsheet application. If you are

More information

Depending on the computer you find yourself in front of, here s what you ll need to do to open SPSS.

Depending on the computer you find yourself in front of, here s what you ll need to do to open SPSS. 1 SPSS 13.0 for Windows Introductory Assignment Material covered: Creating a new SPSS data file, variable labels, value labels, saving data files, opening an existing SPSS data file, generating frequency

More information

Appendix A. SPSS 11.x in 30 Minutes

Appendix A. SPSS 11.x in 30 Minutes Appendix A SPSS 11.x in 30 Minutes For use with Exploring Research (5/e) Neil J. Salkind 1 Lesson 1 Starting SPSS After This Lesson, You Will Know How to start SPSS What the opening SPSS screen looks like

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Formatting a spreadsheet means changing the way it looks to make it neater and more attractive. Formatting changes can include modifying number styles, text size and colours. Many

More information

Chapter One: Getting Started With IBM SPSS for Windows

Chapter One: Getting Started With IBM SPSS for Windows Chapter One: Getting Started With IBM SPSS for Windows Using Windows The Windows start-up screen should look something like Figure 1-1. Several standard desktop icons will always appear on start up. Note

More information

IENG484 Quality Engineering Lab 1 RESEARCH ASSISTANT SHADI BOLOUKIFAR

IENG484 Quality Engineering Lab 1 RESEARCH ASSISTANT SHADI BOLOUKIFAR IENG484 Quality Engineering Lab 1 RESEARCH ASSISTANT SHADI BOLOUKIFAR SPSS (Statistical package for social science) Originally is acronym of Statistical Package for the Social Science but, now it stands

More information

Introduction to Excel

Introduction to Excel Introduction to Excel Written by Jon Agnone Center for Social Science Computation & Research 145 Savery Hall University of Washington Seattle WA 98195 U.S.A. (206)543-8110 November 2004 http://julius.csscr.washington.edu/pdf/excel.pdf

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel in Excel Although calculations are one of the main uses for spreadsheets, Excel can do most of the hard work for you by using a formula. When you enter a formula in to a spreadsheet

More information

Light Speed with Excel

Light Speed with Excel Work @ Light Speed with Excel 2018 Excel University, Inc. All Rights Reserved. http://beacon.by/magazine/v4/94012/pdf?type=print 1/64 Table of Contents Cover Table of Contents PivotTable from Many CSV

More information

Using Tab Stops in Microsoft Word

Using Tab Stops in Microsoft Word Using Tab Stops in Microsoft Word U 720 / 1 How to Set Up and Use Tab Stops to Align and Position Text on a Page If you ve tried to use tab stops to align text in Microsoft Word, there s every chance you

More information

How to export data from Reckon Quicken Personal Plus to Moneydance By Michael Young

How to export data from Reckon Quicken Personal Plus to Moneydance By Michael Young How to export data from Reckon Quicken Personal Plus to Moneydance 2011 By Michael Young The information provided in this guide is provided to help users of Reckon Quicken Personal Plus transfer data to

More information

Excel 2013 for Beginners

Excel 2013 for Beginners Excel 2013 for Beginners Class Objective: This class will familiarize you with the basics of using Microsoft Excel. Class Outline: Introduction to Microsoft Excel 2013... 1 Microsoft Excel...2-3 Getting

More information

INTRODUCTION TO SPSS. Anne Schad Bergsaker 13. September 2018

INTRODUCTION TO SPSS. Anne Schad Bergsaker 13. September 2018 INTRODUCTION TO SPSS Anne Schad Bergsaker 13. September 2018 BEFORE WE BEGIN... LEARNING GOALS 1. Be familiar with and know how to navigate between the different windows in SPSS 2. Know how to write a

More information

Introduction to SPSS on the Macintosh. Scott Patterson,Ph.D. Broadcast and Electronic Communication Arts San Francisco State University.

Introduction to SPSS on the Macintosh. Scott Patterson,Ph.D. Broadcast and Electronic Communication Arts San Francisco State University. Introduction to SPSS on the Macintosh. Scott Patterson,Ph.D. Broadcast and Electronic Communication Arts San Francisco State University Spring 2000 This is a brief guide to using SPSS in the Macintosh

More information

Depending on the computer you find yourself in front of, here s what you ll need to do to open SPSS.

Depending on the computer you find yourself in front of, here s what you ll need to do to open SPSS. 1 SPSS 11.5 for Windows Introductory Assignment Material covered: Opening an existing SPSS data file, creating new data files, generating frequency distributions and descriptive statistics, obtaining printouts

More information

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman Chapter 9 Copyright 2012 Manning Publications Brief contents PART 1 GETTING STARTED WITH SHAREPOINT 1 1 Leveraging the power of SharePoint 3 2

More information

Intro To Excel Spreadsheet for use in Introductory Sciences

Intro To Excel Spreadsheet for use in Introductory Sciences INTRO TO EXCEL SPREADSHEET (World Population) Objectives: Become familiar with the Excel spreadsheet environment. (Parts 1-5) Learn to create and save a worksheet. (Part 1) Perform simple calculations,

More information

Using Mail Merge in Microsoft Word XP/2002

Using Mail Merge in Microsoft Word XP/2002 Using Mail Merge in Microsoft Word XP/2002 Open Microsoft Word XP/2002 Beginning the Merge You may start Mail Merge with a blank document or one that you have already created. We will use a blank document

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate (103-134) Building Access Databases Notes Quick Links Building Databases Pages AC52 AC56 AC91 AC93 Building Access Tables Pages AC59 AC67 Field Types Pages AC54 AC56 AC267 AC270

More information

SPSS. Faiez Mussa. 2 nd class

SPSS. Faiez Mussa. 2 nd class SPSS Faiez Mussa 2 nd class Objectives To describe opening and closing SPSS To introduce the look and structure of SPSS To introduce the data entry windows: Data View and Variable View To outline the components

More information

Chapter 2 Assignment (due Thursday, April 19)

Chapter 2 Assignment (due Thursday, April 19) (due Thursday, April 19) Introduction: The purpose of this assignment is to analyze data sets by creating histograms and scatterplots. You will use the STATDISK program for both. Therefore, you should

More information

Computer Basics: Step-by-Step Guide (Session 2)

Computer Basics: Step-by-Step Guide (Session 2) Table of Contents Computer Basics: Step-by-Step Guide (Session 2) ABOUT PROGRAMS AND OPERATING SYSTEMS... 2 THE WINDOWS 7 DESKTOP... 3 TWO WAYS TO OPEN A PROGRAM... 4 DESKTOP ICON... 4 START MENU... 5

More information

(Updated 29 Oct 2016)

(Updated 29 Oct 2016) (Updated 29 Oct 2016) 1 Class Maker 2016 Program Description Creating classes for the new school year is a time consuming task that teachers are asked to complete each year. Many schools offer their students

More information

Introduction to SPSS

Introduction to SPSS Introduction to SPSS Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data file and calculate

More information

CheckBook Pro 2 Help

CheckBook Pro 2 Help Get started with CheckBook Pro 9 Introduction 9 Create your Accounts document 10 Name your first Account 11 Your Starting Balance 12 Currency 13 We're not done yet! 14 AutoCompletion 15 Descriptions 16

More information

Navigating in SPSS. C h a p t e r 2 OBJECTIVES

Navigating in SPSS. C h a p t e r 2 OBJECTIVES C h a p t e r 2 Navigating in SPSS 2.1 Introduction and Objectives As with any new software program you may use, it is important that you are able to move around the screen with the mouse and that you

More information

Homework 1 Excel Basics

Homework 1 Excel Basics Homework 1 Excel Basics Excel is a software program that is used to organize information, perform calculations, and create visual displays of the information. When you start up Excel, you will see the

More information

Basic concepts and terms

Basic concepts and terms CHAPTER ONE Basic concepts and terms I. Key concepts Test usefulness Reliability Construct validity Authenticity Interactiveness Impact Practicality Assessment Measurement Test Evaluation Grading/marking

More information

Using Microsoft Word. Tables

Using Microsoft Word. Tables Using Microsoft Word are a useful way of arranging information on a page. In their simplest form, tables can be used to place information in lists. More complex tables can be used to arrange graphics on

More information

Intro. Scheme Basics. scm> 5 5. scm>

Intro. Scheme Basics. scm> 5 5. scm> Intro Let s take some time to talk about LISP. It stands for LISt Processing a way of coding using only lists! It sounds pretty radical, and it is. There are lots of cool things to know about LISP; if

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 22.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

Tests of difference for two sample designs. Bivariate and multiple regression. Analysis of covariance and multivariate analysis of variance

Tests of difference for two sample designs. Bivariate and multiple regression. Analysis of covariance and multivariate analysis of variance Chapter 1 Introduction 1 Chapter 2 Chapter 3 Chapter 4 Chapter 5 Chapter 6 Chapter 7 Chapter 8 Chapter 9 Chapter 10 Chapter 11 Chapter 12 Chapter 13 Data entry in SPSS Exploring data in SPSS Data handling

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Filling Data Across Columns

More information

INTRODUCTORY SPSS. Dr Feroz Mahomed Swalaha x2689

INTRODUCTORY SPSS. Dr Feroz Mahomed Swalaha x2689 INTRODUCTORY SPSS Dr Feroz Mahomed Swalaha fswalaha@dut.ac.za x2689 1 Statistics (the systematic collection and display of numerical data) is the most abused area of numeracy. 97% of statistics are made

More information

User Services Spring 2008 OBJECTIVES Introduction Getting Help Instructors

User Services Spring 2008 OBJECTIVES  Introduction Getting Help  Instructors User Services Spring 2008 OBJECTIVES Use the Data Editor of SPSS 15.0 to to import data. Recode existing variables and compute new variables Use SPSS utilities and options Conduct basic statistical tests.

More information

Excel 2013 Beyond TheBasics

Excel 2013 Beyond TheBasics Excel 2013 Beyond TheBasics INSTRUCTOR: IGNACIO DURAN Excel 2013 Beyond The Basics This is a class for beginning computer users. You are only expected to know how to use the mouse and keyboard, open a

More information

Lesson 2. Introducing Apps. In this lesson, you ll unlock the true power of your computer by learning to use apps!

Lesson 2. Introducing Apps. In this lesson, you ll unlock the true power of your computer by learning to use apps! Lesson 2 Introducing Apps In this lesson, you ll unlock the true power of your computer by learning to use apps! So What Is an App?...258 Did Someone Say Free?... 259 The Microsoft Solitaire Collection

More information

2 A little on Spreadsheets

2 A little on Spreadsheets 2 A little on Spreadsheets Spreadsheets are computer versions of an accounts ledger. They are used frequently in business, but have wider uses. In particular they are often used to manipulate experimental

More information

ACER Online Assessment and Reporting System (OARS) User Guide

ACER Online Assessment and Reporting System (OARS) User Guide ACER Online Assessment and Reporting System (OARS) User Guide January 2015 Contents Quick guide... 3 Overview... 4 System requirements... 4 Account access... 4 Account set up... 5 Create student groups

More information

Chapter 3: The IF Function and Table Lookup

Chapter 3: The IF Function and Table Lookup Chapter 3: The IF Function and Table Lookup Objectives This chapter focuses on the use of IF and LOOKUP functions, while continuing to introduce other functions as well. Here is a partial list of what

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 21.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

There are 3 main windows, and 3 main types of files, in SPSS: Data, Syntax, and Output.

There are 3 main windows, and 3 main types of files, in SPSS: Data, Syntax, and Output. U6310 Quantitative Techniques Lab - September 2001 Intro to SPSS SPSS works like this: You have a data set (either you create one or use an existing file such as the GSS). You choose analysis techniques

More information

Prepared By: Graeme Hilson. U3A Nunawading

Prepared By: Graeme Hilson. U3A Nunawading 0 Prepared By: Graeme Hilson U3A Nunawading - 2015 1 CONTENTS This Course Page 3 Reference Material Page 3 Introduction page 3 Microsoft Excel Page 3 What is a Spreadsheet Page 4 Excel Screen Page 4 Using

More information

Making Tables and Graphs with Excel. The Basics

Making Tables and Graphs with Excel. The Basics Making Tables and Graphs with Excel The Basics Where do my IV and DV go? Just like you would create a data table on paper, your IV goes in the leftmost column and your DV goes to the right of the IV Enter

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

Database Concepts Using Microsoft Access

Database Concepts Using Microsoft Access lab Database Concepts Using Microsoft Access 9 Objectives: Upon successful completion of Lab 9, you will be able to Understand fundamental concepts including database, table, record, field, field name,

More information

Editing and Formatting Worksheets

Editing and Formatting Worksheets LESSON 2 Editing and Formatting Worksheets 2.1 After completing this lesson, you will be able to: Format numeric data. Adjust the size of rows and columns. Align cell contents. Create and apply conditional

More information

Beginner s Guide to Microsoft Excel 2002

Beginner s Guide to Microsoft Excel 2002 Beginner s Guide to Microsoft Excel 2002 Microsoft Excel lets you create spreadsheets, which allow you to make budgets, track inventories, calculate profits, and design charts and graphs. 1. Open Start

More information

PARTS OF A WORKSHEET. Rows Run horizontally across a worksheet and are labeled with numbers.

PARTS OF A WORKSHEET. Rows Run horizontally across a worksheet and are labeled with numbers. 1 BEGINNING EXCEL While its primary function is to be a number cruncher, Excel is a versatile program that is used in a variety of ways. Because it easily organizes, manages, and displays information,

More information

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum)

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Manually adjust column width Place the pointer on the line between letters in the Column Headers. The pointer will change to double headed arrow. Hold

More information

COPYRIGHTED MATERIAL. Making Excel More Efficient

COPYRIGHTED MATERIAL. Making Excel More Efficient Making Excel More Efficient If you find yourself spending a major part of your day working with Excel, you can make those chores go faster and so make your overall work life more productive by making Excel

More information

Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction

Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction In this exercise, we will learn how to reorganize and reformat a data

More information

Course contents. Overview: Goodbye, calculator. Lesson 1: Get started. Lesson 2: Use cell references. Lesson 3: Simplify formulas by using functions

Course contents. Overview: Goodbye, calculator. Lesson 1: Get started. Lesson 2: Use cell references. Lesson 3: Simplify formulas by using functions Course contents Overview: Goodbye, calculator Lesson 1: Get started Lesson 2: Use cell references Lesson 3: Simplify formulas by using functions Overview: Goodbye, calculator Excel is great for working

More information

QUICK EXCEL TUTORIAL. The Very Basics

QUICK EXCEL TUTORIAL. The Very Basics QUICK EXCEL TUTORIAL The Very Basics You Are Here. Titles & Column Headers Merging Cells Text Alignment When we work on spread sheets we often need to have a title and/or header clearly visible. Merge

More information

Excel Formulas 2018 Cindy Kredo Page 1 of 23

Excel Formulas 2018 Cindy Kredo Page 1 of 23 Excel file: Excel_Formulas_BeyondIntro_Data.xlsx Lab One: Sumif, AverageIf and Countif Goal: On the Demographics tab add formulas in Cells C32, D32 and E32 using the above functions. Use the cross-hair

More information

For many people, learning any new computer software can be an anxietyproducing

For many people, learning any new computer software can be an anxietyproducing 1 Getting to Know Stata 12 For many people, learning any new computer software can be an anxietyproducing task. When that computer program involves statistics, the stress level generally increases exponentially.

More information

Section 1 Microsoft Excel Overview

Section 1 Microsoft Excel Overview Course Topics: I. MS Excel Overview II. Review of Pasting and Editing Formulas III. Formatting Worksheets and Cells IV. Creating Templates V. Moving and Navigating Worksheets VI. Protecting Sheets VII.

More information

Chapter 2 The SAS Environment

Chapter 2 The SAS Environment Chapter 2 The SAS Environment Abstract In this chapter, we begin to become familiar with the basic SAS working environment. We introduce the basic 3-screen layout, how to navigate the SAS Explorer window,

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to people in certain situations while others have

More information

Making ERAS work for you

Making ERAS work for you Making ERAS work for you (Beyond the basics) If you ve used ERAS for your application season, you ve probably mastered the basics; collecting mail from ERAS Post Office, checking boxes in the status listing,

More information

Chapter One Modifying Your Fonts

Chapter One Modifying Your Fonts Chapter One Modifying Your Fonts Steps to Modifying Fonts Opening Fonts Changing Character Weight About Font Piracy Creating Oblique Fonts Creating Fractions Creating Ligatures Creating Condensed Characters

More information

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents Section Topic Sub-topic Pages Section 2 Spreadsheets Layout and Design S2: 2 3 Formulae

More information

Working with Excel CHAPTER 1

Working with Excel CHAPTER 1 CHAPTER 1 Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to quickly create powerful mathematical, financial, and

More information

Spreadsheet Concepts Using Microsoft Excel

Spreadsheet Concepts Using Microsoft Excel Spreadsheet Concepts Using Microsoft Excel lab 5 Objectives: Upon successful completion of Lab 5, you will be able to Create and edit a simple spreadsheet document Describe the advantage of using formulas

More information

The easiest way to get these data into STATA is for you to fire up the STATA Data Editor and just type the data into the spreadsheet-like interface.

The easiest way to get these data into STATA is for you to fire up the STATA Data Editor and just type the data into the spreadsheet-like interface. 17.871 Spring 2012 How to Use the STATA infile and infix Commands STATA is a very flexible program, allowing you to read-in and manipulate data in many different forms. This is good, because social science

More information

SAMLab Tip Sheet #5 Creating Graphs

SAMLab Tip Sheet #5 Creating Graphs Creating Graphs The purpose of this tip sheet is to provide a basic demonstration of how to create graphs with Excel. Excel can generate a wide variety of graphs, but we will use only two as primary examples.

More information

Mastering the Actuarial Tool Kit

Mastering the Actuarial Tool Kit Mastering the Actuarial Tool Kit By Sean Lorentz, ASA, MAAA Quick, what s your favorite Excel formula? Is it the tried and true old faithful SUMPRODUCT formula we ve all grown to love, or maybe once Microsoft

More information

Objective: Class Activities

Objective: Class Activities Objective: A Pivot Table is way to present information in a report format. The idea is that you can click drop down lists and change the data that is being displayed. Students will learn how to group data

More information

Using pivot tables in Excel (live exercise with data)

Using pivot tables in Excel (live exercise with data) Using pivot tables in Excel (live exercise with data) In chapter four, we used B.C. s political donations data to learn how to build pivot tables, which group elements in your data and summarize the information

More information

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields.

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. In This Chapter Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. Adding help text to any field to assist users as they fill

More information

BB4W. KS3 Programming Workbook INTRODUCTION TO. BBC BASIC for Windows. Name: Class:

BB4W. KS3 Programming Workbook INTRODUCTION TO. BBC BASIC for Windows. Name: Class: KS3 Programming Workbook INTRODUCTION TO BB4W BBC BASIC for Windows Name: Class: Resource created by Lin White www.coinlea.co.uk This resource may be photocopied for educational purposes Introducing BBC

More information

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum)

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Select a Row or a Column Place your pointer over the Column Header (gray cell at the top of a column that contains a letter identifying the column)

More information

Information Technology

Information Technology Information Technology Operations Team Instructional Sharing Protected Data Contents Introduction... 3 Procedure... 3 How to Password Protect a MS Word Document... 3 MS Word 2010/2013/2016... 3 Word 2007...

More information

Introduction to Stata Getting Data into Stata. 1. Enter Data: Create a New Data Set in Stata...

Introduction to Stata Getting Data into Stata. 1. Enter Data: Create a New Data Set in Stata... Introduction to Stata 2016-17 02. Getting Data into Stata 1. Enter Data: Create a New Data Set in Stata.... 2. Enter Data: How to Import an Excel Data Set.... 3. Import a Stata Data Set Directly from the

More information

Microsoft Excel 2007 Lesson 7: Charts and Comments

Microsoft Excel 2007 Lesson 7: Charts and Comments Microsoft Excel 2007 Lesson 7: Charts and Comments Open Example.xlsx if it is not already open. Click on the Example 3 tab to see the worksheet for this lesson. This is essentially the same worksheet that

More information

Text University of Bolton.

Text University of Bolton. Text University of Bolton. The screen shots used in this workbook are from copyrighted licensed works and the copyright for them is most likely owned by the publishers of the content. It is believed that

More information

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT Table of Contents Creating a Webform First Steps... 1 Form Components... 2 Component Types.....4 Conditionals...

More information

THE EXCEL ENVIRONMENT... 1 EDITING...

THE EXCEL ENVIRONMENT... 1 EDITING... Excel Essentials TABLE OF CONTENTS THE EXCEL ENVIRONMENT... 1 EDITING... 1 INSERTING A COLUMN... 1 DELETING A COLUMN... 1 INSERTING A ROW... DELETING A ROW... MOUSE POINTER SHAPES... USING AUTO-FILL...

More information

MODULE III: NAVIGATING AND FORMULAS

MODULE III: NAVIGATING AND FORMULAS MODULE III: NAVIGATING AND FORMULAS Copyright 2012, National Seminars Training Navigating and Formulas Using Grouped Worksheets When multiple worksheets are selected, the worksheets are grouped. If you

More information

Introduction. About this Document. What is SPSS. ohow to get SPSS. oopening Data

Introduction. About this Document. What is SPSS. ohow to get SPSS. oopening Data Introduction About this Document This manual was written by members of the Statistical Consulting Program as an introduction to SPSS 12.0. It is designed to assist new users in familiarizing themselves

More information

Adding Information to a Worksheet

Adding Information to a Worksheet Figure 1-1 Excel s welcome page lets you create a new, blank worksheet or a readymade workbook from a template. For now, click the Blank workbook picture to create a new spreadsheet with no formatting

More information

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50 Excel 2016: Part 1 Updated January 2017 Copy cost: $1.50 Getting Started Please note that you are required to have some basic computer skills for this class. Also, any experience with Microsoft Word is

More information

Introduction. Watch the video below to learn more about getting started with PowerPoint. Getting to know PowerPoint

Introduction. Watch the video below to learn more about getting started with PowerPoint. Getting to know PowerPoint PowerPoint 2016 Getting Started With PowerPoint Introduction PowerPoint is a presentation program that allows you to create dynamic slide presentations. These presentations can include animation, narration,

More information

Are your spreadsheets filled with unnecessary zero s, cluttering your information and making it hard to identify significant results?

Are your spreadsheets filled with unnecessary zero s, cluttering your information and making it hard to identify significant results? Declutter your Spreadsheets by Hiding Zero Values Are your spreadsheets filled with unnecessary zero s, cluttering your information and making it hard to identify significant results? Undertaking data

More information