Laboratory 1. Introduction to SAS u Statistical Analysis System u Package for –data entry –data manipulation –data storage –data analysis –reporting.

Slides:



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

Data Analysis using SPSS By Dr. Shaik Shaffi Ahamed Ph. D
Statistical Methods Lynne Stokes Department of Statistical Science Lecture 7: Introduction to SAS Programming Language.
Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin TECHNOLOGY PLUG-IN T3 PROBLEM SOLVING USING EXCEL.
Introduction to SAS Programming Christina L. Ughrin Statistical Software Consulting Some notes pulled from SAS Programming I: Essentials Training.
Statistics in Science  Introducing SAS ® software Acknowlegements to David Williams Caroline Brophy.
TRACK 2™ Version 5 The ultimate process management software.
Copyright © Allyn & Bacon (2007) Using SPSS for Windows Graziano and Raulin Research Methods This multimedia product and its contents are protected under.
Introduction to SPSS Allen Risley Academic Technology Services, CSUSM
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.
1 An Introduction to IBM SPSS PSY450 Experimental Psychology Dr. Dwight Hennessy.
Descriptive Statistics In SAS Exploring Your Data.
A Simple Guide to Using SPSS© for Windows
Introduction to Spreadsheets Presented by Frank H. Osborne, Ph. D. © 2005 Bio 2900 Computer Applications in Biology.
Basic And Advanced SAS Programming
A Visual Introduction to PC SAS. Start SAS by double-clicking on the SAS icon...
SPSS 1: An Introduction to the Statistical Package SPSS Suzie Cro MRC Clinical Trials Unit.
SPSS Statistical Package for the Social Sciences is a statistical analysis and data management software package. SPSS can take data from almost any type.
Introduction to SPSS Short Courses Last created (Feb, 2008) Kentaka Aruga.
©2001 Chariot Software Group Using MicroGrade Classroom Management Software.
Introduction to SPSS (For SPSS Version 16.0)
Introduction To Correlation with SAS Sam Gordji Weir 107.
Collection and Analysis of Data CPH 608 Spring 2015.
Introduction to ArcGIS for Environmental Scientists Module 2 – Fundamentals Lecture 6 – Table Functions.
Problem Solving Using Excel
SAS Workshop Lecture 1 Lecturer: Annie N. Simpson, MSc.
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.
LINDSEY BREWER CSSCR (CENTER FOR SOCIAL SCIENCE COMPUTATION AND RESEARCH) UNIVERSITY OF WASHINGTON September 17, 2009 Introduction to SPSS (Version 16)
SPSS Presented by Chabalala Chabalala Lebohang Kompi Balone Ndaba.
Learning the TSP2: a guide for students at the 国際総合学類筑波大学 RUNNING REGRESSIONS FROM A SPREADSHEET FILE If you are using a network browser to view this program,
Chapter 19 Managing Worksheet Lists. Creating Lists ► Microsoft Office Excel 2003 is inarguably the most powerful electronic spreadsheet available. ►
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.
Math 3400 Computer Applications of Statistics Lecture 1 Introduction and SAS Overview.
Introduction to Engineering MATLAB – 6 Script Files - 1 Agenda Script files.
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.
Chapter 17 Creating a Database.
ISU Basic SAS commands Laboratory No. 1 Computer Techniques for Biological Research Animal Science 500 Ken Stalder, Professor Department of Animal Science.
What is SPSS  SPSS is a program software used for statistical analysis.  Statistical Package for Social Sciences.
Introduction to SPSS. Object of the class About the windows in SPSS The basics of managing data files The basic analysis in SPSS.
Introduction to Enterprise Guide Jennifer Schmidt Rhonda Ellis Cassandra Hall.
Scientific Computing Introduction to Matlab Programming.
Unit 5, Lesson 1 Working with Databases. Objectives Identify the parts of the Access screen. Identify the parts of the Access screen. Understand the purpose.
1 EPIB 698E Lecture 1 Notes Instructor: Raul Cruz 7/9/13.
SPSS Instructions for Introduction to Biostatistics Larry Winner Department of Statistics University of Florida.
Introduction to Correlation & Regression with SAS Sam Gordji Weir 107.
1.Introduction to SPSS By: MHM. Nafas At HARDY ATI For HNDT Agriculture.
Chapter 1: Overview of SAS System Basic Concepts of SAS System.
Hosted by Mrs. Krewson
Chapter 2 Getting Data into SAS Directly enter data into SAS data sets –use the ViewTable window. You can define columns (variables) with the Column Attributes.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 18 Getting Started with Excel Essentials 1 Morrison / Wells / Ruffolo.
1 PEER Session 02/04/15. 2  Multiple good data management software options exist – quantitative (e.g., SPSS), qualitative (e.g, atlas.ti), mixed (e.g.,
1 EPIB 698C Lecture 1 Instructor: Raul Cruz-Cano
HRP Copyright © Leland Stanford Junior University. All rights reserved. Warning: This presentation is protected by copyright law and.
If sig is less than 0.05 (A) then the test is significant at 95% confidence (B) then the test is significant at 90% confidence (C) then the test is significant.
Introduction to the SPSS Interface
SPSS: Using statistical software — a primer
Practical Office 2007 Chapter 10
By Dr. Madhukar H. Dalvi Nagindas Khandwala college
DEPARTMENT OF COMPUTER SCIENCE
Instructor: Raul Cruz-Cano
SCIENCE SKILLS : SPREADSHEETS
Microsoft Excel 101.
Eviews Tutorial for Labor Economics Lei Lei
Instructor: Raul Cruz 9/4/13
Introduction to the SPSS Interface
Presentation transcript:

Laboratory 1. Introduction to SAS u Statistical Analysis System u Package for –data entry –data manipulation –data storage –data analysis –reporting

SAS Screen u Handout u Three opening windows –Program (PGM) window ……Input –Log window …… Record of what SAS did –Output window ….. Results of analysis u All windows can be printed or saved

SAS Screen u Menu bar –Global: Main access to different windows –Local: Commands specific to the active window –File: Open, save, print, etc. –Edit: Modifying window contents –Journal: saving current window for easy printing –Help

SAS Input u DATA step –define and name a data set –allows input of data –define new variables –manipulate variables –generate variables u PROC step (procedures) –doing things to data; analysis

A data set u Imagine a data set as you would write it on a page u Or as it would exist in Excel u Rows are observations u Columns are variables u In cells are values

A data set OBSVar1Var2Var3 14red10 25blue4 35red11 48green8 5 7green7...

SAS data sets u Temporary –Exist only while SAS is running –Can be reused, but disapper when SAS is closed –Data saved in the Library WORK u Permanent –Saved on disk (Hard or Floppy) –Exist after SAS is closed –Files end in.SSD –Must use two level name  –Data saved in another defined library (e.g., SASUSER, other name)

Saving input and permanent data sets u Do not put these on the Hard Disk Drives in NSLB 121 u Save to FLOPPY only u Open saved input just as any windows file

SAS Data Sets u Data sets must have names –Eight characters … letters or numbers –Begin with a letter u Variables must have names –Eight characters … letters or numbers –Values of variables may be numeric or character v character variables are not treated as numbers

DATA step functions u LOG –LOGX = LOG10(X); –LOGY = LOG(Y); u SQRT –SROOT = SQRT(X); u + - multiply ( * ) divide ( / ) power ( ** ) –NEWVAR = 10*( X + Y/2 ) - X**3 ;

Procedures u UNIVARIATE u CHART u PLOT u SORT u CORR u PRINT u TTEST u NPAR1WAY u GLM u REG u VARCOMP u NESTED

Procedures u UNIVARIATE - all summary statistics –mean, SD, Variance, and a lot more u CHART - Bar charts, also pie charts u PLOT - bivariate plots u CORR - correlation coefficients u PRINT - what it says u SORT - orders data set

Guided Data Analysis (SAS / LAB) u Automated, menu driven, window –Data set –Response, Factors, Model v used for analysis –Summarize v summary statistics v plots –Analyze v inferential statistics

Guided Data Analysis u Fields (Data set:, Analysis:, etc.) –you fill in information –Click field -- opens a menu –e.g., Data set: field opens data window v Lists available data sets v CREATE button for creating new data sets –Summarize, Analyze produce output

Guided Data Analysis u Journal menu –Save current text –Save current graph –Review v Text - review entire saved text v Graph - review graphs 1 at a time –Print