EPLS Lab Software Orientation SAS. Orientation Overview Background Getting Started SAS Windows.

Slides:



Advertisements
Similar presentations
Summary Statistics/Simple Graphs in SAS/EXCEL/JMP.
Advertisements

How to Import an Excel File Using the SAS Import Wizard SAS 9 for Windows.
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.
Chapter 3: Editing and Debugging SAS Programs. Some useful tips of using Program Editor Add line number: In the Command Box, type num, enter. Save SAS.
Introduction to SAS Programming Christina L. Ughrin Statistical Software Consulting Some notes pulled from SAS Programming I: Essentials Training.
Public Health 5415 Biostatistical Methods II Spring 2005 Greg Grandits Class Times Monday10:10am-12:05pm Wednesday10:10am-11:00am.
Today: Run SAS programs on Saturn (UNIX tutorial) Runs SAS programs on the PC.
Ann Arbor ASA ‘Up and Running’ Series: SPSS Prepared by volunteers of the Ann Arbor Chapter of the American Statistical Association, in cooperation with.
SAS BASICS Technology Short Courses: Fall 2009 Kentaka Aruga.
Biostatistical Methods II PubH 6415 Spring PubH 6415 – Biostatistics I Instructor: Susan Telke (office hours: lecture.
A Simple Guide to Using SPSS© for Windows
NonParametric Statistics using SAS. 2 List the components of a SAS program. Open an existing SAS program and run it. Objectives.
A Visual Introduction to PC SAS. Start SAS by double-clicking on the SAS icon...
Welcome to the Exciting World of ! Lessons to familiarize yourself with.
RESEARCH HUB AT THE UNIVERSITY LIBRARIES PENN STATE UNIVERSITY TOUR OF STATISTICAL PACKAGES.
Introduction to SPSS Short Courses Last created (Feb, 2008) Kentaka Aruga.
Introduction to SAS Math 3200 Jan Jimin Ding.
Introduction to SAS Essentials Mastering SAS for Data Analytics
Introduction To Correlation with SAS Sam Gordji Weir 107.
SAS Workshop Lecture 1 Lecturer: Annie N. Simpson, MSc.
1 Import NRCC Data February 2015 Obtaining NRCC Rainfall Data and Importing it into WinTR-20.
Introduction to SAS BIO 226 – Spring Outline Windows and common rules Getting the data –The PRINT and CONTENT Procedures Manipulating the data.
1 Experimental Statistics - week 4 Chapter 8: 1-factor ANOVA models Using SAS.
SPSS Presented by Chabalala Chabalala Lebohang Kompi Balone Ndaba.
Social Science Research Design and Statistics, 2/e Alfred P. Rovai, Jason D. Baker, and Michael K. Ponton Modifying Syntax PowerPoint Prepared by Alfred.
Ch 101 Chapter 10 Introduction to Batch Files. Ch 102 Overview A batch file is a text file that contains an ordered series of commands.
Introduction to SAS. What is SAS? SAS originally stood for “Statistical Analysis System”. SAS is a computer software system that provides all the tools.
1 Experimental Statistics - week 2 Review: 2-sample t-tests paired t-tests Thursday: Meet in 15 Clements!! Bring Cody and Smith book.
Introduction to HTML Reporting with SAS Welcome to HTML reporting with SAS Sam Gordji, Weir 107.
Quantify the Example Data First, code and quantify the data (assign column locations & variable names) Use the sample data to create a data set from the.
SAS 介绍和举例 Presented by 经济实验教学中心 商务数据挖掘中心. Raw Data Read in Data Process Data (Create new variables) Output Data (Create SAS Dataset) Analyze Data Using.
BMTRY 789 Introduction to SAS Programming Lecturer: Annie N. Simpson, MSc.
Knowing Understanding the Basics Writing your own code SAS Lab.
SAS lecture - week 31 Some Basics of CQUEST The operating system in the ESC lab (1046) is Linux. The operating system in RW labs (107/109 and 211) is Windows.
01/20151 EPI 5344: Survival Analysis in Epidemiology SAS code and output February 24, 2015 Dr. N. Birkett, School of Epidemiology, Public Health & Preventive.
Introduction to SAS Essentials Mastering SAS for Data Analytics
ISU Basic SAS commands Laboratory No. 1 Computer Techniques for Biological Research Animal Science 500 Ken Stalder, Professor Department of Animal Science.
Regression in SAS Caitlin Phelps. Importing Data  Proc Import:  Read in variables in data set  May need some options incase SAS doesn’t guess the format.
Introduction to SAS Welcome to IT’s seminar on stat. packages Sam Gordji, Weir 107.
How to start using SAS Tina Tian. The topics An overview of the SAS system Reading raw data/ create SAS data set Combining SAS data sets & Match merging.
Laboratory 1. Introduction to SAS u Statistical Analysis System u Package for –data entry –data manipulation –data storage –data analysis –reporting.
Introduction to Correlation & Regression with SAS Sam Gordji Weir 107.
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.
Analysis Introduction Data files, SPSS, and Survey Statistics.
Writing and Reading XML files with SAS (Statistical Analysis System) What is SAS ? SAS Institute (or SAS, pronounced "sass") is an American developer of.
Chapter 1: Overview of SAS System Basic Concepts of SAS System.
SAS Basics. Windows Program Editor Write/edit all your statement here.
1 Import NOAA Atlas 14 Data June 2015 Obtaining NOAA Atlas 14 Rainfall Data and Importing it into WinTR-20 Presented by: WinTR-20 Development Team.
Computing with SAS Software A SAS program consists of SAS statements. 1. The DATA step consists of SAS statements that define your data and create a SAS.
1 UNIT 13: DATA ANALYSIS. 2 A. Editing, Coding and Computer Entry Editing in field i.e after completion of each interview/questionnaire. Editing again.
CRD, Strength of Association, Effect Size, Power, and Sample Size Calculations BUSI 6480 Lecture 4.
Real Time Remote Access Comparing SAS and SPSS David Price Quy Do April 2013.
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.
Analyzing Data. Learning Objectives You will learn to: – Import from excel – Add, move, recode, label, and compute variables – Perform descriptive analyses.
Based on Learning SAS by Example: A Programmer’s Guide Chapters 1 & 2
DEVRY CIS 170 C I L AB 2 OF 7 D ECISIONS Check this A+ tutorial guideline at decisions For.
Introduction to SAS®.
Basic operations in Matlab
DEPARTMENT OF COMPUTER SCIENCE
SAS Programming Introduction to SAS.
Chapter 1: Introduction to SAS
Using WinQSB to solve Linear Programming Models
Outline READ DATA DATA STEPS MERGE DATA PROC IMPORT
Eviews Tutorial for Labor Economics Lei Lei
Introduction to SAS Lecturer: Chu Bin Lin.
Mu Editor – New User Cheat Sheet – CircuitPython Mode
Mu Editor – New User Cheat Sheet – CircuitPython Mode
STAT 515 Statistical Methods I Lecture 1 August 22, 2019 Originally prepared by Brian Habing Department of Statistics University of South Carolina.
Presentation transcript:

EPLS Lab Software Orientation SAS

Orientation Overview Background Getting Started SAS Windows

Background Statistical Analysis Software High-level computer programming language Data management (large data sets) Descriptive Statistics (describing data) Inferential Statistics (analyzing data)

Background continued SAS has 3 view windows Editor (Programming) window Log window Output window

Background continued Three major components Data Input Datalines, text files, import files Manipulation PROC statements Output Tables, plots

Getting Started All SAS statements end in a ; Use Comment statements Start with * End with ; Entering Data Preparing data for use

Getting Started: Data Input DATA TEST1; INPUT SUBJECT 1-2 GENDER $4 EXAM1 6-8 EXAM HWGRADE $14; */EXAM1 & EXAM2 HAD TO ACCOMODATE THREE DIGITS FOR THE POSSIBILITY OF A SCORE OF 100*/; DATALINES; 10 M A 07 M A 04 F B 20 M B 14 F C ; PROC MEANS DATA = TEST1; RUN;

EDITOREDITOR

Getting Started: Data Input */Where is the data*/; FILENAME SASPWRPT 'G:\EPLS Lab Orientation\PracticeSAS.txt'; */Where do you want the data?*/; LIBNAME NEW 'G:\EPLS Lab Orientation'; DATA FIRST; INFILE SASPWRPT; INPUT SUBJECT 1-2 GENDER $ 4 EXAM1 6-8 EXAM HWGRADE $ 14; RUN; DATA TEST3; SET FIRST; PROC MEANS DATA = TEST3; RUN;

Getting Started: Data Input May be easiest Import data is under the FILE Menu PROC IMPORT OUT= WORK.TEST3 DATAFILE= "G:\SAS Powerpoint Data.xls" DBMS=EXCEL2000 REPLACE; SHEET="'Practice SAS$'"; GETNAMES=YES; RUN;

Getting Started: Manipulation PROC Statements Central Tendency, Shape, and Variation of single variables Looking for relationships between variables Testing Relationships & Hypotheses

Getting Started: Manipulation Common PROC statements: PROC FREQ ; PROC MEANS ; PROC REG ; PROC LOG ;

Getting Started: Manipulation SAS Help and Documentation Learning to Use SAS SAS Sample Programs Base SAS Select from the list Can be copied and pasted into SAS Run by clicking the “Runner” icon Programs have extensive documentation

Getting Started: Log window Useful for troubleshooting Program is in black Processes in blue Errors in Red

LOG LOG

Getting Started: Output Window Prints results on the screen Output can be copied & pasted into Word Assists in troubleshooting

OUTPUTOUTPUT

Resources for More Information: Applied Statistics and the SAS Programming Language, Ronald P. Cody, Prentice-Hall Publisher. Fourth edition + Logistic Regression using the SAS system: Theory & Application, Paul D. Allison, SAS Institute, Inc. SAS Programming for Researchers and Social Scientists, Paul E. Spector, Sage Publications. Second edition +. A Handbook of Statistical Analysis using SAS, Geoff Der and Brian S. Everitt. Chapman & Hall/CRC Press. Second edition +. Back to EPLS Lab Orientation Back to EPLS Lab Orientation