SAS: The last of the great mainframe stats packages

Slides:



Advertisements
Similar presentations
The INFILE Statement Reading files into SAS from an outside source: A Very Useful Tool!
Advertisements

Introduction to Regression with Measurement Error STA431: Spring 2015.
Variables 9/10/2013. Readings Chapter 3 Proposing Explanations, Framing Hypotheses, and Making Comparisons (Pollock) (pp.48-58) Chapter 1 Introduction.
What is MySQL? MySQL is a relational database management system (A relational database stores data in separate tables rather than putting all the data.
Regression Part II One-factor ANOVA Another dummy variable coding scheme Contrasts Multiple comparisons Interactions.
Logistic Regression STA302 F 2014 See last slide for copyright information 1.
Introduction To C++ Programming 1.0 Basic C++ Program Structure 2.0 Program Control 3.0 Array And Structures 4.0 Function 5.0 Pointer 6.0 Secure Programming.
Introduction to Microsoft Office Web Apps with Jim Mollé Learn iT! Computer Software Training.
The Basic Java Tools A text editor to write Java program source code. A compiler to translate source code into bytecode. An interpreter to translate.
1 Chapter 6 Understanding Computers, 11 th Edition Software Ownership Rights Software license: agreement, either included in a software package or displayed.
Copyright ©: SAMSUNG & Samsung Hope for Youth. All rights reserved Tutorials Software: Building apps Suitable for: Advanced.
Double Measurement Regression STA431: Spring 2013.
SAS Workshop Lecture 1 Lecturer: Annie N. Simpson, MSc.
SAS: The last of the great mainframe stats packages STA431 Winter/Spring 2015.
Introduction to SPSS Edward A. Greenberg, PhD
Learning the TSP: a guide for students at the 国際総合学類筑波大学 For the following classes of Professor Tadashi Yamada: MicroeconomicsStatistics Human Resources.
BMTRY 789 Introduction to SAS Programming Lecturer: Annie N. Simpson, MSc.
Factorial ANOVA More than one categorical explanatory variable STA305 Spring 2014.
Logistic Regression STA2101/442 F 2014 See last slide for copyright information.
ISU Basic SAS commands Laboratory No. 1 Computer Techniques for Biological Research Animal Science 500 Ken Stalder, Professor Department of Animal Science.
Regression Part II One-factor ANOVA Another dummy variable coding scheme Contrasts Multiple comparisons Interactions.
SAS: The last of the great mainframe stats packages STA431 Winter/Spring 2013.
Measurement 9/11/2012. Readings Chapter 3 Proposing Explanations, Framing Hypotheses, and Making Comparisons (Pollock) (pp.48-58) Chapter 1 Introduction.
Confirmatory Factor Analysis Part Two STA431: Spring 2013.
Categorical Independent Variables STA302 Fall 2013.
Analysis Introduction Data files, SPSS, and Survey Statistics.
STA302: Regression Analysis. Statistics Objective: To draw reasonable conclusions from noisy numerical data Entry point: Study relationships between variables.
INTRODUCTION TO JAVA AND ANDROID. Slide 2 Our Ecosystem Java Eclipse Android SDK.
Categorical Independent Variables STA302 Fall 2015.
STA302: Regression Analysis. Statistics Objective: To draw reasonable conclusions from noisy numerical data Entry point: Study relationships between variables.
The Sample Variation Method A way to select sample size This slide show is a free open source document. See the last slide for copyright information.
Logistic Regression For a binary response variable: 1=Yes, 0=No This slide show is a free open source document. See the last slide for copyright information.
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.
Tomcat Setup BCIS 3680 Enterprise Programming. One-Click Tomcat Setup 2  This semester we’ll try to set up Tomcat with a PowerShell script.  Preparation.
Google Apps for Education Account Overview for Staff.
Using the AASHTO Materials Library A Guide for Technical Sections (Rev. 7/27/2016)
Different Operating Systems
Version Control Systems
2nd year Computer Science & Engineer
CPLD Software Setup Note: Some of the images contained in this presentation are captured from Altera’s Quartus II software. Please see the Altera web.
Using the AASHTO Materials Library
Computing Fundamentals
Introduction to Computer Science
Exploratory Factor Analysis
Getting Started with R.
Poisson Regression STA 2101/442 Fall 2017
Introduction to SAS on acs-linux (via Xwin32)
Interactions and Factorial ANOVA
Logistic Regression Part One
Version Control Systems
SAS Programming Introduction to SAS.
R Programming.
Multinomial Logit Models
ECONOMETRICS ii – spring 2018
SPSS Overview COM 631/731.
Lab 1 Introductions to R Sean Potter.
Crash course in R – short introduction
Different Operating Systems
Programming in JavaScript
All assignments and information is posted on web site
Reference Management Software Tools Mendeley (Part A)
Tonga Institute of Higher Education IT 141: Information Systems
Programming in JavaScript
LO2 – Understand Computer Software
Enter Your Presentation Title
Programming in JavaScript
Tonga Institute of Higher Education IT 141: Information Systems
Stata Basic Course.
Review of Previous Lesson
Presentation transcript:

SAS: The last of the great mainframe stats packages STA431 Winter/Spring 2017 See last slide for copyright information

It almost seemed like there was one for every major university DATATEXT: Harvard SPSS: University of Chicago BMDP: University of California at Los Angeles SAS: University of North Carolina at Chapel Hill OMNITAB: Pennsylvania State University S: AT&T Bell labs Should I include S: Bell Labs?

SAS vs. R R is like a motorcycle. SAS is like a military Humvee. Except it doesn’t break down.

SAS File Types Include Raw data file Program file Log file Results file Data Table Library

Four files Raw Data File: A file consisting of rows and columns of numbers; or maybe some of the columns have letters (character data) instead of numbers. The rows represent observations and the columns represent variables. Often in an Excel spreadsheet. Program File: A file consisting of commands that the SAS software tries to follow. You create this file with a text editor. The program file contains a reference to the raw data file (in the infile statement), so SAS knows where to find the data. Program files have names like reading1.sas. Log File: This file is produced by every SAS run, whether it is successful of unsuccessful. It contains a listing of the program file, as well any error messages or warnings. Results File: The list file contains the output of the statistical procedures requested by the program file. Results files have names like reading1.pdf, reading1.rtf, or reading1.htm.

SAS University Edition This is new. It’s not quite the full version, but it does a lot. It's free of charge to anybody with a university email address. http://www.sas.com/en_us/software/university-edition.html

Features of SAS University Edition SAS lives in a virtual linux machine You interact with it through a browser interface called SAS Studio. With SAS running in the virtual machine, you point your browser to a localhost address. This way, it is really platform independent. You get your data into SAS via a shared folder.

More comments It’s a big download – around 1.8 GB Actually it’s two downloads. First, download the virtualization software, free from Oracle or VMWare. The SAS download site has good instructions. Once you connect to localhost, see the FAQ The FAQ is actually a well-organized manual.

Possible problems Slow or flaky internet connection. If it does not work the first time, try again. Virtual machine requires 1GB of RAM. Trouble with older operating systems? Not available in the computer labs. You need your own computer.

Important Rule You may not use a classmate’s SAS to do your work for this course. It’s too easy to see each other’s program code. You must have your own installation. If two people use the same installation of SAS University Edition, they will both get zero for the assignment even if there is no academic offence charge.

Getting help with installation is okay I expect you to be able to download and install the software yourself. But it is not a learning goal of the course. Just get the job done somehow.

Copyright Information This slide show was prepared by Jerry Brunner, Department of Statistics, University of Toronto. It is licensed under a Creative Commons Attribution - ShareAlike 3.0 Unported License. Use any part of it as you like and share the result freely. These Powerpoint slides are available from the course website: http://www.utstat.toronto.edu/~brunner/oldclass/431s17