introduction to correlation with sas welcome to it’s seminar on stat. packages sam gordji,...

11
Introduction to Correlation with SAS Welcome to IT’s seminar on stat. packages Sam Gordji, [email protected] Weir 107

Upload: april-green

Post on 13-Dec-2015

213 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Introduction to Correlation with SAS Welcome to IT’s seminar on stat. packages Sam Gordji, ccsam@olemiss.educcsam@olemiss.edu Weir 107

Introduction to Correlation with SAS

Welcome to IT’s seminar on stat. packages

Sam Gordji, [email protected]

Weir 107

Page 2: Introduction to Correlation with SAS Welcome to IT’s seminar on stat. packages Sam Gordji, ccsam@olemiss.educcsam@olemiss.edu Weir 107

List of Statistical Packages

• SPSS

• SAS

• Mathematica

• MathWorks

• IMSL

Page 3: Introduction to Correlation with SAS Welcome to IT’s seminar on stat. packages Sam Gordji, ccsam@olemiss.educcsam@olemiss.edu Weir 107

Correlation with SAS

SASSAS (50 Copies available to the faculty and additional 50 copies are available for student use, IT has most of the SAS modules but not all). The cost for SAS is $75 per copy per year. To obtain a copy of SAS please send email to [email protected] or

[email protected]

Page 4: Introduction to Correlation with SAS Welcome to IT’s seminar on stat. packages Sam Gordji, ccsam@olemiss.educcsam@olemiss.edu Weir 107

List of Statistical Packages

Mathematica

Mathematica (free copy for faculty, staff, and students). To obtain a copy of Mathematica please visit http://www.mcsr.olemiss.edu/appssubpage.php?pagename=mathematica.inc

Page 5: Introduction to Correlation with SAS Welcome to IT’s seminar on stat. packages Sam Gordji, ccsam@olemiss.educcsam@olemiss.edu Weir 107

List of Statistical Packages

Matlab

Matlab (available on willow and sweetgum)

Other packages such as Fortran, IMSL, etc. will be mentioned briefly

Page 6: Introduction to Correlation with SAS Welcome to IT’s seminar on stat. packages Sam Gordji, ccsam@olemiss.educcsam@olemiss.edu Weir 107

List of Statistical Packages

IMSL

IMSL is a comprehensive package containing Math, stat., and special functions

IMSL is available only on sweetgum

IMSL is a set of subroutines called by a Fortran program

Page 7: Introduction to Correlation with SAS Welcome to IT’s seminar on stat. packages Sam Gordji, ccsam@olemiss.educcsam@olemiss.edu Weir 107

General Information

Email contact– Email your questions to [email protected]

To download this and other materials visit:

http://www.mcsr.olemiss.edu/appssubpage.

php?pagename=mathcamp.inc Please fill out the performance report and leave

your email address so we may contact you for follow up questions

Page 8: Introduction to Correlation with SAS Welcome to IT’s seminar on stat. packages Sam Gordji, ccsam@olemiss.educcsam@olemiss.edu Weir 107

General Information

This seminar covers SAS/Correlation SPSS, SAS, and Mathematica are

available in Weir Student Lab, Weir 107, and several other labs around campus

We’ll look at an example of a correlation and an example of a regression using SAS

Page 9: Introduction to Correlation with SAS Welcome to IT’s seminar on stat. packages Sam Gordji, ccsam@olemiss.educcsam@olemiss.edu Weir 107

General Information

SAS performs statistical analysis SPSS performs statistical analysis and is

similar to SAS Mathematica’s main function is to perform

mathematical operations including statistics

MathWorks is similar to Mathematica and is available on willow and sweetgum

Page 10: Introduction to Correlation with SAS Welcome to IT’s seminar on stat. packages Sam Gordji, ccsam@olemiss.educcsam@olemiss.edu Weir 107

General Information

IT staff will assist users to access these packages. We also assist users to find the proper procedure to analyze their data. If you need assistance please send email to Sam Gordji at [email protected] ,

[email protected] , or

[email protected]

Page 11: Introduction to Correlation with SAS Welcome to IT’s seminar on stat. packages Sam Gordji, ccsam@olemiss.educcsam@olemiss.edu Weir 107

Today We’ll Cover

Creating a simple SAS program (*.log, *.lst)

Example of a simple correlation with SAS (corr.sas)

Another example of simple correlation with SAS (corr2.sas)