SAS R IML (Introduction at the Master s Level)

Size: px
Start display at page:

Download "SAS R IML (Introduction at the Master s Level)"

Transcription

1 SAS R IML (Introduction at the Master s Level) Anton Bekkerman, Ph.D., Montana State University, Bozeman, MT ABSTRACT Most graduate-level statistics and econometrics programs require a more advanced knowledge of analytical and programming skills than the skills taught in undergraduate courses. However, many students enter graduate programs without these skills. This creates challenges for both students and instructors, as each seeks to balance teaching (learning) both theoretical concepts and the skills to apply those concepts empirically. One approach to improve the development of those skills in incoming graduate students is by holding a rigorous, targeted SAS mini-course prior to the beginning of a teaching semester. The mini-course enables instructors to focus only on helping students develop SAS skills, thus improving the efficiency and effectiveness of the learning process. Moreover, the course provides an opportunity to teach more advanced concepts, including the use of the interactive matrix language (IML) and the macro language. These advanced skills can aid in students abilities to grasp a more detailed understanding of complex statistical and econometric topics. This paper provides an overview of a SAS mini-course offered to students entering the Master s of Applied Economics program at Montana State University. INTRODUCTION Most economics and statistics master s degree programs are expected to be completed by students within months. In programs that require a master s thesis, students must have a set of empirical analysis skills that are necessary to efficiently and effectively conduct research. An example of such skills is the ability to manage data and develop code for statistical analyses. However, the required skill level for graduate students is often different from that expected by undergraduates. For example, in undergraduate econometrics courses, linear regression models are frequently introduced using summation notation and students are taught to estimate these models using statistical analysis packages (e.g., the REG procedure). Graduate level courses, however, typically require that students develop a deeper understanding of regression models, often within a matrix algebra context. Many students begin their graduate programs without these skills, resulting in two common outcomes. One outcome is that students must independently learn the analytical tools to complete assignments. A second outcome is that teachers provide some coding instruction, but it may be significantly limited and unstructured because there is a limited amount of time allocated to discussion theoretical topics and applied techniques. In both cases, the knowledge of necessary empirical skills may be reduced, students may obtain an incomplete understanding of when and how the skills should be applied, and there may be a general reduction in the quality of instruction. Consequently, an alternative approach may be necessary to introduce students to the use of statistical analysis in order to minimize the challenges faced by both students and instructors. One such approach is to develop a rigorous, focused mini-course that would introduce, train, and provide practice in statistical analysis software prior to the beginning of a semester-long statistics or econometrics class. At Montana State University (MSU), this concept was implemented to create a SAS boot camp for incoming students in the Master s of Applied Economics program. The boot camp introduces students to the basics of SAS software as well as provides instruction for more advanced topics, including the interactive matrix language (IML) and the macro language. The focused mini-course offers several important benefits. First, students are more comfortable and less time-constrained in completing empirically-based assignments during the semester. Because students are less consumed in grasping coding concepts while completing these assignments, they are more able to understand the underlying statistical and econometric concepts, improving their overall knowledge, the quality of their work, and allowing for more rigorous inclass discussions. Second, instructors are better able to structure lectures and the associated content. For example, lectures could be effectively enhanced by showcasing SAS examples during class time without the need to explain the underlying code. This paper provides an example of a SAS boot camp developed specifically for graduate students. The primary intent is to introduce the concept and structure of an advanced mini-course and motivate a constructive discussion for improving its effectiveness and making the course structure generalizable for other institutions. Additionally, because graduates of many statistics and economics master s programs immediately enter the labor force, input from representatives of industries that hire these graduates can offer further insight into ways to improve SAS instruction at the graduate level. 1

2 AUDIENCE AND OBJECTIVES The participants are students entering a graduate level statistics or economics program. The level of programming expertise and knowledge of SAS are assumed to be minimal or non-existent for most students. Some students, however, may have experience with other statistical computing software such as the R language or STATA R, knowledge of which is commonly acquired in undergraduate statistics and/or econometrics courses. All mini-course participants are expected to have successfully completed at least one course or have strong familiarity with linear algebra. At the conclusion of a mini-course, there are three major objectives. First, students are expected to have familiarity with SAS and a number of basic data management and statistical analysis techniques. Second, students should be comfortable using the IML procedure for manipulating matrices, using loops and conditional statements, and transferring data sets to and from IML. Lastly, students should become familiar with locating and interpreting SAS documentation. The three objectives are intended to allow all participating students to attain a similar foundation of SAS knowledge and programming skills, which will enable them to successfully complete empirical assignments, follow class lectures that rely on SAS-based demonstrations, and locate and implement additional information that will assist in completing more advanced tasks. LECTURE ENVIRONMENT The SAS boot camp is held prior to the start of a semester or term, because the goal of mini-course is to be preparatory rather than an accompaniment to a course throughout the semester. This format helps students focus on learning and understanding SAS and programming fundamentals. The mini-course consists of 2-3 sessions, with each session lasting 1-2 hours. Students meet in a computer lab and have access to SAS. The instructor s computer screen is displayed to the students. All students are provided with a resource packet containing information and code presented throughout the minicourse. For example, a resource packet used at Montana State University can be accessed at the following URL: basics.pdf. The packet is intended to be both a guide used throughout the boot camp as well as a resource for students during and after the semester. That is, the provided information not only offers students an opportunity to more easily follow the presentation of materials during the minicourse, but it also enables each student to reference standardized notes after the conclusion of the boot camp. Feedback from students who have completed the course provides evidence that a customized set of notes increases students abilities to efficiently and effectively recall programming techniques. That is, because the mini-course follows a customized guide, students are better able to locate information after the completion of the boot camp than if they were required to search other resources. CONTENT The content of a graduate level introductory SAS mini-course should contain and be structured in a manner that will maximize students abilities to succeed in an intended statistics or econometrics course. For the first econometrics course in the Master s in Applied Economics program at Montana State University, the mini-course seeks to provide strong foundations in three areas: data management, visual representation of data, and the empirical application of linear algebra. An overview of the econometrics course and lecture notes can be accessed at the following URL: notes.pdf. Figure 1 provides an overview of the mini-course structure and associated topics. As with most introductory SAS courses, the boot camp first provides an overview of the SAS system, discusses basic techniques for writing code using the enhanced editor, and offers tips for basic troubleshooting. This provides an important foundation for understanding the manner in which the SAS system reads and processes commands critical knowledge that improves the efficacy of teaching advanced topics. Furthermore, a substantial amount of time during the first mini-course session is dedicated to teaching data management skills, including importing, creating and storing data sets, manipulating columns and rows, merging and appending data sets, and exporting data. In addition to fundamental data management skills, the mini-course introduces students to techniques for visualizing basic data information. These techniques are both analytical and graphical data summarization. For example, the MEANS, UNIVARIATE, and FREQ are presented and interpretation of output is discussed. Furthermore, the students are introduced to the SGPLOT and SGPANEL procedures for conducting visual data analysis. The graphical procedures 2

3 Figure 1: Structure of a SAS Boot Camp at Montana State University are intended to parallel and complement results of the analytical data summarization. For example, the graphical procedures are used to produce scatter, series, and bar charts as well as histograms and fitted densities. A significant departure from basic SAS techniques is the instruction of advanced topics, including the use of the IML procedure and the macro language. Unlike most undergraduate econometrics courses, many graduate-level classes use matrix algebra to teach underlying topics and interpretations. Consequently, many assignments ask students to use matrix algebra to solve problems and prove concepts. In many cases, it is useful (if not necessary) to assign problems that cannot be completed by hand (i.e., inverting matrices with dimensions greater than 3 3) or to ask students to explicitly illustrate a particular concept. For example, students who have successfully completed an undergraduate econometrics course (which uses SAS) would estimate a linear regression model Y = Xβ +ε using the REG procedure. The procedure s output conveniently displays parameter estimates, associated t statistics, p-values, and other useful inferences. At the graduate-level, students are required to understand the underlying concepts of the REG procedure that is, solving the classic equation β = (X X) 1 X Y and determining the associated inference statistics. That is, during the course, students would be assigned tasks that would require them to construct code resembling the following. b = inv(x *x)*x *y; *Beta_hat; e = y - x*b; *Regression residuals; y_hat = x*b; *Predicted values; var = ((e *e)/(nrow(y)-ncol(x)))*inv(x *x); *Covariance matrix ; /* Inferences */ se = sqrt(vecdiag(var)); *Standard errors; t = b/se; *t-statistics; p = 2*(1 - cdf("t",abs(t),nrow(y)-ncol(x))); *p-values; /* R-squared, AIC, and BIC measures */ R_sq = 1 - ((e *e)/(nrow(y)-ncol(x)))/(((y - y[:,]) *(y - y[:,]))/(nrow(y)-1)); AIC = log((e *e)/nrow(y)) + (2*ncol(x)/nrow(y)); BIC = log((e *e)/nrow(y)) + (ncol(x)/nrow(y))*log(nrow(y)); /*Confidence intervals: ci = [LB,UB] */ ci = (b - tinv(0.995,nrow(y)-ncol(x))#se) (b + tinv(0.995,nrow(y)-ncol(x))#se); 3

4 The boot camp is intended to provide the technical foundation for students to be able to develop the above code. At Montana State University, the following concepts are reviewed: Constructing vectors and matrices. Manipulating vectors and matrices. Appending and sub-setting vectors and matrices. Constructing special vectors and matrices, such as an identity matrix or a vector of ones. Understanding matrix operations, including the difference between matrix and elementwise operations. Importing and exporting SAS datasets into and from the IML procedure. Generating simple summary statistics. Using loops and conditional statements. Although working with a matrix language is a new experience for many students, most grasp matrix operations concepts relatively well, especially if they are proficient with matrix algebra. For many, however, the use of loops and conditional statements is novel, often resulting in the need for extra time to be appropriated to teaching the concept. There are at least two important benefits of ensuring that students have a relatively strong understanding of these concepts. First, the programming logic necessary to conceptualize and construct an efficient loop and/or conditional statement will help students improve their abilities to develop original and effective empirical analyses. Second, this logic can be easily applied to other SAS methods that implement loops and conditional statements. One example of this application is the SAS macro language. Typically, an overview of the macro language is introduced last during the mini-course, because the concepts underlying the macro language encompass many of those introduced in the topics discussed above. Although the macro language can be a powerful tool for completing many objectives, the primary use of the macro language in the first semester econometrics course at MSU is for constructing simulations. Simulations provide an intuitive, hands-on tool for empirically investigating and proving many theoretical concepts, especially those that can be difficult for students to grasp (e.g., p-values; the law of large numbers; normality of an OLS estimator). Even if students are not required to complete assignments using the SAS macro language, a fundamental knowledge of the concepts and programming details will allow instructors to use macro-based simulations during lectures, substantially improving the efficacy of teaching particularly complex topics in statistics and econometrics. The following macro language concepts are reviewed: Overview of creating a macro code block. Defining and using macro variables. Differentiating local macro variables from global variables. Loops and conditional statements in a macro code block. The use of macro variables outside of a macro code block. CONCLUSION Many graduate students enter statistics and economics programs without a strong (and often without any) foundation in empirical analysis. This can create challenges for both students and instructors, who must balance the instruction of fundamental concepts and the analytical skills necessary to apply those concepts. Furthermore, the analytical skills necessary to teach graduate students can be more advanced than those taught in many undergraduate programs. Developing a focused mini-course for teaching SAS programming skills and conducting the mini-course prior to the start of a semester can provide graduate students and their instructors with an opportunity to build the necessary analytical 4

5 foundation. The primary benefits include a student body that can is better able to complete analytical assignments, instructors that can use SAS more effectively in the classroom, and a lower amount of time appropriated to teaching SAS during lectures. One drawback is that instructors would need to allocate time prior to the beginning of the semester to organize and instruct the mini-course. However, experience in conducting a SAS boot camp at Montana State University indicates that the benefits have largely outweighed the drawbacks. CONTACT INFORMATION Please address comments and questions to: Anton Bekkerman, Ph.D. 205 Linfield Hall Montana State University P.O. Box Bozeman, MT Phone: (406) anton.bekkerman@montana.edu SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. R indicates USA registration. Other brand and product names are trademarksof their respective companies. 5

2015 Workshops for Professors

2015 Workshops for Professors SAS Education Grow with us Offered by the SAS Global Academic Program Supporting teaching, learning and research in higher education 2015 Workshops for Professors 1 Workshops for Professors As the market

More information

Learning Objectives for Selected Programs Offering Degrees at Two Academic Levels

Learning Objectives for Selected Programs Offering Degrees at Two Academic Levels Learning Objectives for Selected Programs Offering Degrees at Two Academic Levels Discipline Degree Learning Objectives Accounting 1. Students graduating with a in Accounting should be able to understand

More information

WROX Certified Big Data Analyst Program by AnalytixLabs and Wiley

WROX Certified Big Data Analyst Program by AnalytixLabs and Wiley WROX Certified Big Data Analyst Program by AnalytixLabs and Wiley Disclaimer: This material is protected under copyright act AnalytixLabs, 2011. Unauthorized use and/ or duplication of this material or

More information

Programming Exercise 3: Multi-class Classification and Neural Networks

Programming Exercise 3: Multi-class Classification and Neural Networks Programming Exercise 3: Multi-class Classification and Neural Networks Machine Learning November 4, 2011 Introduction In this exercise, you will implement one-vs-all logistic regression and neural networks

More information

PHILOSOPHY OF THE MATHEMATICS DEPARTMENT

PHILOSOPHY OF THE MATHEMATICS DEPARTMENT PHILOSOPHY OF THE MATHEMATICS DEPARTMENT The Lemont High School Mathematics Department believes that students should develop the following characteristics: Understanding of concepts and procedures Building

More information

PCHS ALGEBRA PLACEMENT TEST

PCHS ALGEBRA PLACEMENT TEST MATHEMATICS Students must pass all math courses with a C or better to advance to the next math level. Only classes passed with a C or better will count towards meeting college entrance requirements. If

More information

Understanding Confidence Intervals and Hypothesis Testing Using Excel Data Table Simulation

Understanding Confidence Intervals and Hypothesis Testing Using Excel Data Table Simulation Understanding Confidence Intervals and Hypothesis Testing Using Excel Data Table Simulation Leslie Chandrakantha lchandra@jjay.cuny.edu Department of Mathematics & Computer Science John Jay College of

More information

Service courses for graduate students in degree programs other than the MS or PhD programs in Biostatistics.

Service courses for graduate students in degree programs other than the MS or PhD programs in Biostatistics. Course Catalog In order to be assured that all prerequisites are met, students must acquire a permission number from the education coordinator prior to enrolling in any Biostatistics course. Courses are

More information

9.2 User s Guide SAS/STAT. Introduction. (Book Excerpt) SAS Documentation

9.2 User s Guide SAS/STAT. Introduction. (Book Excerpt) SAS Documentation SAS/STAT Introduction (Book Excerpt) 9.2 User s Guide SAS Documentation This document is an individual chapter from SAS/STAT 9.2 User s Guide. The correct bibliographic citation for the complete manual

More information

MSCA 31000 Introduction to Statistical Concepts

MSCA 31000 Introduction to Statistical Concepts MSCA 31000 Introduction to Statistical Concepts This course provides general exposure to basic statistical concepts that are necessary for students to understand the content presented in more advanced

More information

Data management and SAS Programming Language EPID576D

Data management and SAS Programming Language EPID576D Time: Location: Tuesday and Thursdays, 11:00am 12:15 pm Drachman Hall A319 Instructors: Angelika Gruessner, MS, PhD 626-3118 (office) Drachman Hall A224 acgruess@azcc.arizona.edu Office Hours: Monday Thursday

More information

Mathematics within the Psychology Curriculum

Mathematics within the Psychology Curriculum Mathematics within the Psychology Curriculum Statistical Theory and Data Handling Statistical theory and data handling as studied on the GCSE Mathematics syllabus You may have learnt about statistics and

More information

Please start the slide show from the beginning to use links. Click here for active links to various courses

Please start the slide show from the beginning to use links. Click here for active links to various courses Please start the slide show from the beginning to use links Click here for active links to various courses CLICK ON ANY COURSE BELOW TO SEE DESCRIPTION AND PREREQUISITES To see the course sequence chart

More information

POL 204b: Research and Methodology

POL 204b: Research and Methodology POL 204b: Research and Methodology Winter 2010 T 9:00-12:00 SSB104 & 139 Professor Scott Desposato Office: 325 Social Sciences Building Office Hours: W 1:00-3:00 phone: 858-534-0198 email: swd@ucsd.edu

More information

Systat: Statistical Visualization Software

Systat: Statistical Visualization Software Systat: Statistical Visualization Software Hilary R. Hafner Jennifer L. DeWinter Steven G. Brown Theresa E. O Brien Sonoma Technology, Inc. Petaluma, CA Presented in Toledo, OH October 28, 2011 STI-910019-3946

More information

Multivariate Normal Distribution

Multivariate Normal Distribution Multivariate Normal Distribution Lecture 4 July 21, 2011 Advanced Multivariate Statistical Methods ICPSR Summer Session #2 Lecture #4-7/21/2011 Slide 1 of 41 Last Time Matrices and vectors Eigenvalues

More information

Streamlining Reports: A Look into Ad Hoc and Standardized Processes James Jenson, US Bancorp, Saint Paul, MN

Streamlining Reports: A Look into Ad Hoc and Standardized Processes James Jenson, US Bancorp, Saint Paul, MN Working Paper 138-2010 Streamlining Reports: A Look into Ad Hoc and Standardized Processes James Jenson, US Bancorp, Saint Paul, MN Abstract: This paper provides a conceptual framework for quantitative

More information

LAGUARDIA COMMUNITY COLLEGE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF MATHEMATICS, ENGINEERING, AND COMPUTER SCIENCE

LAGUARDIA COMMUNITY COLLEGE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF MATHEMATICS, ENGINEERING, AND COMPUTER SCIENCE LAGUARDIA COMMUNITY COLLEGE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF MATHEMATICS, ENGINEERING, AND COMPUTER SCIENCE MAT 119 STATISTICS AND ELEMENTARY ALGEBRA 5 Lecture Hours, 2 Lab Hours, 3 Credits Pre-

More information

RUSRR048 COURSE CATALOG DETAIL REPORT Page 1 of 6 11/11/2015 16:33:48. QMS 102 Course ID 000923

RUSRR048 COURSE CATALOG DETAIL REPORT Page 1 of 6 11/11/2015 16:33:48. QMS 102 Course ID 000923 RUSRR048 COURSE CATALOG DETAIL REPORT Page 1 of 6 QMS 102 Course ID 000923 Business Statistics I Business Statistics I This course consists of an introduction to business statistics including methods of

More information

MATHEMATICS. Administered by the Department of Mathematical and Computing Sciences within the College of Arts and Sciences. Degree Requirements

MATHEMATICS. Administered by the Department of Mathematical and Computing Sciences within the College of Arts and Sciences. Degree Requirements MATHEMATICS Administered by the Department of Mathematical and Computing Sciences within the College of Arts and Sciences. Paul Feit, PhD Dr. Paul Feit is Professor of Mathematics and Coordinator for Mathematics.

More information

Data Visualization Techniques

Data Visualization Techniques Data Visualization Techniques From Basics to Big Data with SAS Visual Analytics WHITE PAPER SAS White Paper Table of Contents Introduction.... 1 Generating the Best Visualizations for Your Data... 2 The

More information

Street Address: 1111 Franklin Street Oakland, CA 94607. Mailing Address: 1111 Franklin Street Oakland, CA 94607

Street Address: 1111 Franklin Street Oakland, CA 94607. Mailing Address: 1111 Franklin Street Oakland, CA 94607 Contacts University of California Curriculum Integration (UCCI) Institute Sarah Fidelibus, UCCI Program Manager Street Address: 1111 Franklin Street Oakland, CA 94607 1. Program Information Mailing Address:

More information

PRECALCULUS WITH INTERNET-BASED PARALLEL REVIEW

PRECALCULUS WITH INTERNET-BASED PARALLEL REVIEW PRECALCULUS WITH INTERNET-BASED PARALLEL REVIEW Rafael MARTÍNEZ-PLANELL Daniel MCGEE Deborah MOORE Keith WAYLAND Yuri ROJAS University of Puerto Rico at Mayagüez PO Box 9018, Mayagüez, PR 00681 e-mail:

More information

SAS Certificate Applied Statistics and SAS Programming

SAS Certificate Applied Statistics and SAS Programming SAS Certificate Applied Statistics and SAS Programming SAS Certificate Applied Statistics and Advanced SAS Programming Brigham Young University Department of Statistics offers an Applied Statistics and

More information

Programme Specification (Postgraduate)

Programme Specification (Postgraduate) Programme Specification (Postgraduate) 1. Programme Title(s): MSc/PGDip*/PGCert* Data Analysis for Business Intelligence *Exit awards only 2. Awarding body or institution: University of Leicester 3. a)

More information

Analysis of the Effectiveness of Online Learning in a Graduate Engineering Math Course

Analysis of the Effectiveness of Online Learning in a Graduate Engineering Math Course The Journal of Interactive Online Learning Volume 1, Number 3, Winter 2003 www.ncolr.org ISSN: 1541-4914 Analysis of the Effectiveness of Online Learning in a Graduate Engineering Math Course Charles L.

More information

Training/Internship Brochure Advanced Clinical SAS Programming Full Time 6 months Program

Training/Internship Brochure Advanced Clinical SAS Programming Full Time 6 months Program Training/Internship Brochure Advanced Clinical SAS Programming Full Time 6 months Program Domain Clinical Data Sciences Private Limited 8-2-611/1/2, Road No 11, Banjara Hills, Hyderabad Andhra Pradesh

More information

EDMS 769L: Statistical Analysis of Longitudinal Data 1809 PAC, Th 4:15-7:00pm 2009 Spring Semester

EDMS 769L: Statistical Analysis of Longitudinal Data 1809 PAC, Th 4:15-7:00pm 2009 Spring Semester Instructor Dr. Jeffrey Harring 1230E Benjamin Building Phone: (301) 405-3630 Email: harring@umd.edu Office Hours Tuesday 2:00-3:00pm, or by appointment Course Objectives, Description and Prerequisites

More information

From The Little SAS Book, Fifth Edition. Full book available for purchase here.

From The Little SAS Book, Fifth Edition. Full book available for purchase here. From The Little SAS Book, Fifth Edition. Full book available for purchase here. Acknowledgments ix Introducing SAS Software About This Book xi What s New xiv x Chapter 1 Getting Started Using SAS Software

More information

AMIS 7640 Data Mining for Business Intelligence

AMIS 7640 Data Mining for Business Intelligence The Ohio State University The Max M. Fisher College of Business Department of Accounting and Management Information Systems AMIS 7640 Data Mining for Business Intelligence Autumn Semester 2013, Session

More information

3818 - Introduction to Statistics (Online) Syllabus/Course Information

3818 - Introduction to Statistics (Online) Syllabus/Course Information 3818 - Introduction to Statistics (Online) Syllabus/Course Information Course Description Econ 3818 is a first course in probability and statistical methods, with an introduction to econometrics. This

More information

NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS

NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS TEST DESIGN AND FRAMEWORK September 2014 Authorized for Distribution by the New York State Education Department This test design and framework document

More information

USING EXCEL IN AN INTRODUCTORY STATISTICS COURSE: A COMPARISON OF INSTRUCTOR AND STUDENT PERSPECTIVES

USING EXCEL IN AN INTRODUCTORY STATISTICS COURSE: A COMPARISON OF INSTRUCTOR AND STUDENT PERSPECTIVES USING EXCEL IN AN INTRODUCTORY STATISTICS COURSE: A COMPARISON OF INSTRUCTOR AND STUDENT PERSPECTIVES Cynthia L. Knott Marymount University, 2807 N. Glebe Road, Arlington, VA 22207 cynthia.knott@marymount.edu

More information

Silvermine House Steenberg Office Park, Tokai 7945 Cape Town, South Africa Telephone: +27 21 702 4666 www.spss-sa.com

Silvermine House Steenberg Office Park, Tokai 7945 Cape Town, South Africa Telephone: +27 21 702 4666 www.spss-sa.com SPSS-SA Silvermine House Steenberg Office Park, Tokai 7945 Cape Town, South Africa Telephone: +27 21 702 4666 www.spss-sa.com SPSS-SA Training Brochure 2009 TABLE OF CONTENTS 1 SPSS TRAINING COURSES FOCUSING

More information

MATHEMATICS COURSES Grades 8-12 2015-2016

MATHEMATICS COURSES Grades 8-12 2015-2016 MATHEMATICS COURSES Grades 8-12 2015-2016 Calculus III H Calculus II H A.P. Calculus BC A.P. Statistics A.P. Calculus AB A.P. Calculus BC Algebra II H* Pre-Calculus H Calculus/Stats H A.P. Calculus AB

More information

2015 TUHH Online Summer School: Overview of Statistical and Path Modeling Analyses

2015 TUHH Online Summer School: Overview of Statistical and Path Modeling Analyses : Overview of Statistical and Path Modeling Analyses Prof. Dr. Christian M. Ringle (Hamburg Univ. of Tech., TUHH) Prof. Dr. Jӧrg Henseler (University of Twente) Dr. Geoffrey Hubona (The Georgia R School)

More information

Data Visualization Techniques

Data Visualization Techniques Data Visualization Techniques From Basics to Big Data with SAS Visual Analytics WHITE PAPER SAS White Paper Table of Contents Introduction.... 1 Generating the Best Visualizations for Your Data... 2 The

More information

Curriculum Map Statistics and Probability Honors (348) Saugus High School Saugus Public Schools 2009-2010

Curriculum Map Statistics and Probability Honors (348) Saugus High School Saugus Public Schools 2009-2010 Curriculum Map Statistics and Probability Honors (348) Saugus High School Saugus Public Schools 2009-2010 Week 1 Week 2 14.0 Students organize and describe distributions of data by using a number of different

More information

Finance. Corporate Finance. Additional information: See Moodle. Investments

Finance. Corporate Finance. Additional information: See Moodle. Investments Finance Corporate Finance Yrityksen rahoitus Code: LASK3047 Credit Units: 6 ETCS Time: Autumn semester, periods I-II. Content: Overview of corporate finance including valuation of stocks and bonds, capital

More information

F nest. Monte Carlo and Bootstrap using Stata. Financial Intermediation Network of European Studies

F nest. Monte Carlo and Bootstrap using Stata. Financial Intermediation Network of European Studies F nest Financial Intermediation Network of European Studies S U M M E R S C H O O L Monte Carlo and Bootstrap using Stata Dr. Giovanni Cerulli 8-10 October 2015 University of Rome III, Italy Lecturer Dr.

More information

A Correlation of. to the. South Carolina Data Analysis and Probability Standards

A Correlation of. to the. South Carolina Data Analysis and Probability Standards A Correlation of to the South Carolina Data Analysis and Probability Standards INTRODUCTION This document demonstrates how Stats in Your World 2012 meets the indicators of the South Carolina Academic Standards

More information

How To Teach Social Science To A Class

How To Teach Social Science To A Class Date submitted: 18/06/2010 Using Web-based Software to Promote Data Literacy in a Large Enrollment Undergraduate Course Harrison Dekker UC Berkeley Libraries Berkeley, California, USA Meeting: 86. Social

More information

RUTHERFORD HIGH SCHOOL Rutherford, New Jersey COURSE OUTLINE STATISTICS AND PROBABILITY

RUTHERFORD HIGH SCHOOL Rutherford, New Jersey COURSE OUTLINE STATISTICS AND PROBABILITY RUTHERFORD HIGH SCHOOL Rutherford, New Jersey COURSE OUTLINE STATISTICS AND PROBABILITY I. INTRODUCTION According to the Common Core Standards (2010), Decisions or predictions are often based on data numbers

More information

Econometrics and Data Analysis I

Econometrics and Data Analysis I Econometrics and Data Analysis I Yale University ECON S131 (ONLINE) Summer Session A, 2014 June 2 July 4 Instructor: Doug McKee (douglas.mckee@yale.edu) Teaching Fellow: Yu Liu (dav.yu.liu@yale.edu) Classroom:

More information

Masters in Financial Economics (MFE)

Masters in Financial Economics (MFE) Masters in Financial Economics (MFE) Admission Requirements Candidates must submit the following to the Office of Admissions and Registration: 1. Official Transcripts of previous academic record 2. Two

More information

Association between Brain Hemisphericity, Learning Styles and Confidence in Using Graphics Calculator for Mathematics

Association between Brain Hemisphericity, Learning Styles and Confidence in Using Graphics Calculator for Mathematics Eurasia Journal of Mathematics, Science & Technology Education, 2007, 3(2), 127-131 Association between Brain Hemisphericity, Learning Styles and Confidence in Using Graphics Calculator for Mathematics

More information

These degree requirements are in effect starting from 2012-2013 Admission.

These degree requirements are in effect starting from 2012-2013 Admission. MASTER S DEGREE PROGRAM IN Computer Science College of Engineering University of Colorado Denver These degree requirements are in effect starting from 2012-2013 Admission. The Department of Computer Science

More information

JMP Training. jmp.com/training 800-727-0025 training@jmp.com

JMP Training. jmp.com/training 800-727-0025 training@jmp.com JMP Training jmp.com/training 800-727-0025 training@jmp.com Connect. Learn. Grow Your Skills With JMP Training and Books. For more than 25 years, JMP statistical discovery software has given users tools

More information

THE Ph.D. PROGRAM IN MARKETING. The Smeal College of Business The Pennsylvania State University

THE Ph.D. PROGRAM IN MARKETING. The Smeal College of Business The Pennsylvania State University THE Ph.D. PROGRAM IN MARKETING The Smeal College of Business The Pennsylvania State University 2012-2013 TABLE OF CONTENTS Introduction Structure of Ph.D. Program... 3-9 Course Work... 3 Candidacy Exam...

More information

Fairfield Public Schools

Fairfield Public Schools Mathematics Fairfield Public Schools AP Statistics AP Statistics BOE Approved 04/08/2014 1 AP STATISTICS Critical Areas of Focus AP Statistics is a rigorous course that offers advanced students an opportunity

More information

SAS Code to Select the Best Multiple Linear Regression Model for Multivariate Data Using Information Criteria

SAS Code to Select the Best Multiple Linear Regression Model for Multivariate Data Using Information Criteria Paper SA01_05 SAS Code to Select the Best Multiple Linear Regression Model for Multivariate Data Using Information Criteria Dennis J. Beal, Science Applications International Corporation, Oak Ridge, TN

More information

DEPARTMENT OF PSYCHOLOGY UNIVERSITY OF LANCASTER MSC IN PSYCHOLOGICAL RESEARCH METHODS ANALYSING AND INTERPRETING DATA 2 PART 1 WEEK 9

DEPARTMENT OF PSYCHOLOGY UNIVERSITY OF LANCASTER MSC IN PSYCHOLOGICAL RESEARCH METHODS ANALYSING AND INTERPRETING DATA 2 PART 1 WEEK 9 DEPARTMENT OF PSYCHOLOGY UNIVERSITY OF LANCASTER MSC IN PSYCHOLOGICAL RESEARCH METHODS ANALYSING AND INTERPRETING DATA 2 PART 1 WEEK 9 Analysis of covariance and multiple regression So far in this course,

More information

Least Squares Estimation

Least Squares Estimation Least Squares Estimation SARA A VAN DE GEER Volume 2, pp 1041 1045 in Encyclopedia of Statistics in Behavioral Science ISBN-13: 978-0-470-86080-9 ISBN-10: 0-470-86080-4 Editors Brian S Everitt & David

More information

From the help desk: Swamy s random-coefficients model

From the help desk: Swamy s random-coefficients model The Stata Journal (2003) 3, Number 3, pp. 302 308 From the help desk: Swamy s random-coefficients model Brian P. Poi Stata Corporation Abstract. This article discusses the Swamy (1970) random-coefficients

More information

Brown University Department of Economics Spring 2015 ECON 1620-S01 Introduction to Econometrics Course Syllabus

Brown University Department of Economics Spring 2015 ECON 1620-S01 Introduction to Econometrics Course Syllabus Brown University Department of Economics Spring 2015 ECON 1620-S01 Introduction to Econometrics Course Syllabus Course Instructor: Dimitra Politi Office hour: Mondays 1-2pm (and by appointment) Office

More information

Audit Analytics. --An innovative course at Rutgers. Qi Liu. Roman Chinchila

Audit Analytics. --An innovative course at Rutgers. Qi Liu. Roman Chinchila Audit Analytics --An innovative course at Rutgers Qi Liu Roman Chinchila A new certificate in Analytic Auditing Tentative courses: Audit Analytics Special Topics in Audit Analytics Forensic Accounting

More information

Environmental Science/ Environmental Geology M. S.

Environmental Science/ Environmental Geology M. S. Environmental Science/ Environmental Geology M. S. Program Learning Goals Obtain advanced knowledge in geoscience and environmental science Upon graduation: have acquired advanced knowledge in earth sciences,

More information

Practical Data Science with Azure Machine Learning, SQL Data Mining, and R

Practical Data Science with Azure Machine Learning, SQL Data Mining, and R Practical Data Science with Azure Machine Learning, SQL Data Mining, and R Overview This 4-day class is the first of the two data science courses taught by Rafal Lukawiecki. Some of the topics will be

More information

Microsoft SQL Business Intelligence Boot Camp

Microsoft SQL Business Intelligence Boot Camp To register or for more information call our office (208) 898-9036 or email register@leapfoxlearning.com Microsoft SQL Business Intelligence Boot Camp 3 classes 1 Week! Business Intelligence is HOT! If

More information

Why Taking This Course? Course Introduction, Descriptive Statistics and Data Visualization. Learning Goals. GENOME 560, Spring 2012

Why Taking This Course? Course Introduction, Descriptive Statistics and Data Visualization. Learning Goals. GENOME 560, Spring 2012 Why Taking This Course? Course Introduction, Descriptive Statistics and Data Visualization GENOME 560, Spring 2012 Data are interesting because they help us understand the world Genomics: Massive Amounts

More information

Electronic Thesis and Dissertations UCLA

Electronic Thesis and Dissertations UCLA Electronic Thesis and Dissertations UCLA Peer Reviewed Title: A Multilevel Longitudinal Analysis of Teaching Effectiveness Across Five Years Author: Wang, Kairong Acceptance Date: 2013 Series: UCLA Electronic

More information

Diablo Valley College Catalog 2014-2015

Diablo Valley College Catalog 2014-2015 Mathematics MATH Michael Norris, Interim Dean Math and Computer Science Division Math Building, Room 267 Possible career opportunities Mathematicians work in a variety of fields, among them statistics,

More information

Prospectus for the Essential Physics package.

Prospectus for the Essential Physics package. Prospectus for the Essential Physics package. Essential Physics is a new textbook and learning package aimed at the College Physics audience, covering the standard introductory physics topics without using

More information

Ramon Gomez Florida International University 813 NW 133 rd Court Miami, FL 33182 gomezra@fiu.edu

Ramon Gomez Florida International University 813 NW 133 rd Court Miami, FL 33182 gomezra@fiu.edu TEACHING BUSINESS STATISTICS COURSES USING AN INTERACTIVE APPROACH BASED ON TECHNOLOGY RESOURCES Ramon Gomez Florida International University 813 NW 133 rd Court Miami, FL 33182 gomezra@fiu.edu 1. Introduction

More information

DESCRIPTION OF COURSES

DESCRIPTION OF COURSES DESCRIPTION OF COURSES MGT600 Management, Organizational Policy and Practices The purpose of the course is to enable the students to understand and analyze the management and organizational processes and

More information

Our Raison d'être. Identify major choice decision points. Leverage Analytical Tools and Techniques to solve problems hindering these decision points

Our Raison d'être. Identify major choice decision points. Leverage Analytical Tools and Techniques to solve problems hindering these decision points Analytic 360 Our Raison d'être Identify major choice decision points Leverage Analytical Tools and Techniques to solve problems hindering these decision points Empowerment through Intelligence Our Suite

More information

Programme Specification (Undergraduate) Date amended: 27 February 2012

Programme Specification (Undergraduate) Date amended: 27 February 2012 Programme Specification (Undergraduate) Date amended: 27 February 2012 1. Programme Title(s) and UCAS code(s): BSc/BA/MMath Mathematics (Including year abroad) (G100/G102/G105) 2. Awarding body or institution:

More information

INFS4830 SOCIAL MEDIA AND NETWORKING

INFS4830 SOCIAL MEDIA AND NETWORKING Business School School of Information Systems, Technology and Management INFS4830 SOCIAL MEDIA AND NETWORKING Course Outline Semester 1, 2016 Part A: Course-Specific Information Please consult Part B for

More information

INTRODUCTORY COURSES IN CALCULUS, STATISTICS, AND COMPUTER SCIENCE

INTRODUCTORY COURSES IN CALCULUS, STATISTICS, AND COMPUTER SCIENCE Chapter 4 INTRODUCTORY COURSES IN CALCULUS, STATISTICS, AND COMPUTER SCIENCE The five tables in this chapter give detailed enrollment and section size in calculus-level courses, instructional formats for

More information

MWSUG 2011 - Paper S111

MWSUG 2011 - Paper S111 MWSUG 2011 - Paper S111 Dealing with Duplicates in Your Data Joshua M. Horstman, First Phase Consulting, Inc., Indianapolis IN Roger D. Muller, First Phase Consulting, Inc., Carmel IN Abstract As SAS programmers,

More information

Curriculum - Doctor of Philosophy

Curriculum - Doctor of Philosophy Curriculum - Doctor of Philosophy CORE COURSES Pharm 545-546.Pharmacoeconomics, Healthcare Systems Review. (3, 3) Exploration of the cultural foundations of pharmacy. Development of the present state of

More information

MSCA 31000 Introduction to Statistical Concepts

MSCA 31000 Introduction to Statistical Concepts MSCA 31000 Introduction to Statistical Concepts This course provides general exposure to basic statistical concepts that are necessary for students to understand the content presented in more advanced

More information

Linear Models in STATA and ANOVA

Linear Models in STATA and ANOVA Session 4 Linear Models in STATA and ANOVA Page Strengths of Linear Relationships 4-2 A Note on Non-Linear Relationships 4-4 Multiple Linear Regression 4-5 Removal of Variables 4-8 Independent Samples

More information

INTRODUCTION TO DATA SCIENCE USING R

INTRODUCTION TO DATA SCIENCE USING R 3 day course to cover fundamentals and practices you need to know about data science and using R. #1 JOIN THE DATA REVOLUTION! Every object on earth is generating data, including our homes, our cars and

More information

Developing Risk Adjustment Techniques Using the SAS@ System for Assessing Health Care Quality in the lmsystem@

Developing Risk Adjustment Techniques Using the SAS@ System for Assessing Health Care Quality in the lmsystem@ Developing Risk Adjustment Techniques Using the SAS@ System for Assessing Health Care Quality in the lmsystem@ Yanchun Xu, Andrius Kubilius Joint Commission on Accreditation of Healthcare Organizations,

More information

Bachelor of Games and Virtual Worlds (Programming) Subject and Course Summaries

Bachelor of Games and Virtual Worlds (Programming) Subject and Course Summaries First Semester Development 1A On completion of this subject students will be able to apply basic programming and problem solving skills in a 3 rd generation object-oriented programming language (such as

More information

Please follow these guidelines when preparing your answers:

Please follow these guidelines when preparing your answers: PR- ASSIGNMNT 3000500 Quantitative mpirical Research The objective of the pre- assignment is to review the course prerequisites and get familiar with SPSS software. The assignment consists of three parts:

More information

WHO STEPS Surveillance Support Materials. STEPS Epi Info Training Guide

WHO STEPS Surveillance Support Materials. STEPS Epi Info Training Guide STEPS Epi Info Training Guide Department of Chronic Diseases and Health Promotion World Health Organization 20 Avenue Appia, 1211 Geneva 27, Switzerland For further information: www.who.int/chp/steps WHO

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS 1. SYSTEMS OF EQUATIONS AND MATRICES 1.1. Representation of a linear system. The general system of m equations in n unknowns can be written a 11 x 1 + a 12 x 2 +

More information

Progressive Teaching of Mathematics with Tablet Technology

Progressive Teaching of Mathematics with Tablet Technology Progressive Teaching of Mathematics with Tablet Technology 1 Progressive Teaching of Mathematics with Tablet Technology Birgit Loch University of Southern Queensland, Australia lochb@usq.edu.au Diane Donovan

More information

Executive Master of Public Administration. QUANTITATIVE TECHNIQUES I For Policy Making and Administration U6310, Sec. 03

Executive Master of Public Administration. QUANTITATIVE TECHNIQUES I For Policy Making and Administration U6310, Sec. 03 INSTRUCTORS: PROFESSOR: Stuart E. Ward TEACHING ASSISTANT: Hamid Rashid E-Mail: sew9@columbia.edu hr99@columbia.edu Office Phone# 212.854.5941 (o) To Be Announced Office Room# 407A To Be Announced MEETING

More information

Master of Science (MS) in Biostatistics 2014-2015. Program Director and Academic Advisor:

Master of Science (MS) in Biostatistics 2014-2015. Program Director and Academic Advisor: Master of Science (MS) in Biostatistics 014-015 Note: All curriculum revisions will be updated immediately on the website http://publichealh.gwu.edu Program Director and Academic Advisor: Dante A. Verme,

More information

Proposal for Undergraduate Certificate in Large Data Analysis

Proposal for Undergraduate Certificate in Large Data Analysis Proposal for Undergraduate Certificate in Large Data Analysis To: Helena Dettmer, Associate Dean for Undergraduate Programs and Curriculum From: Suely Oliveira (Computer Science), Kate Cowles (Statistics),

More information

IST687 Applied Data Science

IST687 Applied Data Science 1 IST687 Applied Data Science Course: Instructor: IST687 Applied Data Science Gary Krudys Semester: E-Mail: Spring 2015 gekrudys@syr.edu Office: 114 Hinds Hall Phone: 315-857-7243 (cell) Office hours:

More information

High School Algebra Reasoning with Equations and Inequalities Solve equations and inequalities in one variable.

High School Algebra Reasoning with Equations and Inequalities Solve equations and inequalities in one variable. Performance Assessment Task Quadratic (2009) Grade 9 The task challenges a student to demonstrate an understanding of quadratic functions in various forms. A student must make sense of the meaning of relations

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS INTRODUCTION TO STATISTICS MATH 2050

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS INTRODUCTION TO STATISTICS MATH 2050 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS INTRODUCTION TO STATISTICS MATH 2050 Class Hours: 2.0 Credit Hours: 3.0 Laboratory Hours: 2.0 Date Revised: Fall 2013 Catalog Course Description: Descriptive

More information

Rweb: Web-based Statistical Analysis

Rweb: Web-based Statistical Analysis Rweb: Web-based Statistical Analysis Jeff Banfield Department of Mathematical Science Montana State University Bozeman, MT 59717 Abstract Rweb is a freely accessible statistical analysis environment that

More information

Biology BSC 6932 Applied Regression for Scientists Fall 2014

Biology BSC 6932 Applied Regression for Scientists Fall 2014 Biology BSC 6932 Applied Regression for Scientists Fall 2014 Instructor: Dr. Leah Johnson Department: Integrative Biology Office: SCA Phone: E-mail: lrjohnson0@gmail.com Office Hours: by appointment. I

More information

ECONOMICS CURRICULUM. Master of Arts International Economics and Finance DEGREE REQUIREMENTS

ECONOMICS CURRICULUM. Master of Arts International Economics and Finance DEGREE REQUIREMENTS ECONOMICS CURRICULUM Master of Arts International Economics and Finance DEGREE REQUIREMENTS Master s Research Paper EF8100 Mathematics and Statistics Review (Non-credit) EF8901 Microeconomics 1 EF8902

More information

Regression Analysis: A Complete Example

Regression Analysis: A Complete Example Regression Analysis: A Complete Example This section works out an example that includes all the topics we have discussed so far in this chapter. A complete example of regression analysis. PhotoDisc, Inc./Getty

More information

SAS Software to Fit the Generalized Linear Model

SAS Software to Fit the Generalized Linear Model SAS Software to Fit the Generalized Linear Model Gordon Johnston, SAS Institute Inc., Cary, NC Abstract In recent years, the class of generalized linear models has gained popularity as a statistical modeling

More information

Demonstrating Understanding Rubrics and Scoring Guides

Demonstrating Understanding Rubrics and Scoring Guides Demonstrating Understanding Rubrics and Scoring Guides Project-based learning demands a more progressive means of assessment where students can view learning as a process and use problem-solving strategies

More information

What is the Purpose of College Algebra? Sheldon P. Gordon Farmingdale State College of New York

What is the Purpose of College Algebra? Sheldon P. Gordon Farmingdale State College of New York What is the Purpose of College Algebra? Sheldon P. Gordon Farmingdale State College of New York Each year, over 1,000,000 students [8] take College Algebra and related courses. Most of these courses were

More information

Teaching Statistics with Fathom

Teaching Statistics with Fathom Teaching Statistics with Fathom UCB Extension X369.6 (2 semester units in Education) COURSE DESCRIPTION This is a professional-level, moderated online course in the use of Fathom Dynamic Data software

More information

PTC Thermistor: Time Interval to Trip Study

PTC Thermistor: Time Interval to Trip Study PTC Thermistor: Time Interval to Trip Study by by David C. C. Wilson Owner Owner // Principal Principal Consultant Consultant Wilson Consulting Services, LLC April 5, 5, 5 Page 1-19 Table of Contents Description

More information

Department of Economics M.A. Program Handbook. (Last updated: September 2014 1 )

Department of Economics M.A. Program Handbook. (Last updated: September 2014 1 ) Department of Economics M.A. Program Handbook (Last updated: September 2014 1 ) The Master of Arts program in Economics at CSUS offers students the opportunity to expand their knowledge of Economics through

More information

M.S. IN BUSINESS: REAL ESTATE & URBAN LAND ECONOMICS PROPOSED NEW NAMED OPTION: GLOBAL REAL ESTATE

M.S. IN BUSINESS: REAL ESTATE & URBAN LAND ECONOMICS PROPOSED NEW NAMED OPTION: GLOBAL REAL ESTATE M.S. IN BUSINESS: REAL ESTATE & URBAN LAND ECONOMICS PROPOSED NEW NAMED OPTION: GLOBAL REAL ESTATE This proposal addresses adding a named option to the major Business: Real Estate and Urban Land Economics

More information

ln(p/(1-p)) = α +β*age35plus, where p is the probability or odds of drinking

ln(p/(1-p)) = α +β*age35plus, where p is the probability or odds of drinking Dummy Coding for Dummies Kathryn Martin, Maternal, Child and Adolescent Health Program, California Department of Public Health ABSTRACT There are a number of ways to incorporate categorical variables into

More information

Innovative Techniques and Tools to Detect Data Quality Problems

Innovative Techniques and Tools to Detect Data Quality Problems Paper DM05 Innovative Techniques and Tools to Detect Data Quality Problems Hong Qi and Allan Glaser Merck & Co., Inc., Upper Gwynnedd, PA ABSTRACT High quality data are essential for accurate and meaningful

More information

1 Teaching notes on GMM 1.

1 Teaching notes on GMM 1. Bent E. Sørensen January 23, 2007 1 Teaching notes on GMM 1. Generalized Method of Moment (GMM) estimation is one of two developments in econometrics in the 80ies that revolutionized empirical work in

More information