SAS Certificate Applied Statistics and SAS Programming

Size: px
Start display at page:

Download "SAS Certificate Applied Statistics and SAS Programming"

Transcription

1 SAS Certificate Applied Statistics and SAS Programming

2 SAS Certificate Applied Statistics and Advanced SAS Programming Brigham Young University Department of Statistics offers an Applied Statistics and Advanced SAS Programming certificate for undergraduate students. The certificate is earned by taking 13 credits in applied statistics and programming from the Department of Statistics. All the courses taken for the SAS certificate also count toward the department core requirements and electives for our bachelor degrees; students will use both SAS and R throughout the course of the program. The certificate credential is not intended as a diploma or a degree. Requirements To earn the certificate, students must complete the following courses with at least a C, but have an overall B grade point average: STAT SAS Certification 1 STAT SAS Certification 2 STAT Statistical Computing 1 STAT Analysis of Variance STAT Introduction to Regression STAT Statistical Computing 2

3 Stat 124: SAS Certification 1 (1 credit) Book: SAS Certification Prep Guide: Base Programming SAS Publishing This course introduces you to the fundamentals of SAS programming. The goal of Statistics 124 is to show you how to use SAS as a programming environment. 'vve focus primarily on the following topics: 1. Accessing Data 2. Creating Data Structures 3. Managing Data 4. Generating Reports 5. Handling Errors The homework provides simple examples so you can develop practical experiences in writing simple SAS programs. Statistics 124 is designed to get participants to take the SAS Base certification exam. Like any programming class this class requires self-discipline and hard work for each student. Be prepared to pass the SAS Certified Base Programmer Exam by demonstrating they can use SAS to: 1. import and export raw data files 2. manipulate and transform data 3. combine SAS data sets 4. create basic detail and summary reports using SAS procedures 5. identify and correct data, syntax and programming logic errors For more information on the SAS Global Certification program and its value in the job market visithttp://support.sas.com/certify/

4 Stat 125: SAS Certification 2 (1 credit) Book: Sharpening Your SAS Skills and SAS Certification Prep Guide: Advanced Programming - SAS Publishing Stat 125 is a one credit hour class taught the second block of Fall and Winter semesters, which was created for the purpose of exposing students to the materials needed to pass the SAS Advanced Programming Certification Exam. **Note that we will not teach you all that is needed to pass the exam. In fact, we will be teaching you very little. Instead, this course should be thought of as an independent study course with resources available to help you in your own study by e.g., outlining what is expected to pass the exam, explaining the types of questions that SAS typically asks on these exams, and answering questions you may have as you work through the SAS Certification Prep Guide alone or with friends. SAS Certified Advanced Programmer Exam A student completing Stat 125: SAS Certification 2 will be prepared to pass the SAS Certified Advanced Programmer Exam by demonstrating they can use SAS to: 1. use advanced DATA step programming statements and efficiency techniques to solve complex problems. 2. write and interpreting SAS SQL code. 3. create and use the SAS MACRO facility. SAS Certified Advanced Programmer certification represents the upper echelon of SAS programmers. Those who earn the advanced programming credential have demonstrated a high level of proficiency in SAS programming expertise and are a much sought after commodity in the global job market. For more information on the SAS Global Certification program visithttp://support.sas.com/certify/ SAS Certified Advanced Programmer Exam A student completing Stat 125: SAS Certification 2 will be prepared to pass the SAS Certified Advanced Programmer Exam by demonstrating they can use SAS to: 1. use advanced DATA step programming statements and efficiency techniques to solve complex problems. 2. write and interpret SAS SQL code. 3. create and use the SAS MACRO facility. SAS Certified Advanced Programmer certification represents the upper echelon of SAS programmers. Those who earn the advanced programming credential have demonstrated a high level of proficiency in SAS programming expertise and are a much sought after commodity in the global job market. For more information on the SAS Global Certification program visithttp://support.sas.com/certify/

5 Stat 224: Statistical Computing 1 (2 credits) Book: Little SAS Book, 3e - Delwiche Statistics 224 is designed for Statistics majors or minors. Like any programming class this class requires selfdiscipline and hard work from each student. This course introduces you to the fundamentals of SAS programming. The goal of Statistics 224 is to get you to use the SAS programming environment. We focus primarily on the following general topics: 1. a lab for Stat DATA step. 3. Macros Programming 4. Report writing (Proc Report) 5. ODS 6. SQL There is some additional SAS Educational Materials that cover the above general topics (basic, progl, prog2, macros, ods, rpros, sqls) that are available for your download and use. 1. Statistics 224 students are expected to show that they can program SAS to: 2. Import and export raw data files 3. Manipulate and transform data using formats, logical and array statements. 4. Combine SAS data sets the Data Step and Proc SQL 5. Write a MACRO program 6. Create detailed summary reports using ODS and SAS procedures, specificly Proc Report 7. Identify and correct data, syntax and programming logic errors

6 Stat 230: Analysis of Variance (3 credits) Book: Introduction to Design and Analysis of Experiments 1e - Cobb Scientific method, statistical thinking, sources of variation, completely randomized design, ANOVA, power and sample size, multiple testing, randomized complete blocks, factorial designs, interactions, statistical software (SAS and R). A student completing Stat 230 will be able to: 1. define and identify experimental unit, response variable, factor(s), and level(s) of a basic experiment. 2. understand the role of randomization and replication in inferring causation. 3. carry out a completely randomized design and construct the ANOVA table by hand and in SAS and R. 4. understand F-tests (what they say, what they do not say). 5. compute the minimum number of replicates in a completely randomized design to achieve a specified level of power. 6. compute confidence intervals for pairwise differences and contrasts of means by hand and in SAS and R. 7. carry out a randomized complete block design and construct the ANOVA table by hand and in SAS and R. 8. carry out a factorial design and construct the ANOVA table in SAS and R. 9. explain the meaning of an interaction. 10. describe the differences between a split-plot and a two-way ANOVA.

7 Stat 330: Introduction to Regression (3 credits) Book: Regression Analysis by Example 4e - Chatterjee Regression, transformations, residuals, indicator variables, variable selection, logistic regression, time series, observational studies, statistical software. A student completing Stat 330 will be able to: 1. explain the difference between ANOVA and regression, and their computational methods. 2. explain the difference in inference between a designed experiment and observational study. 3. fit a regression model in SAS and R. 4. apply appropriate transformations to the response variable to improve agreement with regression assumptions. 5. use residuals and influence diagnostics to assess model fit, agreement with regression assumptions, and identify outliers and influential observations. 6. create sets of indicator variables for categorical explanatory variables. 7. apply step-wise selection to identify a subset regression model that selects the most significant explanatory variables from a large data set. 8. fit a logistic regression model in SAS and R. 9. fit an ARIMA(p, d, q) model and generate forecasts with prediction intervals in SAS and R.

8 Stat 424: Statistical Computing 2 (3 credits) Book: PROC SQL : BEYOND THE BASICS USING SAS Lafler Data Manipulation with R (Use R!) Spector Software for data analysis programming with R Chambers This course fills in part of the gap between study design and data analysis. The course is mostly about data, how to think about your data, how to store your data, and how to work with it preparatory to doing the analysis. This course is also about giving you the tools to use computers to aid you in many different aspects of the statistics field. At the end of Stat 424 the student will be able to: 1. Demonstrate data manipulation and data clearning skills using SQL and the Data Step in SAS, including 2. importing data from external formats such as Excel into SAS, and 3. parsing data from SAS data sets into tables defined on a database (see below). 4. Create and interact with relational databases, including 5. creating a database schema for storing data with well-defined relationships between properly normalized tables, 6. gaining a high level of proficiency with SQL (both from the terminal and within SASs Proc SQL), 7. creating basic summaries by querying a database, and 8. accessing data from a data base for statistical analysis in SAS. 9. Program SAS macros, including programming concepts such as variable declaration, passing parameters by value or reference, Boolean operators, flow control (iterative constructs and conditional statements), and basic understanding of efficient programming skills. 10. Work with large data sets to solve statistical problems using a combination of SAS and SQL skills.

9 SAS Certificate Advanced Statistics

10 SAS Certificate Advanced Statistics Brigham Young University Department of Statistics offers an Advanced Statistics certificate for graduate students. The certificate is earned by taking 15 credits from the Department of Statistics. All the courses taken for the certificate also count toward the department graduate program; students will use both SAS and R throughout the program. The certificate credential is not intended as a diploma or a degree. Requirements To earn the certificate, students must complete the following courses with at least a C, but have an overall B grade point average: STAT Applied Linear Models STAT Modern Regression Methods STAT Statistical Computation STAT Prob Theory & Math Stat 1 STAT Prob Theory & Math Stat 2

11 Stat 535: Applied Linear Models (3 credits) Book: Linear Models in Statistics 2E - Theory of estimation and testing in linear models. Analysis of full-rank model, over-parameterized model, cellmeans model, unequal subclass frequencies, and missing and fused cells. Estimability issues, diagnostics. 1. Students will be able to evaluate and explain when and how to appropriately apply the full-rank and nonfull-rank linear model in the analysis of various kinds of data including balanced, unbalanced, missing, and messy. 2. Students will be able to understand and apply the theory of estimation and testing for Gaussian linear models. 3. Students will be able to generate linear model analyzes in R and SAS with a complete understanding of the input computer code and the output.

12 Stat 536: Modern Regression Methods (3 credits) Book: No Text Weighted least squares, Bayesian linear models, robust regression, nonlinear regression, local regression, generalized additive models, tree-structured regression. This course trains students using statistical methods for modeling a response variable as a function of explanatory variables. Stat 535 (a prerequisite) covered linear models, and this course attempts to cover the complement set. At a minimum you will learn the derivation, computation, and application of the different methods on data. As part of the first-year MS core, this course material will be part of the Comprehensive Written Exam 1. review Linear Regression Models 2. review Weighted Least Squares, Mixed Models 3. Bayesian Linear Regression 4. Measurement Error Models 5. Generalized Linear Models (logistic) 6. Model Assessment and Selection 7. Shrinkage Methods, Bias-Variance Tradeoff, Subset Selection 8. Local Regression (splines, smoothers) 9. Generalized Additive Models (GAM) 10. Tree-based Models, Random Forests 11. Boosting, Bayesian Adaptive Regression Trees 12. P>>n

13 Stat624: Statistical Computation (3 credits) Book: Introduction to Scientific Programming and Simulation Using R Jones C++ for Everyone 2e Horstmann Fundamental numerical methods used by statisticians; programming concepts; efficient use of software available for statisticians; simulation studies. This course trains students to understand computational issues and algorithms most pertinent to statistics. The course can be broken down into roughly four segments: 1. elementary computing concepts including an introduction to Unix, LaTeX, and R; 2. topics in numerical techniques, including root-finding, numerical integration, and optimization (e.g., estimation of parameters in statistical models); 3. methods of data simulation; and 4. an introduction to statistical programming in C. At the conclusion of the course, you should be able to: 1. generate basic LaTeX documents and presentations 2. read in and manipulate data in R 3. generate graphical representations of data in R 4. write simple statistical functions and programs in R and C 5. summarize and write results to file in R and C 6. understand and perform numerical root-finding, integration, and optimization in R and C 7. generate simulated data from complex distributions in R and C

14 Stat641: Prob Theory & Math Stat 1 (3 credits) Book: Statistical Inference 2e - Casella Axioms of probability; combinatorics; random variables, densities and distributions; expectation; independence; joint distributions; conditional probability; inequalities; derived random variables; generating functions; limit theorems; convergence results. Upon successful completion of the course, the student will be able to 1. apply fundamentals of set theory and basic set operations, 2. enumerate the elements of a discrete sample space, 3. solve problems using axioms of probability, conditional probability, independence, and Bayes theorem, 4. describe the properties of the named distributions, 5. manipulate the pdf and cdf of univariate and multivariate discrete and continuous random variables to calculate probabilities and find joint and conditional distributions, 6. find moments and moment generating functions, 7. derive distributions for transformed random variables and order statistics, 8. generate realizations of common probability models using the probability integral transform, 9. use inequalities to create bounds on probabilities and expected values, 10. verify convergence in probability, distribution, and mean square, and 11. prove the Central Limit Theorem (iid and non-identical finite variance versions) and demonstrate it by simulation.

15 Stat 642: Prob Theory & Math Stat 2 (3 credits) Book: Statistical Inference 2e - Casella Introduction to statistical theory; principles of sufficiency and likelihood; point and interval estimation; maximum likelihood; Bayesian inference; hypothesis testing; Neyman-Pearson lemma; likelihood ratio tests; asymptotic results, including delta method; exponential family. On completing this course, the student will have facility with the concepts of statistical theory fundamental to future work in probability and statistics. The student will be able to 1. find sufficient, minimal sufficient, ancillary, and complete statistics, 2. use method of moments, maximum likelihood, and the Bayesian approach to find estimators, 3. evaluate estimators using mean squared error, bias, variance, loss functions, and Monte Carlo methods, 4. apply the Rao-Blackwell Theorem and the Lehmann-Scheff e Theorem to improve existing estimators, 5. derive likelihood ratio tests, Bayesian tests, Wald tests, and score tests, 6. use the Neyman-Pearson Lemma to find UMP tests, 7. evaluate tests with respect to error probabilities and power using analytical, bootstrap, and other Monte Carlo methods, 8. find interval estimators by inverting test statistics, using pivotal quantities, and using the Bayesian approach, 9. evaluate interval estimators with respect to size and coverage probabilities using analytical, bootstrap, and other Monte Carlo methods, 10. evaluate asymptotic properties of estimators with respect to consistency, asymptotic normality, and asymptotic efficiency, 11. describe the asymptotic properites of the MLE, and 12. use the delta method to find asymptotic distributions of transformed random variables.

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

Statistics Graduate Courses

Statistics Graduate Courses Statistics Graduate Courses STAT 7002--Topics in Statistics-Biological/Physical/Mathematics (cr.arr.).organized study of selected topics. Subjects and earnable credit may vary from semester to semester.

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

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

Statistics 3202 Introduction to Statistical Inference for Data Analytics 4-semester-hour course

Statistics 3202 Introduction to Statistical Inference for Data Analytics 4-semester-hour course Statistics 3202 Introduction to Statistical Inference for Data Analytics 4-semester-hour course Prerequisite: Stat 3201 (Introduction to Probability for Data Analytics) Exclusions: Class distribution:

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

UNDERGRADUATE DEGREE DETAILS : BACHELOR OF SCIENCE WITH

UNDERGRADUATE DEGREE DETAILS : BACHELOR OF SCIENCE WITH QATAR UNIVERSITY COLLEGE OF ARTS & SCIENCES Department of Mathematics, Statistics, & Physics UNDERGRADUATE DEGREE DETAILS : Program Requirements and Descriptions BACHELOR OF SCIENCE WITH A MAJOR IN STATISTICS

More information

STATISTICA Formula Guide: Logistic Regression. Table of Contents

STATISTICA Formula Guide: Logistic Regression. Table of Contents : Table of Contents... 1 Overview of Model... 1 Dispersion... 2 Parameterization... 3 Sigma-Restricted Model... 3 Overparameterized Model... 4 Reference Coding... 4 Model Summary (Summary Tab)... 5 Summary

More information

How To Understand The Theory Of Probability

How To Understand The Theory Of Probability Graduate Programs in Statistics Course Titles STAT 100 CALCULUS AND MATR IX ALGEBRA FOR STATISTICS. Differential and integral calculus; infinite series; matrix algebra STAT 195 INTRODUCTION TO MATHEMATICAL

More information

Learning outcomes. Knowledge and understanding. Competence and skills

Learning outcomes. Knowledge and understanding. Competence and skills Syllabus Master s Programme in Statistics and Data Mining 120 ECTS Credits Aim The rapid growth of databases provides scientists and business people with vast new resources. This programme meets the challenges

More information

Statistics in Applications III. Distribution Theory and Inference

Statistics in Applications III. Distribution Theory and Inference 2.2 Master of Science Degrees The Department of Statistics at FSU offers three different options for an MS degree. 1. The applied statistics degree is for a student preparing for a career as an applied

More information

Regression Modeling Strategies

Regression Modeling Strategies Frank E. Harrell, Jr. Regression Modeling Strategies With Applications to Linear Models, Logistic Regression, and Survival Analysis With 141 Figures Springer Contents Preface Typographical Conventions

More information

Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics

Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics For 2015 Examinations Aim The aim of the Probability and Mathematical Statistics subject is to provide a grounding in

More information

MTH 140 Statistics Videos

MTH 140 Statistics Videos MTH 140 Statistics Videos Chapter 1 Picturing Distributions with Graphs Individuals and Variables Categorical Variables: Pie Charts and Bar Graphs Categorical Variables: Pie Charts and Bar Graphs Quantitative

More information

UNIVERSITY of MASSACHUSETTS DARTMOUTH Charlton College of Business Decision and Information Sciences Fall 2010

UNIVERSITY of MASSACHUSETTS DARTMOUTH Charlton College of Business Decision and Information Sciences Fall 2010 UNIVERSITY of MASSACHUSETTS DARTMOUTH Charlton College of Business Decision and Information Sciences Fall 2010 COURSE: POM 500 Statistical Analysis, ONLINE EDITION, Fall 2010 Prerequisite: Finite Math

More information

STAT 360 Probability and Statistics. Fall 2012

STAT 360 Probability and Statistics. Fall 2012 STAT 360 Probability and Statistics Fall 2012 1) General information: Crosslisted course offered as STAT 360, MATH 360 Semester: Fall 2012, Aug 20--Dec 07 Course name: Probability and Statistics Number

More information

Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students

Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students Eastern Washington University Department of Computer Science Questionnaire for Prospective Masters in Computer Science Students I. Personal Information Name: Last First M.I. Mailing Address: Permanent

More information

Section Format Day Begin End Building Rm# Instructor. 001 Lecture Tue 6:45 PM 8:40 PM Silver 401 Ballerini

Section Format Day Begin End Building Rm# Instructor. 001 Lecture Tue 6:45 PM 8:40 PM Silver 401 Ballerini NEW YORK UNIVERSITY ROBERT F. WAGNER GRADUATE SCHOOL OF PUBLIC SERVICE Course Syllabus Spring 2016 Statistical Methods for Public, Nonprofit, and Health Management Section Format Day Begin End Building

More information

Business Statistics. Successful completion of Introductory and/or Intermediate Algebra courses is recommended before taking Business Statistics.

Business Statistics. Successful completion of Introductory and/or Intermediate Algebra courses is recommended before taking Business Statistics. Business Course Text Bowerman, Bruce L., Richard T. O'Connell, J. B. Orris, and Dawn C. Porter. Essentials of Business, 2nd edition, McGraw-Hill/Irwin, 2008, ISBN: 978-0-07-331988-9. Required Computing

More information

CHAPTER 3 EXAMPLES: REGRESSION AND PATH ANALYSIS

CHAPTER 3 EXAMPLES: REGRESSION AND PATH ANALYSIS Examples: Regression And Path Analysis CHAPTER 3 EXAMPLES: REGRESSION AND PATH ANALYSIS Regression analysis with univariate or multivariate dependent variables is a standard procedure for modeling relationships

More information

Statistics Graduate Programs

Statistics Graduate Programs Statistics Graduate Programs Kathleen Maurer, Coordinator of Graduate Studies 146 Middlebush Columbia, MO 65211 573-882-6376 http://www.stat.missouri.edu/ About Statistics The statistics department faculty

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

APPLIED MISSING DATA ANALYSIS

APPLIED MISSING DATA ANALYSIS APPLIED MISSING DATA ANALYSIS Craig K. Enders Series Editor's Note by Todd D. little THE GUILFORD PRESS New York London Contents 1 An Introduction to Missing Data 1 1.1 Introduction 1 1.2 Chapter Overview

More information

STATISTICS COURSES UNDERGRADUATE CERTIFICATE FACULTY. Explanation of Course Numbers. Bachelor's program. Master's programs.

STATISTICS COURSES UNDERGRADUATE CERTIFICATE FACULTY. Explanation of Course Numbers. Bachelor's program. Master's programs. STATISTICS Statistics is one of the natural, mathematical, and biomedical sciences programs in the Columbian College of Arts and Sciences. The curriculum emphasizes the important role of statistics as

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

Assumptions. Assumptions of linear models. Boxplot. Data exploration. Apply to response variable. Apply to error terms from linear model

Assumptions. Assumptions of linear models. Boxplot. Data exploration. Apply to response variable. Apply to error terms from linear model Assumptions Assumptions of linear models Apply to response variable within each group if predictor categorical Apply to error terms from linear model check by analysing residuals Normality Homogeneity

More information

Organizing Your Approach to a Data Analysis

Organizing Your Approach to a Data Analysis Biost/Stat 578 B: Data Analysis Emerson, September 29, 2003 Handout #1 Organizing Your Approach to a Data Analysis The general theme should be to maximize thinking about the data analysis and to minimize

More information

Program description for the Master s Degree Program in Mathematics and Finance

Program description for the Master s Degree Program in Mathematics and Finance Program description for the Master s Degree Program in Mathematics and Finance : English: Master s Degree in Mathematics and Finance Norwegian, bokmål: Master i matematikk og finans Norwegian, nynorsk:

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: [email protected] [email protected] Office Phone# 212.854.5941 (o) To Be Announced Office Room# 407A To Be Announced MEETING

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

Decision Sciences 101 - Data Analysis for Managers

Decision Sciences 101 - Data Analysis for Managers Spring 2013 CALIFORNIA STATE UNIVERSITY, SACRAMENTO School of Business Administration Decision Sciences 101 - Data Analysis for Managers COURSE OUTLINE INSTRUCTOR: Dr. Stanley A. Taylor OFFICE: TAH -2096

More information

Course Text. Required Computing Software. Course Description. Course Objectives. StraighterLine. Business Statistics

Course Text. Required Computing Software. Course Description. Course Objectives. StraighterLine. Business Statistics Course Text Business Statistics Lind, Douglas A., Marchal, William A. and Samuel A. Wathen. Basic Statistics for Business and Economics, 7th edition, McGraw-Hill/Irwin, 2010, ISBN: 9780077384470 [This

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

Research Methods Courses

Research Methods Courses Research Methods Courses ACCTG 501 ADTED 550 ADTED 551 A ED 502 AEE 520 AEE 521 AEREC 510 AEREC 511 APLNG 578 APLNG 581 BB H 505 Research Methods in Accounting Qualitative Research in Adult Ed (Introduction

More information

SPSS TRAINING SESSION 3 ADVANCED TOPICS (PASW STATISTICS 17.0) Sun Li Centre for Academic Computing [email protected]

SPSS TRAINING SESSION 3 ADVANCED TOPICS (PASW STATISTICS 17.0) Sun Li Centre for Academic Computing lsun@smu.edu.sg SPSS TRAINING SESSION 3 ADVANCED TOPICS (PASW STATISTICS 17.0) Sun Li Centre for Academic Computing [email protected] IN SPSS SESSION 2, WE HAVE LEARNT: Elementary Data Analysis Group Comparison & One-way

More information

MATH. ALGEBRA I HONORS 9 th Grade 12003200 ALGEBRA I HONORS

MATH. ALGEBRA I HONORS 9 th Grade 12003200 ALGEBRA I HONORS * Students who scored a Level 3 or above on the Florida Assessment Test Math Florida Standards (FSA-MAFS) are strongly encouraged to make Advanced Placement and/or dual enrollment courses their first choices

More information

Adequacy of Biomath. Models. Empirical Modeling Tools. Bayesian Modeling. Model Uncertainty / Selection

Adequacy of Biomath. Models. Empirical Modeling Tools. Bayesian Modeling. Model Uncertainty / Selection Directions in Statistical Methodology for Multivariable Predictive Modeling Frank E Harrell Jr University of Virginia Seattle WA 19May98 Overview of Modeling Process Model selection Regression shape Diagnostics

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

Lecture/Recitation Topic SMA 5303 L1 Sampling and statistical distributions

Lecture/Recitation Topic SMA 5303 L1 Sampling and statistical distributions SMA 50: Statistical Learning and Data Mining in Bioinformatics (also listed as 5.077: Statistical Learning and Data Mining ()) Spring Term (Feb May 200) Faculty: Professor Roy Welsch Wed 0 Feb 7:00-8:0

More information

Imputing Missing Data using SAS

Imputing Missing Data using SAS ABSTRACT Paper 3295-2015 Imputing Missing Data using SAS Christopher Yim, California Polytechnic State University, San Luis Obispo Missing data is an unfortunate reality of statistics. However, there are

More information

PROBABILITY AND STATISTICS. Ma 527. 1. To teach a knowledge of combinatorial reasoning.

PROBABILITY AND STATISTICS. Ma 527. 1. To teach a knowledge of combinatorial reasoning. PROBABILITY AND STATISTICS Ma 527 Course Description Prefaced by a study of the foundations of probability and statistics, this course is an extension of the elements of probability and statistics introduced

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

Universitatea de Medicină şi Farmacie Grigore T. Popa Iaşi Comisia pentru asigurarea calităţii DISCIPLINE RECORD/ COURSE / SEMINAR DESCRIPTION

Universitatea de Medicină şi Farmacie Grigore T. Popa Iaşi Comisia pentru asigurarea calităţii DISCIPLINE RECORD/ COURSE / SEMINAR DESCRIPTION Universitatea de Medicină şi Farmacie Grigore T. Popa Iaşi Comisia pentru asigurarea calităţii DISCIPLINE RECORD/ COURSE / SEMINAR DESCRIPTION 1. Information about the program 1.1. UNIVERSITY: GRIGORE

More information

STAT 2300: BUSINESS STATISTICS Section 002, Summer Semester 2009

STAT 2300: BUSINESS STATISTICS Section 002, Summer Semester 2009 STAT 2300: BUSINESS STATISTICS Section 002, Summer Semester 2009 Instructor: Bill Welbourn Office: Lund 117 Email: [email protected] Lectures: MWF 7:30AM 9:40AM in ENGR 104 Office Hours:

More information

PH 7525 Introduction to Data & Statistical Packages Course Reference #: 18254 Spring 2011

PH 7525 Introduction to Data & Statistical Packages Course Reference #: 18254 Spring 2011 PH 7525 Introduction to Data & Statistical Packages Course Reference #: 18254 Spring 2011 Scott R. Weaver, Ph.D. Division of Epidemiology & Biostatistics Course Basics Faculty Accessibility Class Day/Time:

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

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

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

From the help desk: Bootstrapped standard errors

From the help desk: Bootstrapped standard errors The Stata Journal (2003) 3, Number 1, pp. 71 80 From the help desk: Bootstrapped standard errors Weihua Guan Stata Corporation Abstract. Bootstrapping is a nonparametric approach for evaluating the distribution

More information

EXPLORING & MODELING USING INTERACTIVE DECISION TREES IN SAS ENTERPRISE MINER. Copyr i g ht 2013, SAS Ins titut e Inc. All rights res er ve d.

EXPLORING & MODELING USING INTERACTIVE DECISION TREES IN SAS ENTERPRISE MINER. Copyr i g ht 2013, SAS Ins titut e Inc. All rights res er ve d. EXPLORING & MODELING USING INTERACTIVE DECISION TREES IN SAS ENTERPRISE MINER ANALYTICS LIFECYCLE Evaluate & Monitor Model Formulate Problem Data Preparation Deploy Model Data Exploration Validate Models

More information

STA 4273H: Statistical Machine Learning

STA 4273H: Statistical Machine Learning STA 4273H: Statistical Machine Learning Russ Salakhutdinov Department of Statistics! [email protected]! http://www.cs.toronto.edu/~rsalakhu/ Lecture 6 Three Approaches to Classification Construct

More information

Multivariate Statistical Inference and Applications

Multivariate Statistical Inference and Applications Multivariate Statistical Inference and Applications ALVIN C. RENCHER Department of Statistics Brigham Young University A Wiley-Interscience Publication JOHN WILEY & SONS, INC. New York Chichester Weinheim

More information

Graduate Certificate in Systems Engineering

Graduate Certificate in Systems Engineering Graduate Certificate in Systems Engineering Systems Engineering is a multi-disciplinary field that aims at integrating the engineering and management functions in the development and creation of a product,

More information

MISSING DATA TECHNIQUES WITH SAS. IDRE Statistical Consulting Group

MISSING DATA TECHNIQUES WITH SAS. IDRE Statistical Consulting Group MISSING DATA TECHNIQUES WITH SAS IDRE Statistical Consulting Group ROAD MAP FOR TODAY To discuss: 1. Commonly used techniques for handling missing data, focusing on multiple imputation 2. Issues that could

More information

Bootstrapping Big Data

Bootstrapping Big Data Bootstrapping Big Data Ariel Kleiner Ameet Talwalkar Purnamrita Sarkar Michael I. Jordan Computer Science Division University of California, Berkeley {akleiner, ameet, psarkar, jordan}@eecs.berkeley.edu

More information

Government of Russian Federation. Faculty of Computer Science School of Data Analysis and Artificial Intelligence

Government of Russian Federation. Faculty of Computer Science School of Data Analysis and Artificial Intelligence Government of Russian Federation Federal State Autonomous Educational Institution of High Professional Education National Research University «Higher School of Economics» Faculty of Computer Science School

More information

AP Statistics: Syllabus 1

AP Statistics: Syllabus 1 AP Statistics: Syllabus 1 Scoring Components SC1 The course provides instruction in exploring data. 4 SC2 The course provides instruction in sampling. 5 SC3 The course provides instruction in experimentation.

More information

Insurance Analytics - analýza dat a prediktivní modelování v pojišťovnictví. Pavel Kříž. Seminář z aktuárských věd MFF 4.

Insurance Analytics - analýza dat a prediktivní modelování v pojišťovnictví. Pavel Kříž. Seminář z aktuárských věd MFF 4. Insurance Analytics - analýza dat a prediktivní modelování v pojišťovnictví Pavel Kříž Seminář z aktuárských věd MFF 4. dubna 2014 Summary 1. Application areas of Insurance Analytics 2. Insurance Analytics

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

TEACHING OF STATISTICS IN KENYA. John W. Odhiambo University of Nairobi Nairobi

TEACHING OF STATISTICS IN KENYA. John W. Odhiambo University of Nairobi Nairobi TEACHING OF STATISTICS IN KENYA John W. Odhiambo University of Nairobi Nairobi In Kenya today statistics is taught at various levels in the education system to various degrees of coverage and sophistication.

More information

business statistics using Excel OXFORD UNIVERSITY PRESS Glyn Davis & Branko Pecar

business statistics using Excel OXFORD UNIVERSITY PRESS Glyn Davis & Branko Pecar business statistics using Excel Glyn Davis & Branko Pecar OXFORD UNIVERSITY PRESS Detailed contents Introduction to Microsoft Excel 2003 Overview Learning Objectives 1.1 Introduction to Microsoft Excel

More information

HYPOTHESIS TESTING: CONFIDENCE INTERVALS, T-TESTS, ANOVAS, AND REGRESSION

HYPOTHESIS TESTING: CONFIDENCE INTERVALS, T-TESTS, ANOVAS, AND REGRESSION HYPOTHESIS TESTING: CONFIDENCE INTERVALS, T-TESTS, ANOVAS, AND REGRESSION HOD 2990 10 November 2010 Lecture Background This is a lightning speed summary of introductory statistical methods for senior undergraduate

More information

Elements of statistics (MATH0487-1)

Elements of statistics (MATH0487-1) Elements of statistics (MATH0487-1) Prof. Dr. Dr. K. Van Steen University of Liège, Belgium December 10, 2012 Introduction to Statistics Basic Probability Revisited Sampling Exploratory Data Analysis -

More information

BNG 202 Biomechanics Lab. Descriptive statistics and probability distributions I

BNG 202 Biomechanics Lab. Descriptive statistics and probability distributions I BNG 202 Biomechanics Lab Descriptive statistics and probability distributions I Overview The overall goal of this short course in statistics is to provide an introduction to descriptive and inferential

More information

COURSE PLAN BDA: Biomedical Data Analysis Master in Bioinformatics for Health Sciences. 2015-2016 Academic Year Qualification.

COURSE PLAN BDA: Biomedical Data Analysis Master in Bioinformatics for Health Sciences. 2015-2016 Academic Year Qualification. COURSE PLAN BDA: Biomedical Data Analysis Master in Bioinformatics for Health Sciences 2015-2016 Academic Year Qualification. Master's Degree 1. Description of the subject Subject name: Biomedical Data

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

BIOM611 Biological Data Analysis

BIOM611 Biological Data Analysis BIOM611 Biological Data Analysis Spring, 2015 Tentative Syllabus Introduction BIOMED611 is a ½ unit course required for all 1 st year BGS students (except GCB students). It will provide an introduction

More information

Research Methods & Experimental Design

Research Methods & Experimental Design Research Methods & Experimental Design 16.422 Human Supervisory Control April 2004 Research Methods Qualitative vs. quantitative Understanding the relationship between objectives (research question) and

More information

Generalized Linear Models

Generalized Linear Models Generalized Linear Models We have previously worked with regression models where the response variable is quantitative and normally distributed. Now we turn our attention to two types of models where the

More information

430 Statistics and Financial Mathematics for Business

430 Statistics and Financial Mathematics for Business Prescription: 430 Statistics and Financial Mathematics for Business Elective prescription Level 4 Credit 20 Version 2 Aim Students will be able to summarise, analyse, interpret and present data, make predictions

More information

Example: Credit card default, we may be more interested in predicting the probabilty of a default than classifying individuals as default or not.

Example: Credit card default, we may be more interested in predicting the probabilty of a default than classifying individuals as default or not. Statistical Learning: Chapter 4 Classification 4.1 Introduction Supervised learning with a categorical (Qualitative) response Notation: - Feature vector X, - qualitative response Y, taking values in C

More information

Faculty of Science School of Mathematics and Statistics

Faculty of Science School of Mathematics and Statistics Faculty of Science School of Mathematics and Statistics MATH5836 Data Mining and its Business Applications Semester 1, 2014 CRICOS Provider No: 00098G MATH5836 Course Outline Information about the course

More information

How To Get A Masters Degree In Logistics And Supply Chain Management

How To Get A Masters Degree In Logistics And Supply Chain Management Industrial and Systems Engineering Master of Science Program Logistics and Supply Chain Management Department of Integrated Systems Engineering The Ohio State University Logistics is the science of design,

More information

Mathematics INDIVIDUAL PROGRAM INFORMATION 2014 2015. 866.Macomb1 (866.622.6621) www.macomb.edu

Mathematics INDIVIDUAL PROGRAM INFORMATION 2014 2015. 866.Macomb1 (866.622.6621) www.macomb.edu Mathematics INDIVIDUAL PROGRAM INFORMATION 2014 2015 866.Macomb1 (866.622.6621) www.macomb.edu Mathematics PROGRAM OPTIONS CREDENTIAL TITLE CREDIT HOURS REQUIRED NOTES Associate of Arts Mathematics 62

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

Data Mining: An Overview. David Madigan http://www.stat.columbia.edu/~madigan

Data Mining: An Overview. David Madigan http://www.stat.columbia.edu/~madigan Data Mining: An Overview David Madigan http://www.stat.columbia.edu/~madigan Overview Brief Introduction to Data Mining Data Mining Algorithms Specific Eamples Algorithms: Disease Clusters Algorithms:

More information

Applied Data Mining Analysis: A Step-by-Step Introduction Using Real-World Data Sets

Applied Data Mining Analysis: A Step-by-Step Introduction Using Real-World Data Sets Applied Data Mining Analysis: A Step-by-Step Introduction Using Real-World Data Sets http://info.salford-systems.com/jsm-2015-ctw August 2015 Salford Systems Course Outline Demonstration of two classification

More information

Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students

Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students Eastern Washington University Department of Computer Science Questionnaire for Prospective Masters in Computer Science Students I. Personal Information Name: Last First M.I. Mailing Address: Permanent

More information

Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students

Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students Eastern Washington University Department of Computer Science Questionnaire for Prospective Masters in Computer Science Students I. Personal Information Name: Last First M.I. Mailing Address: Permanent

More information

Data, Measurements, Features

Data, Measurements, Features Data, Measurements, Features Middle East Technical University Dep. of Computer Engineering 2009 compiled by V. Atalay What do you think of when someone says Data? We might abstract the idea that data are

More information

Description. Textbook. Grading. Objective

Description. Textbook. Grading. Objective EC151.02 Statistics for Business and Economics (MWF 8:00-8:50) Instructor: Chiu Yu Ko Office: 462D, 21 Campenalla Way Phone: 2-6093 Email: [email protected] Office Hours: by appointment Description This course

More information

Regression and Multivariate Data Analysis

Regression and Multivariate Data Analysis Regression and Multivariate Data Analysis STAT-GB.2301 STAT-UB.17 Jeffrey S. Simonoff Office: KMC 8 54 Phone: (212) 998 0452 FAX: (212) 995 4003 e mail: [email protected] Class meeting time: Wednesdays,

More information

Data Mining Introduction

Data Mining Introduction Data Mining Introduction Bob Stine Dept of Statistics, School University of Pennsylvania www-stat.wharton.upenn.edu/~stine What is data mining? An insult? Predictive modeling Large, wide data sets, often

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

2013 MBA Jump Start Program. Statistics Module Part 3

2013 MBA Jump Start Program. Statistics Module Part 3 2013 MBA Jump Start Program Module 1: Statistics Thomas Gilbert Part 3 Statistics Module Part 3 Hypothesis Testing (Inference) Regressions 2 1 Making an Investment Decision A researcher in your firm just

More information

Probability and Statistics

Probability and Statistics Probability and Statistics Syllabus for the TEMPUS SEE PhD Course (Podgorica, April 4 29, 2011) Franz Kappel 1 Institute for Mathematics and Scientific Computing University of Graz Žaneta Popeska 2 Faculty

More information

Statistical Models in R

Statistical Models in R Statistical Models in R Some Examples Steven Buechler Department of Mathematics 276B Hurley Hall; 1-6233 Fall, 2007 Outline Statistical Models Structure of models in R Model Assessment (Part IA) Anova

More information

QUALITY ENGINEERING PROGRAM

QUALITY ENGINEERING PROGRAM QUALITY ENGINEERING PROGRAM Production engineering deals with the practical engineering problems that occur in manufacturing planning, manufacturing processes and in the integration of the facilities and

More information

PROPOSAL FOR A GRADUATE CERTIFICATE IN SOCIAL SCIENCE METHODOLOGY

PROPOSAL FOR A GRADUATE CERTIFICATE IN SOCIAL SCIENCE METHODOLOGY PROPOSAL FOR A GRADUATE CERTIFICATE IN SOCIAL SCIENCE METHODOLOGY By Curtiss Cobb and Jon Krosnick May, 2006 One of Stanford s greatest strengths in the social sciences is methodology. Each social science

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

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

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

Principles of Data Mining by Hand&Mannila&Smyth

Principles of Data Mining by Hand&Mannila&Smyth Principles of Data Mining by Hand&Mannila&Smyth Slides for Textbook Ari Visa,, Institute of Signal Processing Tampere University of Technology October 4, 2010 Data Mining: Concepts and Techniques 1 Differences

More information