Real Time Remote Access Comparing SAS and SPSS David Price Quy Do April 2013.

Slides:



Advertisements
Similar presentations
MICS4 Data Processing Workshop Multiple Indicator Cluster Surveys Data Processing Workshop Creating Analysis Files: Description of Preparation Steps.
Advertisements

The INFILE Statement Reading files into SAS from an outside source: A Very Useful Tool!
Statistical Methods Lynne Stokes Department of Statistical Science Lecture 7: Introduction to SAS Programming Language.
Knowing Understanding the Basics Writing your own code part 2 SAS Lab.
Introduction to SAS Programming Christina L. Ughrin Statistical Software Consulting Some notes pulled from SAS Programming I: Essentials Training.
A program for exporting SAS datasets to Argus Johan Heldal Statistics Norway.
Today: Run SAS programs on Saturn (UNIX tutorial) Runs SAS programs on the PC.
Descriptive Statistics In SAS Exploring Your Data.
A Simple Guide to Using SPSS© for Windows
Introduction to SPSS Descriptive Statistics. Introduction to SPSS Statistics Program for the Social Sciences (SPSS) Commonly used statistical software.
GRA 5917: Input Politics and Public Opinion Introduction GRA 5917 Public Opinion and Input Politics. Introductory Lecture, August 19th 2010 Lars C. Monkerud,
Good Data Management Practices Patty Glynn 10/31/05
Welcome to the Exciting World of ! Lessons to familiarize yourself with.
Statistics—Chapter 4 Analyzing Frequency Distributions Read pp , , 116, ,
Introduction to SPSS Short Courses Last created (Feb, 2008) Kentaka Aruga.
SAS for Categorical Data Copyright © 2004 Leland Stanford Junior University. All rights reserved. Warning: This presentation is protected by copyright.
Sociology 690 SPSS Introduction. Using SPSS The Statistical Package for the Social Sciences (SPSS) started at Stanford University in the late 1960’s.
EPLS Lab Software Orientation SAS. Orientation Overview Background Getting Started SAS Windows.
SAS Workshop INTRODUCTORY ASPECTS SPRING 2012 January 20121K. F. O'Brien.
Biostatistics Analysis Center Center for Clinical Epidemiology and Biostatistics University of Pennsylvania School of Medicine Minimum Documentation Requirements.
PY550 Research and Statistics Dr. Mary Alberici Central Methodist University.
SAS Workshop Lecture 1 Lecturer: Annie N. Simpson, MSc.
 Overview of SPSS  Interface  Getting Started  Managing Data  Descriptive Statistics  Basic Analysis  Additional Resources.
Introduction to SAS BIO 226 – Spring Outline Windows and common rules Getting the data –The PRINT and CONTENT Procedures Manipulating the data.
LINDSEY BREWER CSSCR (CENTER FOR SOCIAL SCIENCE COMPUTATION AND RESEARCH) UNIVERSITY OF WASHINGTON September 17, 2009 Introduction to SPSS (Version 16)
Statistics Canada’s Real Time Remote Access Solution 2011 MSIS Meeting – Karen Doherty May 2011.
Math 3400 Computer Applications of Statistics Lecture 1 Introduction and SAS Overview.
SAS 介绍和举例 Presented by 经济实验教学中心 商务数据挖掘中心. Raw Data Read in Data Process Data (Create new variables) Output Data (Create SAS Dataset) Analyze Data Using.
A Brief Introduction to PROC TRANSPOSE prepared by Voytek Grus for
Knowing Understanding the Basics Writing your own code SAS Lab.
Chapter 1: Introduction to SAS  SAS programs: A sequence of statements in a particular order  Rules for SAS statements: –Every SAS statement ends in.
SPSS Overview. The opening screen 2 The SPSS windows 3.
Example SPSS Basic Medical Statistics Course October 2010 Wilma Heemsbergen.
Using Weighted Data Donald Miller Population Research Institute 812 Oswald Tower, December 2008.
SAS: The last of the great mainframe stats packages STA431 Winter/Spring 2013.
Analyses using SPSS version 19
1 EPIB 698E Lecture 1 Notes Instructor: Raul Cruz 7/9/13.
Review-1 SPSS Training Naveen Shrestha. Epidemiologic Study Designs A.Descriptive studies 1.Populations (ecological studies) 2.Individuals a.Case reports.
Dr. Engr. Sami ur Rahman Research Methods in Computer Science Lecture: Data Analysis (Introduction to SPSS)
SAS Basics. Windows Program Editor Write/edit all your statements here. Log Watch this for any errors in program as it runs. Output Will automatically.
Basics of Biostatistics for Health Research Session 1 – February 7 th, 2013 Dr. Scott Patten, Professor of Epidemiology Department of Community Health.
Analysis Introduction Data files, SPSS, and Survey Statistics.
MICS Data Processing Workshop Multiple Indicator Cluster Surveys Data Processing Workshop Creating Analysis Files: Description of Preparation Steps.
PSC 47410: Data Analysis Workshop  What’s the purpose of this exercise?  The workshop’s research questions:  Who supports war in America?  How consistent.
DTC Quantitative Methods Summary of some SPSS commands Weeks 1 & 2, January 2012.
14b. Accessing Data Files in SAS ®. 1 Prerequisites Recommended modules to complete before viewing this module  1. Introduction to the NLTS2 Training.
Customize SAS Output Using ODS Joan Dong. The Output Delivery System (ODS) gives you greater flexibility in generating, storing, and reproducing SAS procedure.
Confidence Intervals for a Population Proportion Excel.
Sociology 680 SPSS Introduction. Using SPSS The Statistical Package for the Social Sciences (SPSS) started at Stanford University in the late 1960’s.
SHRUG, F EB 2013: N ETWORKING EXERCISE Many Ways to Solve a SAS Problem.
1 EPIB 698C Lecture 1 Instructor: Raul Cruz-Cano
SAS Programming Training Instructor:Greg Grandits TA: Textbooks:The Little SAS Book, 5th Edition Applied Statistics and the SAS Programming Language, 5.
Based on Learning SAS by Example: A Programmer’s Guide Chapters 1 & 2
SOC 305, Southeastern Louisiana University Prof. Robert Martin.
1 Statistical Analysis – Part 2 Yale Braunstein School of Information.
SAS ® 101 Based on Learning SAS by Example: A Programmer’s Guide Chapters 16 & 17 By Tasha Chapman, Oregon Health Authority.
SAS ® 101 Based on Learning SAS by Example: A Programmer’s Guide Chapters 3 & 4 By Tasha Chapman, Oregon Health Authority.
Introduction to the SPSS Interface
Statistical Analysis – Part 3
DEPARTMENT OF COMPUTER SCIENCE
SAS Programming Introduction to SAS.
Statistical Analysis – Part 2
LINDSEY BREWER CSSCR (CENTER FOR SOCIAL SCIENCE COMPUTATION AND RESEARCH) UNIVERSITY OF WASHINGTON September 17, 2009 Introduction to SPSS (Version 16)
ECONOMETRICS ii – spring 2018
Chapter 1: Introduction to SAS
Descriptive Statistics
Tamara Arenovich Tony Panzarella
Technological Innovation in Teaching Epidemiology and Statistics
Lecture 4 Psyc 300A.
Introduction to the SPSS Interface
Presentation transcript:

Real Time Remote Access Comparing SAS and SPSS David Price Quy Do April 2013

SPSSSAS RTRA 1.Read in Data 2.Keep Variables 3.Append data files 4.Merge data files 5.Sample Selection 6.Create new variables 7.Labelling and recoding 8.Frequency tables

Reading in Data SPSS SAS

Keeping Certain Variables SPSS SAS

Append Data Files SPSS SAS

Merge Data Files SPSS SAS

Sample Selection SPSS SAS

Creating New Variables SPSS SAS

Labelling and Recoding SPSS SAS

Creating Frequency Tables SAS SPSS

Research and Programming SPSS SAS 1.Read in Data 2.Merge data files 3.Sample Selection 4.Create new variables 5.Labelling and recoding 6.Frequency tables

SAS to RTRA RTRA 1.Read in Data 2.Keep Variables 3.Append data files 4.Merge data files 5.Sample Selection 6.Create new variables 7.Labelling and recoding 8.Frequency tables

Reading in Data SAS RTRA Standard Library Name SAS Dataset Name Name of program: LFS _Recession  replaces the directory set by the “libname” statement

Creating Frequency Tables %RTRAFreq( InputDataset= work.Recession_2008, OutputName= Recession_Employment, ClassVarList= Gender Employment_Status Education, UserWeight= Finalwt); RTRA SAS

SAS Basics Four windows in SAS are available: ◦ Program editor, ◦ Explorer window, ◦ Log window, ◦ Output window. All SAS statements end with a semicolon (;). The “RUN” statement tells SAS to process all preceding program statements. The icon tells SAS to run the code.

What’s new for April! A full set of statistics: ◦ Frequencies ◦ Means ◦ Medians ◦ Percentiles ◦ Ratios ◦ Proportions