An Interactive Tutorial for SPSS 10.0 for Windows©

Slides:



Advertisements
Similar presentations
Introduction to Computers Section 6A. home The Operating System (OS) The operating system (OS) is software that controls the interaction between hardware.
Advertisements

Data Analysis using SPSS By Dr. Shaik Shaffi Ahamed Ph. D
MS Access 2003 Tutorial By: Juan GUANTENG!!! Y7. Step 1 Launch the Microsoft Access 2003 program. This can be done by clicking an icon on the desktop.
GAP Toolkit 5 Training in basic drug abuse data management and analysis Training session 7 SPSS: Recode and Compute.
Ann Arbor ASA ‘Up and Running’ Series: SPSS Prepared by volunteers of the Ann Arbor Chapter of the American Statistical Association, in cooperation with.
© Copyright 2000, Julia Hartman 1 An Interactive Tutorial for SPSS 10.0 for Windows © by Julia Hartman Binomial Logistic Regression Next.
© Copyright 2000, Julia Hartman 1 An Interactive Tutorial for SPSS 10.0 for Windows © by Julia Hartman Multiple Linear Regression Next.
Automating Tasks With Macros. 2 Design a switchboard and dialog box for a graphical user interface Database developers interact directly with Access.
Course Orientation Assignments Tool. If the Assignments tool has been added to the course, use the Assignments link in the Course Menu to access upcoming.
A Simple Guide to Using SPSS© for Windows
Additional HW Exercise (a) The breaking strength in pounds of force is being studied for two metal alloys, labeled S and T, and for different temperatures.
Macros Tutorial Week 20. Objectives By the end of this tutorial you should understand how to: Create macros Assign macros to events Associate macros with.
© Copyright 2000, Julia Hartman 1 Scatterplot Output: Editing the Graph You can edit the output to display the entire variable label. Click inside the.
© Copyright 2000, Julia Hartman 1 An Interactive Tutorial for SPSS 10.0 for Windows © by Julia Hartman Creating Scatterplots Next.
Introduction to SPSS Short Courses Last created (Feb, 2008) Kentaka Aruga.
© Copyright 2000, Julia Hartman 1 An Interactive Tutorial for SPSS 10.0 for Windows © Factorial Analysis of Variance by Julia Hartman Next.
COMPREHENSIVE Windows Tutorial 2 Organizing Your Files.
COMPREHENSIVE Excel Tutorial 8 Developing an Excel Application.
© Copyright 2000, Julia Hartman 1 An Interactive Tutorial for SPSS 10.0 for Windows © Analysis of Covariance (GLM Approach) by Julia Hartman Next.
Access Tutorial 10 Automating Tasks with Macros
Using the Frequencies Procedure in SPSS 9.0 for Windows © by Julia Hartman © Copyright 2000, Julia Hartman.
® Microsoft Access 2010 Tutorial 11 Using and Writing Visual Basic for Applications Code.
© Copyright 2000, Julia Hartman 1 Next An Interactive Tutorial for SPSS 10.0 for Windows © by Julia Hartman Using Command Syntax.
Introduction to Visual Basic. Quick Links Windows Application Programming Event-Driven Application Becoming familiar with VB Control Objects Saving and.
Social Science Research Design and Statistics, 2/e Alfred P. Rovai, Jason D. Baker, and Michael K. Ponton Modifying Syntax PowerPoint Prepared by Alfred.
Using SPSS for Windows Part II Jie Chen Ph.D. Phone: /6/20151.
Developed By Information Technology Services University Of Saskatchewan.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Lesson 1 Introduction.
Microsoft Word The Help function. Under the “File” menu, click “Help”
Productivity Programs Common Features and Commands.
Intro to Excel - Session 7.31 Tutorial 7 - Session 7.3 Developing an Excel Application.
Tutorial 11 Five windows included in the Visual Basic Startup Screen Main Form Toolbox Project Explorer (Project) Properties.
Then click the box for Normal probability plot. In the box labeled Standardized Residual Plots, first click the checkbox for Histogram, Multiple Linear.
Developed By Information Technology Services University Of Saskatchewan.
Introduction to Web Services. Examples Using a Web Service Creating a new Web Service.
Access Lesson 11 Creating and Running Macros Microsoft Office 2010 Advanced Cable / Morrison 1.
11/25/2015Slide 1 Scripts are short programs that repeat sequences of SPSS commands. SPSS includes a computer language called Sax Basic for the creation.
XP New Perspectives on Microsoft Office Access 2003 Tutorial 10 1 Microsoft Office Access 2003 Tutorial 10 – Automating Tasks With Macros.
An Introduction to Programming with Alice Playing an Alice World.
1.Introduction to SPSS By: MHM. Nafas At HARDY ATI For HNDT Agriculture.
XP Tutorial 8 New Perspectives on Microsoft Windows XP 1 Microsoft Windows XP Object Linking and Embedding Tutorial 8.
®® Microsoft Windows 7 Windows Tutorial 2 Organizing Your Files.
© Copyright 2000, Julia Hartman 1 An Interactive Tutorial for SPSS 10.0 for Windows © Analysis of Covariance (Regression Approach) by Julia Hartman Next.
COMPREHENSIVE Access Tutorial 11 Using and Writing Visual Basic for Applications Code.
Entering Data in SPSS Open SPSS. Select the radio button beside ‘type in data’. Click OK. At the bottom of the SPSS spreadsheet, select variable view.
Data-information stored in files on the disks and CDs in your computer system Why should we save a file when we create it on the computer?
Customizing Menus and Toolbars CHAPTER 12 Customizing Menus and Toolbars.
An Introduction to Programming with C++1 Void Functions Tutorial 5.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Using Macros Lesson.
COMPREHENSIVE Windows Tutorial 6 Searching for Information and Collaborating with Others.
Lesson 1: Learning Worksheet Fundamentals Microsoft Office Excel 2003 Lesson 1 Learning Worksheet Fundamentals.
S15-1 ADM , Section 15, August 2005 Copyright  2005 MSC.Software Corporation SECTION 15 DIALOG BOX BUILDER.
An Introduction to Programming with C++1 An Introduction to Control Structures Tutorial 1.
Using a set-up file to read ASCII data into Stata
Windows Tutorial 2 Organizing Your Files
An Interactive Tutorial for SPSS 10.0 for Windows©
Excel Tutorial 8 Developing an Excel Application
Visual Basic Code & No.: CS 218
An Interactive Tutorial for SPSS 10.0 for Windows©
Using a set-up file to read ASCII data into SPSS
DEPARTMENT OF COMPUTER SCIENCE
An Interactive Tutorial for SPSS 10.0 for Windows©
Objectives Learn about Function procedures (functions), Sub procedures (subroutines), and modules Review and modify an existing subroutine in an event.
Access Tutorial 1 Creating a Database
Eviews Tutorial for Labor Economics Lei Lei
Blackboard Tutorial (Student)
CSCI N207 Data Analysis Using Spreadsheet
BASIC 17 Mr. Husch.
Introduction to JavaScript
Tutorial 11 Using and Writing Visual Basic for Applications Code
Presentation transcript:

An Interactive Tutorial for SPSS 10.0 for Windows© Using Command Syntax by Julia Hartman Next © Copyright 2000, Julia Hartman © Copyright 2000, Julia Hartman

SPSS Command Syntax: Introduction According to SPSS Help: A syntax file is simply a text file that contains commands. Most commands are accessible from the menus and dialog boxes. However, some commands and options are available only by using the command language. The command language also allows you to save your jobs in a syntax file so that you can repeat your analysis at a later date…. Next © Copyright 2000, Julia Hartman

SPSS Command Syntax: Introduction This tutorial shows how to Open a syntax window Type in the commands Run the command syntax Command syntax can also be entered into a syntax window by using the Paste button in most dialog buttons. Next © Copyright 2000, Julia Hartman

SPSS Command Syntax: Opening a Syntax Window To open a new syntax window: In the menu, click File © Copyright 2000, Julia Hartman

SPSS Command Syntax: Opening a Syntax Window To open a new syntax window: In the menu, click File Point to New © Copyright 2000, Julia Hartman

SPSS Command Syntax: Opening a Syntax Window To open a new syntax window: In the menu, click File Point to New Point to Syntax © Copyright 2000, Julia Hartman

SPSS Command Syntax: Opening a Syntax Window To open a new syntax window: In the menu, click File Point to New Point to Syntax …and click © Copyright 2000, Julia Hartman

SPSS Command Syntax: Opening a Syntax Window When the syntax window opens in SPSS, you type the commands. However, it is not possible to type in this tutorial. Click inside the syntax box to see the typed text. © Copyright 2000, Julia Hartman

SPSS Command Syntax: Entering the Commands These are the commands for computing the dummy variables used in the ANCOVA (Regression Approach) tutorial. Note that each command ends with a period. Click Run in the syntax window menu to run the syntax commands. © Copyright 2000, Julia Hartman

SPSS Command Syntax: Running the Syntax Commands Point to All © Copyright 2000, Julia Hartman

SPSS Command Syntax: Running the Syntax Commands Point to All and click. © Copyright 2000, Julia Hartman

SPSS Command Syntax: Results of the Syntax Commands The two new variables (dmajor1 and dmajor2) are created at the end of the datafile. Values are assigned according to the value of the variable bmaj2. © Copyright 2000, Julia Hartman

Click one of the following: An Interactive Tutorial for SPSS 10.0 for Windows©: SPSS Command Syntax Click one of the following: Repeat this tutorial Return to the list of tutorials © Copyright 2000, Julia Hartman © Copyright 2000, Julia Hartman