Topics in SPSS 12 INDEX 1. Single- Value Frequency Table Categorical Frequency Table Grouped ( Class Limits ) Table

Size: px
Start display at page:

Download "Topics in SPSS 12 INDEX 1. Single- Value Frequency Table Categorical Frequency Table Grouped ( Class Limits ) Table"

Transcription

1 Topics in SPSS 12 INDEX 1 1. OVERVIEW 2 2. DATA EDITOR 3 3. ORGANIZING DATA 4 Single- Value Frequency Table Categorical Frequency Table Grouped ( Class Limits ) Table 4. DESCRIPTIVE MEASURES 7 Measures of Center Mean, Median, Mode, Measures of Variation Sample Standard deviation, Sample variation Maximum, Minimum, Range, IQR, Skewness and more 5. FIVE NUMBER- SUMMERY ( Minimum, Lower Quartile, Median, Upper Quartile, and Maximum ) 8 6. PLOTTING GRAPHS AND CHARTS 9 Bar Graph Histogram Pie Chart Boxplot Stem-and-Leaf 7. SAVING AND PRINTING OUTPUTS REFERENCES 29 SPSS 12 For Windows / Prepared By M. Zalzali /

2 1. Overview SPSS for Windows provides a powerful statistical analysis and data management system in a graphical environment, using descriptive menus and simple dialog boxes to do most of the work for you. Most tasks can be accomplished simply by pointing and clicking the mouse. In addition to the simple point-and-click interface for statistical analysis, SPSS for Windows provides: Data Editor. A versatile spreadsheet-like system for defining, entering, editing, and displaying data. Viewer. The Viewer makes it easy to browse your results, selectively show and hide output, change the display order results, and move presentation-quality tables and charts between SPSS and other applications. Multidimensional pivot tables. Your results come alive with multidimensional pivot tables. Explore your tables by rearranging rows, columns, and layers. Uncover important findings that can get lost in standard reports. Compare groups easily by splitting your table so that only one group is displayed at a time. High-resolution graphics. High-resolution, full-color pie charts, bar charts, histograms, scatter plots, 3-D graphics, and more are included as standard features in SPSS. Database access. Retrieve information from databases by using the Database Wizard instead of complicated SQL queries. Data transformations. Transformation features help get your data ready for analysis. You can easily subset data, combine categories, add, aggregate, merge, split, and transpose files, and more. Electronic distribution. Send reports to others with the click of a button, or export tables and charts in HTML format for Internet and intranet distribution. Online Help. Detailed tutorials provide a comprehensive overview; context-sensitive Help topics in dialog boxes guide you through specific tasks; pop-up definitions in pivot table results explain statistical terms; the Statistics Coach helps you find the procedures that you need; and Case Studies provide hands-on examples of how to use statistical procedures and interpret the results. Command language. Although most tasks can be accomplished with simple point-and-click gestures, SPSS also provides a powerful command language that allows you to save and automate many common tasks. The command language also provides some functionality not found in the menus and dialog boxes. SPSS 12 for Windows provides several ways to obtain help about how to use SPSS. Every window has a help menu on the menu bar for that window; most dialog boxes have a Help button that links directly to help for that dialog box. Right- clicking ( clicking with the right mouse button ) on most objects (expressions, boxes, and buttons) in a dialog box will result in a context sensitive description of the item that was clicked on. SPSS 12 For Windows / Prepared By M. Zalzali /

3 2. Data Editor The Data Editor provides a convenient, spreadsheet-like method for creating and editing data files. The Data Editor window opens automatically when you start a session. The Data Editor provides two views of your data: Data view. Displays the actual data values or defined value labels. Variable view. Displays variable definition information, including defined variable and value labels, data type (for example, string, date, and numeric), measurement level (nominal, ordinal, or scale), and user-defined missing values. In both views, you can add, change, and delete information contained in the data file. SPSS 12 For Windows / Prepared By M. Zalzali /

4 3. GENERATING FREQUENCY TABLES Objectives: This chapter will focus on how to obtain tables by using SPSS. Such tables are mainly Single- Value Frequency Table Categorical Frequency Table Grouped ( Class Limits ) Table SPSS generates tables that contain Classes, frequencies, percent, valid percent, and cumulative percent Example 1: Generating a single-value table for the following data values Step 1: Click on Variable View. Type Data under name ( or choose any name ), adjust Decimals to 0, Type should be numeric. Step 2: Type the data values in first column SPSS 12 For Windows / Prepared By M. Zalzali /

5 Step 3: From Data View click on Analyze >> Descriptive Statistics >> Frequencies as shown below SPSS will give you the following output Click on the arrow so that data moves to variables Step 4: Click ok SPSS will give you this output Valid Data Cumulative Frequency Percent Valid Percent Percent Total SPSS 12 For Windows / Prepared By M. Zalzali /

6 Example 2: Grouping Categorical Data: Data: D R R R D D I I D D D D D I D D R R R D D R Follow same steps as in example 1. But make changes to Type ( Numeric to String ), and Align to Center ( if you wish ). The width should be as big as the biggest string ( number of characters ). The output will be as follows Categorical Categorical Classes Frequency Percent Valid Percent Cumulative Percent Valid D I R Total Example 3: Grouping data in classes ( limits ) Data: The desired classes are: 50-59, 60-69, 70-79, 80-89, and Step 1: Repeat step 1 in example 1 Step 2: Repeat step 2 in example 1 Step 3: Go to Data >> Sort Cases >> Name of Variable >>A dialog window opens, choose ascending >> OK Step 4: Type the class of each value in the next column and name the variable Class Limits after choosing the Type to be a string. Step 5: From Data View click on Analyze >> Descriptive Statistics >> Frequencies The output from SPSS is Classes Valid Cumulative Frequency Percent Valid Percent Percent Total SPSS 12 For Windows / Prepared By M. Zalzali /

7 4. DESCRIPTIVE MEASURES Objectives: Descriptive measures are numbers calculated from the data that describe certain characteristics of the data file. This chapter will focus on using SPSS to calculate some common descriptive measures. I will concentrate on the following: Example 4: Find Measures of Center Mean, Median, Mode, Measures of Variation Sample Standard deviation, Sample variation Maximum, Minimum, Range, IQR, Skewness and more 1. Number of data N 2. Mean 3. Median 4. Mode 5. Maximum 6. Minimum 7. Range 8. Sample Standard Deviation 9. Sample Variation 10. Skewness 11. IQR 12. Kurtosis 13. Sum of values From the following data Step 1: Enter data in first column, and make sure the Type in Variable View is numeric. Step 2: Click Analyze >> Descriptive Statistics >> Frequencies >>Add Variable Name Step 3: Dialog window opens, click on Statistics and check all the desired variables Step 4: Click Continue >>> OK on the first window The output from SPSS SPSS 12 For Windows / Prepared By M. Zalzali /

8 Data N Statistics Valid 24 Missing 0 Mean Median Mode 78(a) Std. Deviation Variance Skewness Std. Error of Skewness.472 Kurtosis Std. Error of Kurtosis.918 Range 43 Minimum 56 Maximum 99 Sum 1928 Percentiles a Multiple modes exist. The smallest value is shown 5. FIVE NUMBER- SUMMERY ( Minimum, Lower Quartile, Median, Upper Quartile, and Maximum ) Objectives: The five-number-summary for a data set consists of the minimum, maximum, and quartiles, written in increasing order: minimum, lower quartile Q 1 ( P 25 ), Median ( Q 2 ), upper quartile Q 3 ( P 75 ), and maximum. By using SPSS, we can find these values that will be needed to graph boxplots. Example 5: Find the five-number-summary for the following data and Graph the related boxplot Step 1: Enter the data ( Numeric ) Step 2: Click Analayze >> Descriptive Statistics >> Frequencies >> Check the five number-summary that are required >> Continue >> OK SPSS 12 For Windows / Prepared By M. Zalzali /

9 SPSS 12 shows Statistics Data N Valid 24 Missing 0 Median Minimum 56 Maximum 99 Percentiles PLOTTING GRAPHS AND CHARTS Objectives: In this chapter, we will be introduced to graphs and charts. Once we plot them, we can modify the graphs and charts as we please. SPSS supports help for each graph in a friendly manner that we can track the changes and make modifications to the outputs on the spot. We will work on the following: Bar Graph Histogram Pie Chart Boxplot Stem-and-Leaf Example 6: Use the following table to plot a frequency bar graph Grades Letters Frequency ( Number of Students ) A 12 B 15 C 14 D 10 F 3 Step 1: Name first column Grades and assign a string and second column as Frequency and assign a numeric in types Step 2: Click Graphs >> Bar SPSS shows SPSS 12 For Windows / Prepared By M. Zalzali /

10 Choose Simple for a single graph. For two or more choose Clustered. >> Define Step 3: Add Frequency to Bar Represent and Grades to Variables >> OK SPSS 12 will have the following output Value Frequency A B C D F Grades Modifications: Sometimes, we would like to add some flavors to the graph, for instance, the frequency value of each bar, its percentage, or both. Sometimes, we like to change the background of the output and make it more appealing to the subject we are talking about. We should do the following:: SPSS 12 For Windows / Prepared By M. Zalzali /

11 1. Double click on output of the graph, you will receive 2. Right click the graph, you get the following choices The window below is self explanatory. You can make any modification to the graph you wish. If you choose Show Data label. Another dialog opens called properties With the new window ( Properties ) We can change chart size, text, fill & color, and Data Value Labels. For example, click on Data Value Labels. Add to Contents>>> Frequency, Grades, or Percents by clicking them first, then add using the following icon, or we can delete it from contents by using. By using Label Position, click on Custom, we can label the values above, in the middle, or below the bar. Click Apply when you are done. SPSS 12 For Windows / Prepared By M. Zalzali /

12 In this graph, the labels are costumed above the bar and the background is yellow. Example 7: Use the following table to plot a frequency bar graph ( Clustered ) Grades Letters Frequency 1 Frequency 2 A B C D F 3 9 Step 1: Type Grades, Frequency1, and Frequency2 in the Variable View Step 2: Type Grades, Frequency1, and Frequency Data Values in the Data View Step 3: Click Graphs >>> Bar A Bar Graph Chart dialog shows up Click Clustered >>>Values of individual cases >>> Define SPSS 12 For Windows / Prepared By M. Zalzali /

13 Step 4: Move Graphs, Frequency 1, and Frequency 2 to the assigned places as shown below Step 5: Click ok The SPSS output shows 20 Frequency1 Frequency2 15 Value A B C D F Grade Modifications: As we did before, by double clicking the graph, and then, right-clicking, we can add Value labels, etc.as you can see 20 Frequency1 Frequency2 15 Value A B C D F Grade SPSS 12 For Windows / Prepared By M. Zalzali /

14 Example 8: Use the following table to plot a bar graph with relative frequency. Grades Letters Frequency ( Number of Students ) A 12 B 15 C 14 D 10 F 3 Step1: Type in the Variable View as shown below. Step 2: Type the Grades, and Frequency in the Data View as show below Step 3: Click on Transform >>> Compute SPSS 12 For Windows / Prepared By M. Zalzali /

15 Step 4: A dialog window shows Type RelativeF in Target Variable and add the formula in Numeric Expression The values of the relative frequency are executed by SPSS Repeat Steps 1, 2, and 3 in the previous example, but you should use Grades and RelativeF only. SPSS shows in its output SPSS 12 For Windows / Prepared By M. Zalzali /

16 Mean RelativeF A B C D F Grades Histograms SPSS produces a histogram directly from data values. The histogram that is produced doesn t have the correct width and cutpoints or number of classes.. The histogram created in SPSS can be customized. If you use SPSS for the first time, the histogram created will show the midpoints of each class. Such histogram can be modified later when you change some settings. To customize the histogram, select the histogram by double-clicking on it. The Chart Editor window will open and it has its own menu. This can be shown by the next example. Example 9: Construct a histogram from the following data consisting of 5 classes Data ( Histogram ) Step 1: Enter data values in Data View and Name the variable in Variable View. Step 2: Click Graphs >> Histogram. A window dialog opens. Add Histogram Name to Variable >> OK SPSS 12 For Windows / Prepared By M. Zalzali /

17 SPSS output will be 10 8 Frequency Histogram Mean = Std. Dev. = N = 30 This automatic output shows a histogram with 12 classes ( The desired is 5 ). By double-clicking the chart, a Chart Editor Window opens >> Click on X A window opens that shows the properties of the histogram: Our task to modify the classes, cutpoints, ticks & Grids, display a normal curve, change the scale, axis label, etc. SPSS 12 For Windows / Prepared By M. Zalzali /

18 Click on Custom, bullet Number of intervals, and choose 5 >>> Apply SPSS output will show Frequency Histogram Mean = Std. Dev. = N = 30 The new histogram has 5 classes, but the cutpoints don t end at each bar. Now it is our task to have each bar of the histogram has a lower cutpoint and an upper cutpoint. The best way is to figure out the class width, and match it with the starting lower cutpoint. The lower cutpoint should be an integer multiple of the value of the class width. In this example, the class width should be 120, starting point should also be 120. SPSS 12 For Windows / Prepared By M. Zalzali /

19 SPSS output will show Frequency Histogram Mean = Std. Dev. = N = 30 Example 10: Use the following table to plot a pie graph Grades Letters Frequency ( Number of Students ) A 12 B 15 C 14 D 10 F 3 Step 1: Repeat step 1 in example 6. Step 2: Click Graphs >> Pie.. SPSS Shows Click Values of individual cases >> Define Step 3: Add Frequency to Slices Represent and Grades to Variables >> OK SPSS 12 For Windows / Prepared By M. Zalzali /

20 The output by SPSS shows A B C D F Modifications to pie graphs: We can repeat the same steps we did when we modified bar graphs. By Double clicking on the pie, and then right-clicking the mouse, we can add labels, label values, percents, etc Some of these modifications can be noticed by the next pie graphs A B C D F A B C D F F % D 10 A % 22.22% C 14 B % 27.78% Example 11: Graph a boxplot for the following data: Start by entering data values and name the variable. Next click Graphs >> Box Plot >> A Dialogue window opens, click Simple ( for one ) Clustered ( for two or more >>Click Summaries of separate variables >>Define >>Add Variable Name >> OK SPSS 12 gives you SPSS 12 For Windows / Prepared By M. Zalzali /

21 Data Step 5: You can double click on the box plot, and click once on. The box plot will be horizontal. Data Modifications on Boxplots: Double click the boxplot, Click on Y. A dialog window opens Click on Ticks & Grids SPSS 12 For Windows / Prepared By M. Zalzali /

22 Click on Display ticks and insert a number you wish Click Apply, SPSS shows Boxplot SPSS 12 For Windows / Prepared By M. Zalzali /

23 Simple / Clustered Boxplot Summaries of Separate Variables Creates a boxplot summarizing the median, quartiles and extreme values for one or more numeric variables, within clusters defined by a categorical variable. Select at least two variables and move them into the Boxes Represent box. These variables must be numeric. Select a category variable and move it into the Category Axis box. This variable may be numeric, string or long string. You can select a variable and move it into the Label Cases by box. This variable can be numeric or string. If selected, the value labels (or values if no labels are defined) of this variable can be used to label Outliers or extreme cases on the plot. If you do not select a variable to Label Cases by, case numbers can be used to label outliers and extremes. Select Options to specify the treatment of missing values in your data and control whether labels are to be displayed for outliers and extremes. Example 12: Create two boxplots on the same graph by using 1. Simple Boxplot 2. Clustered Boxplot from the following data: Set Simple Boxplots Set Step 1: Enter the data values and Name the variables Box 1 and Box 2 respectively. Step 2: Choose Graphs >>> Boxplot. A dialog opens Click on Simple and Bullet on Summaries of separate variables >>> Define SPSS 12 For Windows / Prepared By M. Zalzali /

24 Step 3: Add Box 1 and Box 2 to Boxes Represent >>> OK SPSS output will show Box1 By double clicking the output, we can make any modifications we desire. Box2 2. Clustered Boxplots Follow the same steps as simple boxplots, but add two variable ( Categorial Axis and Label ), These new variables can be moved later. Make sure you choose Clustered >>> Define Add variables to the new box as follows >>> OK SPSS 12 For Windows / Prepared By M. Zalzali /

25 SPSS output will give you after some modifications Box1 Box CategorialAxis With some extra modifications, the graph will look like Box1 Box2 CategorialAxis SPSS 12 For Windows / Prepared By M. Zalzali /

26 Example 13: Construct a stem-and-leaf diagram from the following data that represent the number of relatives of students in a math class whose section is Step 1: Enter the data in Data View, Name Relatives in the Variable View. Step 2: Click Analyze >> Descriptive Statistics >> Explore Add Relatives to Dependent List Box >> OK Choose Plots and check on Stem-and-leaf box >> Continue Relatives Stem-and-Leaf Plot Frequency Stem & Leaf Stem width: 10 Each leaf: 1 case(s) SPSS 12 For Windows / Prepared By M. Zalzali /

27 7. SAVING AND PRINTING OUTPUTS Often a printed copy of the data file is needed. For example, it is easier to check the accuracy of data from a printed copy than from the computer screen. It is always a good idea to double-check the accuracy of recently entered data. A printed copy may also be required for a report or other document. The data file is printed exactly as it appears in the Data Editor. If you want to print the data values, make sure the data Editor is in Data View. If you want to print the information about the variables, then choose the Variable View tab prior to printing. To obtain a printed copy of a data file, choose File>>>Print and the Print dialog box will open. SPSS has two options that can affect the appearances of the Data Editor. Choosing View>>> Grid Lines from the menu will hide the grid lines. This is a toggle, which means that choosing View>>> Grid Lines again will make the grid line reappear. If the data file has value labels, then choosing View >> Value Labels toggles between displaying data values and displaying value labels. After tying in a new data file or editing an old data file, the contents of the Data Editor should be saved. This preserves the data file for future use. To save the contents of the Data Editor decide on a name for the data file. The current data refers to the Top Films of ALL Time. To save the contents of the Data Editor to the SPSS data file named Top Films, choose File >> Save As The Save Data As dialog box will open. SPSS 12 For Windows / Prepared By M. Zalzali /

28 Enter the name into the File name box and click the Save button. The data file will be saved as FrequencyR.sav in the chosen folder. SPSS can also export outputs as html file, text file, Excel file or Word/RTF file by choosing the selected options of Export ( Charts only, No charts, Output document ) SPSS 12 For Windows / Prepared By M. Zalzali /

29 8. REFERENCES [1] SPSS for Windows Manual By ROGER PECK, 6 th edition [2] SPSS handouts by Khalil Khalil, UGRU SPSS 12 For Windows / Prepared By M. Zalzali /

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

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

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

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

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

IBM SPSS Statistics 20 Part 1: Descriptive Statistics

IBM SPSS Statistics 20 Part 1: Descriptive Statistics CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES IBM SPSS Statistics 20 Part 1: Descriptive Statistics Summer 2013, Version 2.0 Table of Contents Introduction...2 Downloading the

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

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 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

An Introduction to SPSS. Workshop Session conducted by: Dr. Cyndi Garvan Grace-Anne Jackman

An Introduction to SPSS. Workshop Session conducted by: Dr. Cyndi Garvan Grace-Anne Jackman An Introduction to SPSS Workshop Session conducted by: Dr. Cyndi Garvan Grace-Anne Jackman Topics to be Covered Starting and Entering SPSS Main Features of SPSS Entering and Saving Data in SPSS Importing

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

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

4 Other useful features on the course web page. 5 Accessing SAS

4 Other useful features on the course web page. 5 Accessing SAS 1 Using SAS outside of ITCs Statistical Methods and Computing, 22S:30/105 Instructor: Cowles Lab 1 Jan 31, 2014 You can access SAS from off campus by using the ITC Virtual Desktop Go to https://virtualdesktopuiowaedu

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

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

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

Introduction to SPSS 16.0

Introduction to SPSS 16.0 Introduction to SPSS 16.0 Edited by Emily Blumenthal Center for Social Science Computation and Research 110 Savery Hall University of Washington Seattle, WA 98195 USA (206) 543-8110 November 2010 http://julius.csscr.washington.edu/pdf/spss.pdf

More information

Summarizing and Displaying Categorical Data

Summarizing and Displaying Categorical Data Summarizing and Displaying Categorical Data Categorical data can be summarized in a frequency distribution which counts the number of cases, or frequency, that fall into each category, or a relative frequency

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

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 TO SPSS FOR WINDOWS Version 19.0

INTRODUCTION TO SPSS FOR WINDOWS Version 19.0 INTRODUCTION TO SPSS FOR WINDOWS Version 19.0 Winter 2012 Contents Purpose of handout & Compatibility between different versions of SPSS.. 1 SPSS window & menus 1 Getting data into SPSS & Editing data..

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

TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents:

TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents: Table of contents: Access Data for Analysis Data file types Format assumptions Data from Excel Information links Add multiple data tables Create & Interpret Visualizations Table Pie Chart Cross Table Treemap

More information

GETTING YOUR DATA INTO SPSS

GETTING YOUR DATA INTO SPSS GETTING YOUR DATA INTO SPSS UNIVERSITY OF GUELPH LUCIA COSTANZO lcostanz@uoguelph.ca REVISED SEPTEMBER 2011 CONTENTS Getting your Data into SPSS... 0 SPSS availability... 3 Data for SPSS Sessions... 4

More information

Appendix III: SPSS Preliminary

Appendix III: SPSS Preliminary Appendix III: SPSS Preliminary SPSS is a statistical software package that provides a number of tools needed for the analytical process planning, data collection, data access and management, analysis,

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

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

Excel Charts & Graphs

Excel Charts & Graphs MAX 201 Spring 2008 Assignment #6: Charts & Graphs; Modifying Data Due at the beginning of class on March 18 th Introduction This assignment introduces the charting and graphing capabilities of SPSS and

More information

SPSS for Simple Analysis

SPSS for Simple Analysis STC: SPSS for Simple Analysis1 SPSS for Simple Analysis STC: SPSS for Simple Analysis2 Background Information IBM SPSS Statistics is a software package used for statistical analysis, data management, and

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

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

Introduction to PASW Statistics 34152-001

Introduction to PASW Statistics 34152-001 Introduction to PASW Statistics 34152-001 V18 02/2010 nm/jdr/mr For more information about SPSS Inc., an IBM Company software products, please visit our Web site at http://www.spss.com or contact: SPSS

More information

Custom Reporting System User Guide

Custom Reporting System User Guide Citibank Custom Reporting System User Guide April 2012 Version 8.1.1 Transaction Services Citibank Custom Reporting System User Guide Table of Contents Table of Contents User Guide Overview...2 Subscribe

More information

Create Custom Tables in No Time

Create Custom Tables in No Time SPSS Custom Tables 17.0 Create Custom Tables in No Time Easily analyze and communicate your results with SPSS Custom Tables, an add-on module for the SPSS Statistics product line Share analytical results

More information

SPSS 12 Data Analysis Basics Linda E. Lucek, Ed.D. LindaL@niu.edu 815-753-9516

SPSS 12 Data Analysis Basics Linda E. Lucek, Ed.D. LindaL@niu.edu 815-753-9516 SPSS 12 Data Analysis Basics Linda E. Lucek, Ed.D. LindaL@niu.edu 815-753-9516 Technical Advisory Group Customer Support Services Northern Illinois University 120 Swen Parson Hall DeKalb, IL 60115 SPSS

More information

Business Objects Version 5 : Introduction

Business Objects Version 5 : Introduction Business Objects Version 5 : Introduction Page 1 TABLE OF CONTENTS Introduction About Business Objects Changing Your Password Retrieving Pre-Defined Reports Formatting Your Report Using the Slice and Dice

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

SPSS Introduction. Yi Li

SPSS Introduction. Yi Li SPSS Introduction Yi Li Note: The report is based on the websites below http://glimo.vub.ac.be/downloads/eng_spss_basic.pdf http://academic.udayton.edu/gregelvers/psy216/spss http://www.nursing.ucdenver.edu/pdf/factoranalysishowto.pdf

More information

Tutorial 3. Maintaining and Querying a Database

Tutorial 3. Maintaining and Querying a Database Tutorial 3 Maintaining and Querying a Database Microsoft Access 2010 Objectives Find, modify, and delete records in a table Learn how to use the Query window in Design view Create, run, and save queries

More information

Microsoft Office 2010

Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database Microsoft Office 2010 Objectives Find, modify, and delete records in a table Learn how to use the Query window in Design view Create, run, and save

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

KaleidaGraph Quick Start Guide

KaleidaGraph Quick Start Guide KaleidaGraph Quick Start Guide This document is a hands-on guide that walks you through the use of KaleidaGraph. You will probably want to print this guide and then start your exploration of the product.

More information

Formulas, Functions and Charts

Formulas, Functions and Charts Formulas, Functions and Charts :: 167 8 Formulas, Functions and Charts 8.1 INTRODUCTION In this leson you can enter formula and functions and perform mathematical calcualtions. You will also be able to

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

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

SPSS (Statistical Package for the Social Sciences)

SPSS (Statistical Package for the Social Sciences) SPSS (Statistical Package for the Social Sciences) What is SPSS? SPSS stands for Statistical Package for the Social Sciences The SPSS home-page is: www.spss.com 2 What can you do with SPSS? Run Frequencies

More information

Importing and Exporting With SPSS for Windows 17 TUT 117

Importing and Exporting With SPSS for Windows 17 TUT 117 Information Systems Services Importing and Exporting With TUT 117 Version 2.0 (Nov 2009) Contents 1. Introduction... 3 1.1 Aim of this Document... 3 2. Importing Data from Other Sources... 3 2.1 Reading

More information

Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced

Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced Access Tutorial 3 Maintaining and Querying a Database Microsoft Office 2013 Enhanced Objectives Session 3.1 Find, modify, and delete records in a table Hide and unhide fields in a datasheet Work in the

More information

Tutorial 3 Maintaining and Querying a Database

Tutorial 3 Maintaining and Querying a Database Tutorial 3 Maintaining and Querying a Database Microsoft Access 2013 Objectives Session 3.1 Find, modify, and delete records in a table Hide and unhide fields in a datasheet Work in the Query window in

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

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

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

About PivotTable reports

About PivotTable reports Page 1 of 8 Excel Home > PivotTable reports and PivotChart reports > Basics Overview of PivotTable and PivotChart reports Show All Use a PivotTable report to summarize, analyze, explore, and present summary

More information

SPSS Step-by-Step Tutorial: Part 1

SPSS Step-by-Step Tutorial: Part 1 SPSS Step-by-Step Tutorial: Part 1 For SPSS Version 11.5 DataStep Development 2004 Table of Contents 1 SPSS Step-by-Step 5 Introduction 5 Installing the Data 6 Installing files from the Internet 6 Installing

More information

Chapter 2 The Data Table. Chapter Table of Contents

Chapter 2 The Data Table. Chapter Table of Contents Chapter 2 The Data Table Chapter Table of Contents Introduction... 21 Bringing in Data... 22 OpeningLocalFiles... 22 OpeningSASFiles... 27 UsingtheQueryWindow... 28 Modifying Tables... 31 Viewing and Editing

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

IBM SPSS Statistics 20 Part 4: Chi-Square and ANOVA

IBM SPSS Statistics 20 Part 4: Chi-Square and ANOVA CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES IBM SPSS Statistics 20 Part 4: Chi-Square and ANOVA Summer 2013, Version 2.0 Table of Contents Introduction...2 Downloading the

More information

MBA 611 STATISTICS AND QUANTITATIVE METHODS

MBA 611 STATISTICS AND QUANTITATIVE METHODS MBA 611 STATISTICS AND QUANTITATIVE METHODS Part I. Review of Basic Statistics (Chapters 1-11) A. Introduction (Chapter 1) Uncertainty: Decisions are often based on incomplete information from uncertain

More information

Instructions for SPSS 21

Instructions for SPSS 21 1 Instructions for SPSS 21 1 Introduction... 2 1.1 Opening the SPSS program... 2 1.2 General... 2 2 Data inputting and processing... 2 2.1 Manual input and data processing... 2 2.2 Saving data... 3 2.3

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

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services Enterprise Reporting Advanced Web Intelligence Training Enterprise Reporting Services Table of Contents Chapter Page 1 Overview 4 2 Web Intelligence Access 8 3 BI Launch Pad Navigation 12 4 Nested Query

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

Learning SPSS: Data and EDA

Learning SPSS: Data and EDA Chapter 5 Learning SPSS: Data and EDA An introduction to SPSS with emphasis on EDA. SPSS (now called PASW Statistics, but still referred to in this document as SPSS) is a perfectly adequate tool for entering

More information

Microsoft Excel 2010 Pivot Tables

Microsoft Excel 2010 Pivot Tables Microsoft Excel 2010 Pivot Tables Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Pivot Tables 1.5 hours Topics include data groupings, pivot tables, pivot

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

Participant Guide RP301: Ad Hoc Business Intelligence Reporting

Participant Guide RP301: Ad Hoc Business Intelligence Reporting RP301: Ad Hoc Business Intelligence Reporting State of Kansas As of April 28, 2010 Final TABLE OF CONTENTS Course Overview... 4 Course Objectives... 4 Agenda... 4 Lesson 1: Reviewing the Data Warehouse...

More information

9 CREATING REPORTS WITH REPORT WIZARD AND REPORT DESIGNER

9 CREATING REPORTS WITH REPORT WIZARD AND REPORT DESIGNER 9 CREATING REPORTS WITH REPORT WIZARD AND REPORT DESIGNER 9.1 INTRODUCTION Till now you have learned about creating Table, Query and Form using the respective Wizard and Designer mode. Every application

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

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

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

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

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES Exploring Access Creating and Working with Tables Finding and Filtering Data Working with Queries and Recordsets Working with Forms Working

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

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Excel Unit 4 Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Step by Step 4.1 Creating and Positioning Charts GET READY. Before

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

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

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

Creating an Excel XY (Scatter) Plot

Creating an Excel XY (Scatter) Plot Creating an Excel XY (Scatter) Plot EXCEL REVIEW 21-22 1 What is an XY or Scatter Plot? An XY or scatter plot either shows the relationships among the numeric values in several data series or plots two

More information

Sta 309 (Statistics And Probability for Engineers)

Sta 309 (Statistics And Probability for Engineers) Instructor: Prof. Mike Nasab Sta 309 (Statistics And Probability for Engineers) Chapter 2 Organizing and Summarizing Data Raw Data: When data are collected in original form, they are called raw data. The

More information

Making Visio Diagrams Come Alive with Data

Making Visio Diagrams Come Alive with Data Making Visio Diagrams Come Alive with Data An Information Commons Workshop Making Visio Diagrams Come Alive with Data Page Workshop Why Add Data to A Diagram? Here are comparisons of a flow chart with

More information

IBM SPSS Statistics 22 Core System User's Guide

IBM SPSS Statistics 22 Core System User's Guide IBM SPSS Statistics 22 Core System User's Guide Note Before using this information and the product it supports, read the information in Notices on page 265. Product Information This edition applies to

More information

STC: Descriptive Statistics in Excel 2013. Running Descriptive and Correlational Analysis in Excel 2013

STC: Descriptive Statistics in Excel 2013. Running Descriptive and Correlational Analysis in Excel 2013 Running Descriptive and Correlational Analysis in Excel 2013 Tips for coding a survey Use short phrases for your data table headers to keep your worksheet neat, you can always edit the labels in tables

More information

Intermediate PowerPoint

Intermediate PowerPoint Intermediate PowerPoint Charts and Templates By: Jim Waddell Last modified: January 2002 Topics to be covered: Creating Charts 2 Creating the chart. 2 Line Charts and Scatter Plots 4 Making a Line Chart.

More information

Using Excel for Analyzing Survey Questionnaires Jennifer Leahy

Using Excel for Analyzing Survey Questionnaires Jennifer Leahy University of Wisconsin-Extension Cooperative Extension Madison, Wisconsin PD &E Program Development & Evaluation Using Excel for Analyzing Survey Questionnaires Jennifer Leahy G3658-14 Introduction You

More information

PURPOSE OF GRAPHS YOU ARE ABOUT TO BUILD. To explore for a relationship between the categories of two discrete variables

PURPOSE OF GRAPHS YOU ARE ABOUT TO BUILD. To explore for a relationship between the categories of two discrete variables 3 Stacked Bar Graph PURPOSE OF GRAPHS YOU ARE ABOUT TO BUILD To explore for a relationship between the categories of two discrete variables 3.1 Introduction to the Stacked Bar Graph «As with the simple

More information

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com Sage 500 ERP Intelligence Reporting Getting Started Guide 27.11.2012 Table of Contents 1.0 Getting started 3 2.0 Managing your reports 10 3.0 Defining report properties 18 4.0 Creating a simple PivotTable

More information

Petrel TIPS&TRICKS from SCM

Petrel TIPS&TRICKS from SCM Petrel TIPS&TRICKS from SCM Knowledge Worth Sharing Histograms and SGS Modeling Histograms are used daily for interpretation, quality control, and modeling in Petrel. This TIPS&TRICKS document briefly

More information

IBM SPSS Direct Marketing 23

IBM SPSS Direct Marketing 23 IBM SPSS Direct Marketing 23 Note Before using this information and the product it supports, read the information in Notices on page 25. Product Information This edition applies to version 23, release

More information

Excel 2002. What you will do:

Excel 2002. What you will do: What you will do: Explore the features of Excel 2002 Create a blank workbook and a workbook from a template Format a workbook Apply formulas to a workbook Create a chart Import data to a workbook Share

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

AMS 7L LAB #2 Spring, 2009. Exploratory Data Analysis

AMS 7L LAB #2 Spring, 2009. Exploratory Data Analysis AMS 7L LAB #2 Spring, 2009 Exploratory Data Analysis Name: Lab Section: Instructions: The TAs/lab assistants are available to help you if you have any questions about this lab exercise. If you have any

More information

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 TASK 4: ADD TOTAL LABEL AND FORMULA FOR FREQUENCY... 12 TASK 5: MODIFICATIONS TO THE HISTOGRAM...

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

Copyright EPiServer AB

Copyright EPiServer AB Table of Contents 3 Table of Contents ABOUT THIS DOCUMENTATION 4 HOW TO ACCESS EPISERVER HELP SYSTEM 4 EXPECTED KNOWLEDGE 4 ONLINE COMMUNITY ON EPISERVER WORLD 4 COPYRIGHT NOTICE 4 EPISERVER ONLINECENTER

More information

Introduction to Data Tables. Data Table Exercises

Introduction to Data Tables. Data Table Exercises Tools for Excel Modeling Introduction to Data Tables and Data Table Exercises EXCEL REVIEW 2000-2001 Data Tables are among the most useful of Excel s tools for analyzing data in spreadsheet models. Some

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

IBM SPSS Direct Marketing 22

IBM SPSS Direct Marketing 22 IBM SPSS Direct Marketing 22 Note Before using this information and the product it supports, read the information in Notices on page 25. Product Information This edition applies to version 22, release

More information

Microsoft Access 2007

Microsoft Access 2007 How to Use: Microsoft Access 2007 Microsoft Office Access is a powerful tool used to create and format databases. Databases allow information to be organized in rows and tables, where queries can be formed

More information

RIFIS Ad Hoc Reports

RIFIS Ad Hoc Reports RIFIS Ad Hoc Reports To retrieve the entire list of all Ad Hoc Reports, including the Base reports and any additional reports published to your Role, select Ad Hoc for the Type under Filter Report By and

More information