Multiple Imputation and Multiple Regression with SAS and IBM SPSS

Size: px
Start display at page:

Download "Multiple Imputation and Multiple Regression with SAS and IBM SPSS"

Transcription

1 Multiple Imputation and Multiple Regression with SAS and IBM SPSS See IntroQ Questionnaire for a description of the survey used to generate the data used here. *** Mult-Imput_M-Reg.sas ***; options pageno=min nodate formdlim='-'; title 'Multiple Imputation of Missing Data then Multiple Regression.'; run; PROC IMPORT OUT= WORK.IntroQuest DATAFILE= "C:\Users\Vati\Documents\StatData\IntroQ\IntroQ.sav" DBMS=SPSS REPLACE; RUN; Data Priapus; set IntroQuest; SATM_Miss = 0; If SATM =. then SATM_Miss = 1; proc means n nmiss; run; proc corr nosimple; var SATM_Miss; with statoph gender ideal nucoph year; run; The data are imported from an SPSS.sav file. The MEANS Procedure Variable Label N N Miss Gender Gender Ideal Ideal Eye Eye Statoph Statoph Nucoph Nucoph SATM SATM Year Year Pearson Correlation Coefficients Prob > r under H0: Rho=0 Number of Observations SATM_Miss Statoph Statoph Gender Gender MultReg_Mult-Imputation.docx

2 2 Ideal Ideal Nucoph Nucoph Year Year Note that missingness on SATM is associated with statphobia and year Proc MI seed=69301 out=midata; var statoph gender ideal nucoph SATM year; run; Proc MI is used to create five imputations. Data Set Method Multiple Imputation Chain Initial s for MCMC Start Prior Model Information Number of Imputations 5 Number of Burn-in Iterations 200 Number of Iterations 100 WORK.INTROQUEST MCMC Single Chain EM Posterior Mode Starting Value Jeffreys Seed for random number generator Missing Data Patterns Group Statoph Gender Ideal Nucoph SATM Year Freq Percent Group Means Statoph Gender Ideal Nucoph SATM Year 1 X X X X X X X X X X. X X X X. X X X X. X X X X X. X. X X X X X X X X X. X X X. X X

3 The most common pattern (aside from complete data) is missingness only on SATM. We have means for each of the patterns. Those missing data on SATM do not appear to differ much from those with SATM data. Below we have Expectation Maximization estimates of means and covariances. Missingness on SATM is related to statophobia, by the way. 3 EM (Posterior Mode) s _TYPE NAME_ Statoph Gender Ideal Nucoph SATM Year MEAN COV Statoph COV Gender COV Ideal COV Nucoph COV SATM COV Year Variance Information Variable Variance DF Relative Between Within Total Increase in Variance Fraction Missing Information Relative Efficiency Statoph Ideal Nucoph SATM Snip, snip. I have culled the rest of the text output from Proc MI. Proc Reg outest=mrbyimput covout; Model Statoph = gender ideal nucoph SATM year / stb; By _Imputation_; run; quit; Proc MIAnalyze; modeleffects intercept gender ideal nucoph SATM year; run; Here we used Proc Reg to conduct a multiple regression analysis on each of the five imputations Imputation Number= Analysis of Variance Source DF Sum of Squares Mean Square F Value Pr > F Model <.0001 Error Corrected Total

4 4 Variable Label Root MSE R-Square Dependent Mean Adj R-Sq Coeff Var DF Parameter Parameter s Standard Error t Value Pr > t Standardized Intercept Intercept Gender Gender Ideal Ideal Nucoph Nucoph SATM SATM < Year Year Multiple Imputation of Missing Data then Multiple Regression Imputation Number= Variable Label Analysis of Variance Source DF Sum of Squares Mean Square F Value Pr > F Model <.0001 Error Corrected Total Root MSE R-Square Dependent Mean Adj R-Sq Coeff Var DF Parameter Parameter s Standard Error t Value Pr > t Standardized Intercept Intercept Gender Gender Ideal Ideal Nucoph Nucoph SATM SATM < Year Year

5 Imputation Number= Variable Label Analysis of Variance Source DF Sum of Squares Mean Square F Value Pr > F Model <.0001 Error Corrected Total Root MSE R-Square Dependent Mean Adj R-Sq Coeff Var DF Parameter Parameter s Standard Error t Value Pr > t Standardized Intercept Intercept Gender Gender Ideal Ideal Nucoph Nucoph SATM SATM < Year Year Imputation Number= Analysis of Variance Source DF Sum of Squares Mean Square F Value Pr > F Model <.0001 Error Corrected Total Root MSE R-Square Dependent Mean Adj R-Sq Coeff Var

6 6 Variable Label DF Parameter Parameter s Standard Error t Value Pr > t Standardized Intercept Intercept Gender Gender Ideal Ideal Nucoph Nucoph SATM SATM < Year Year Imputation Number= Analysis of Variance Source DF Sum of Squares Mean Square F Value Pr > F Model <.0001 Error Corrected Total Root MSE R-Square Dependent Mean Adj R-Sq Coeff Var Variable Label DF Parameter Parameter s Standard Error t Value Pr > t Standardized Intercept Intercept Gender Gender Ideal Ideal Nucoph Nucoph SATM SATM < Year Year Proc MIAnalyze is used to pool the results from the multiple imputations. The variance in the scores is partitioned between that among imputations (A) and that within imputations (W). The Relative Increase in Variance (r) is the increase in variance due to having missing data imputed

7 (relative to the condition where no data are missing), 1 m r W 1 A, where m is the number of imputations. A related statistic, Fraction of Missing Information, is an index of how much more precise the parameter estimate would have been if there had been no missing data. Power will, of course, be greater when the fraction of missing information and relative increase in variance are small. The greater the number of imputations, the less the error and the greater the power, ceteris paribus. Relative efficiency tells you how much power you have for the number of imputations you have employed relative to what you would have if you used an uncountably large number of imputations. The MIANALYZE Procedure Variance Information Parameter Variance DF Relative Between Within Total Increase in Variance Fraction Missing Information Relative Efficiency intercept gender ideal nucoph SATM year Parameter 95% Confidence Limits DF Minimum Maximum t Pr > t intercept gender ideal nucoph SATM <.0001 year

8 Multiple Imputation with IBM SPSS 8 Analyze, Multiple Imputation, Impute Missing Data Values *Impute Missing Data Values. DATASET DECLARE IntroQ_Imputed. MULTIPLE IMPUTATION Statoph Gender Ideal Nucoph SATM Year /IMPUTE METHOD=AUTO NIMPUTATIONS=5 MAXPCTMISSING=NONE /MISSINGSUMMARIES NONE /IMPUTATIONSUMMARIES MODELS /OUTFILE IMPUTATIONS=IntroQ_Imputed. Multiple Imputation [DataSet] C:\Users\Vati\Documents\StatData\IntroQ\IntroQ.sav

9 9 Imputation Specifications Imputation Method Automatic Number of Imputations 5 Model for Scale Variables Linear Regression Interactions Included in (none) Models Maximum Percentage of 100.0% Missing Values Maximum Number of Parameters in Imputation 100 Model Imputed Values Imputation Results Imputation Method Fully Conditional Specification Fully Conditional Specification Method Iterations 10 Imputed Statoph,Ideal,Nucoph,SATM Not Imputed(Too Many Dependent Variables Missing Values) Not Imputed(No Missing Values) Gender,Year Imputation Sequence Gender,Year,Nucoph,Ideal,Stato ph,satm Nucoph Ideal Statoph SATM Type Linear Regression Linear Regression Linear Regression Linear Regression Imputation Models Model Missing Values Imputed Effects Values Gender,Year,I deal,statoph,s ATM 2 10 Gender,Year,N ucoph,statoph, 5 25 SATM Gender,Year,N ucoph,ideal,s 9 45 ATM Gender,Year,N ucoph,ideal,st atoph

10 10 At this point SPSS has created a new data set with the original data (imputation 0) and the imputed data (in this case, imputations 1 through 5). The cells with imputed scores fall are highlighted. At this point, all you need do is run the desired analysis. If that analysis is supported, it will automatically analyze the original data and each imputed set of data and give you convenient summaries of the results. DATASET ACTIVATE IntroQ_MultipleImputation. REGRESSION /MISSING LISTWISE /STATISTICS COEFF OUTS R ANOVA /CRITERIA=PIN(.05) POUT(.10) /NOORIGIN /DEPENDENT Statoph /METHOD=ENTER Gender Ideal Nucoph SATM Year.

11 11 Model Summary Imputation_ Model R R Square Adjusted R Square Std. Error of the Original data a b b b b b a. Predictors: (Constant), Year, Nucoph, Ideal, SATM, Gender b. Predictors: (Constant), Year, Gender, Nucoph, SATM, Ideal ANOVA a Imputation_ Model Sum of Squares df Mean Square F Sig. Regression b Original data 1 Residual Total Regression c 1 1 Residual Total Regression c 2 1 Residual Total Regression c 3 1 Residual Total Regression c 4 1 Residual Total Regression c 5 1 Residual Total a. Dependent Variable: Statoph b. Predictors: (Constant), Year, Nucoph, Ideal, SATM, Gender c. Predictors: (Constant), Year, Gender, Nucoph, SATM, Ideal

12 12 Coefficients a Imputation_ Model Unstandardized Coefficients Standardized Coefficients t Sig. B Std. Error Beta (Constant) Gender Original data 1 Ideal Nucoph SATM Year (Constant) Gender Ideal Nucoph SATM Year (Constant) Gender Ideal Nucoph SATM Year (Constant) Gender Ideal Nucoph SATM Year (Constant) Gender Ideal Nucoph SATM Year

13 13 Coefficients a Imputation_ Model Unstandardized Coefficients Standardized Coefficients t Sig. B Std. Error Beta 1 (Constant) Gender Ideal Nucoph SATM Year (Constant) Gender Pooled 1 Ideal Nucoph SATM Year Coefficients a Imputation_ Model Fraction Missing Info. Relative Increase Variance Relative Efficiency (Constant) Gender Pooled 1 Ideal Nucoph SATM Year a. Dependent Variable: Statoph Karl L. Wuensch, October, 2017 Return to Wuensch s Stats Lessons Page Treatment of Missing Data recommended reading, David Howell.

Multiple Regressions for the Financial Analysis of Alabanian Economy

Multiple Regressions for the Financial Analysis of Alabanian Economy Multiple Regressions for the Financial Analysis of Alabanian Economy Assoc.Prof.Dr. Bederiana Shyti Head of Department of Mathematics, Faculty of Natural Sciences, University Aleksander Xhuvani Elbasan,

More information

Problem Points Score USE YOUR TIME WISELY SHOW YOUR WORK TO RECEIVE PARTIAL CREDIT

Problem Points Score USE YOUR TIME WISELY SHOW YOUR WORK TO RECEIVE PARTIAL CREDIT STAT 512 EXAM I STAT 512 Name (7 pts) Problem Points Score 1 40 2 25 3 28 USE YOUR TIME WISELY SHOW YOUR WORK TO RECEIVE PARTIAL CREDIT WRITE LEGIBLY. ANYTHING UNREADABLE WILL NOT BE GRADED GOOD LUCK!!!!

More information

Computer Handout Two

Computer Handout Two Computer Handout Two /******* senic2.sas ***********/ %include 'senicdef.sas'; /* Effectively, Copy the file senicdef.sas to here */ title2 'Elementary statistical tests'; proc freq; title3 'Use proc freq

More information

Read and Describe the SENIC Data

Read and Describe the SENIC Data Read and Describe the SENIC Data If the data come in an Excel spreadsheet (very common), blanks are ideal for missing values. The spreadsheet must be.xls, not.xlsx. Beware of trying to read a.csv file

More information

Elementary tests. proc ttest; title3 'Two-sample t-test: Does consumption depend on Damper Type?'; class damper; var dampin dampout diff ;

Elementary tests. proc ttest; title3 'Two-sample t-test: Does consumption depend on Damper Type?'; class damper; var dampin dampout diff ; Elementary tests /********************** heat2.sas *****************************/ title2 'Standard elementary tests'; options pagesize=35; %include 'heatread.sas'; /* Basically the data step from heat1.sas

More information

Oneway ANOVA Using SAS (commands= finan_anova.sas)

Oneway ANOVA Using SAS (commands= finan_anova.sas) Oneway ANOVA Using SAS (commands= finan_anova.sas) The commands in this handout use the data set CARS.POR, which is an SPSS portable file, described in another handout. /**************************************

More information

STATISTICS PART Instructor: Dr. Samir Safi Name:

STATISTICS PART Instructor: Dr. Samir Safi Name: STATISTICS PART Instructor: Dr. Samir Safi Name: ID Number: Question #1: (20 Points) For each of the situations described below, state the sample(s) type the statistical technique that you believe is the

More information

Dealing with Missing Data: Strategies for Beginners to Data Analysis

Dealing with Missing Data: Strategies for Beginners to Data Analysis Dealing with Missing Data: Strategies for Beginners to Data Analysis Rachel Margolis, PhD Assistant Professor, Department of Sociology Center for Population, Aging, and Health University of Western Ontario

More information

Two Way ANOVA. Turkheimer PSYC 771. Page 1 Two-Way ANOVA

Two Way ANOVA. Turkheimer PSYC 771. Page 1 Two-Way ANOVA Page 1 Two Way ANOVA Two way ANOVA is conceptually like multiple regression, in that we are trying to simulateously assess the effects of more than one X variable on Y. But just as in One Way ANOVA, the

More information

Please respond to each of the following attitude statement using the scale below:

Please respond to each of the following attitude statement using the scale below: Resp. ID: QWL Questionnaire : Part A: Personal Profile 1. Age as of last birthday. years 2. Gender 0. Male 1. Female 3. Marital status 0. Bachelor 1. Married 4. Level of education 1. Certificate 2. Diploma

More information

Relationship between RATER Service Quality Dimensions and Customer Satisfaction Study on Travel agents in Punjab

Relationship between RATER Service Quality Dimensions and Customer Satisfaction Study on Travel agents in Punjab DOI : 10.18843/rwjasc/v9i1/19 DOI URL : http://dx.doi.org/10.18843/rwjasc/v9i1/19 Relationship between RATER Service Quality Dimensions and Customer Satisfaction Study on Travel agents in Punjab Raju Rosha,

More information

Estimation of haplotypes

Estimation of haplotypes Estimation of haplotypes Cavan Reilly October 7, 2013 Table of contents Bayesian methods for haplotype estimation Testing for haplotype trait associations Haplotype trend regression Haplotype associations

More information

Regression diagnostics

Regression diagnostics Regression diagnostics Biometry 755 Spring 2009 Regression diagnostics p. 1/48 Introduction Every statistical method is developed based on assumptions. The validity of results derived from a given method

More information

SPSS Guide Page 1 of 13

SPSS Guide Page 1 of 13 SPSS Guide Page 1 of 13 A Guide to SPSS for Public Affairs Students This is intended as a handy how-to guide for most of what you might want to do in SPSS. First, here is what a typical data set might

More information

Psych 5741/5751: Data Analysis University of Boulder Gary McClelland & Charles Judd

Psych 5741/5751: Data Analysis University of Boulder Gary McClelland & Charles Judd Second Mid-Term Exam Multiple Regression Question A: Public policy analysts are interested in understanding how and why individuals come to develop the opinions they do of various public policy issues.

More information

5 CHAPTER: DATA COLLECTION AND ANALYSIS

5 CHAPTER: DATA COLLECTION AND ANALYSIS 5 CHAPTER: DATA COLLECTION AND ANALYSIS 5.1 INTRODUCTION This chapter will have a discussion on the data collection for this study and detail analysis of the collected data from the sample out of target

More information

CHAPTER 5 RESULTS AND ANALYSIS

CHAPTER 5 RESULTS AND ANALYSIS CHAPTER 5 RESULTS AND ANALYSIS This chapter exhibits an extensive data analysis and the results of the statistical testing. Data analysis is done using factor analysis, regression analysis, reliability

More information

Week 3 [16+ Sept.] Class Activities. File: week-03-15sep08.doc/.pdf Directory: \\Muserver2\USERS\B\\baileraj\Classes\sta402\handouts

Week 3 [16+ Sept.] Class Activities. File: week-03-15sep08.doc/.pdf Directory: \\Muserver2\USERS\B\\baileraj\Classes\sta402\handouts Week 3 [16+ Sept.] Class Activities File: week-03-15sep08.doc/.pdf Directory: \\Muserver2\USERS\B\\baileraj\Classes\sta402\handouts Week 3 Topic -- Complex table construction & output control (i.e., pretty

More information

Timing Production Runs

Timing Production Runs Class 7 Categorical Factors with Two or More Levels 189 Timing Production Runs ProdTime.jmp An analysis has shown that the time required in minutes to complete a production run increases with the number

More information

Annexe 1 : statistiques descriptives

Annexe 1 : statistiques descriptives Annexe 1 : statistiques descriptives The MEANS Procedure age 532 36.8533835 11.7263657 18.0000000 64.0000000 lnwage 532 2.0597883 0.5156435 0.5596000 3.2692000 ED 532 13.0187970 2.6195743 2.0000000 18.0000000

More information

Final Exam Spring Bread-and-Butter Edition

Final Exam Spring Bread-and-Butter Edition Final Exam Spring 1996 Bread-and-Butter Edition An advantage of the general linear model approach or the neoclassical approach used in Judd & McClelland (1989) is the ability to generate and test complex

More information

Regression Analysis I & II

Regression Analysis I & II Data for this session is available in Data Regression I & II Regression Analysis I & II Quantitative Methods for Business Skander Esseghaier 1 In this session, you will learn: How to read and interpret

More information

PLAYING WITH HISTORY CAN AFFECT YOUR FUTURE: HOW HANDLING MISSING DATA CAN IMPACT PARAMATER ESTIMATION AND RISK MEASURE BY JONATHAN LEONARDELLI

PLAYING WITH HISTORY CAN AFFECT YOUR FUTURE: HOW HANDLING MISSING DATA CAN IMPACT PARAMATER ESTIMATION AND RISK MEASURE BY JONATHAN LEONARDELLI PLAYING WITH HISTORY CAN AFFECT YOUR FUTURE: HOW HANDLING MISSING DATA CAN IMPACT PARAMATER ESTIMATION AND RISK MEASURE BY JONATHAN LEONARDELLI March 1, 2012 ABSTRACT Missing data is a common problem facing

More information

Unit 6: Simple Linear Regression Lecture 2: Outliers and inference

Unit 6: Simple Linear Regression Lecture 2: Outliers and inference Unit 6: Simple Linear Regression Lecture 2: Outliers and inference Statistics 101 Thomas Leininger June 18, 2013 Types of outliers in linear regression Types of outliers How do(es) the outlier(s) influence

More information

BIO 226: Applied Longitudinal Analysis. Homework 2 Solutions Due Thursday, February 21, 2013 [100 points]

BIO 226: Applied Longitudinal Analysis. Homework 2 Solutions Due Thursday, February 21, 2013 [100 points] Prof. Brent Coull TA Shira Mitchell BIO 226: Applied Longitudinal Analysis Homework 2 Solutions Due Thursday, February 21, 2013 [100 points] Purpose: To provide an introduction to the use of PROC MIXED

More information

1. ADRO Adaro Energy Tbk. 69,37 156,03 116,5 2 ATPK ATPK Resources Tbk -30,91-29,9-23,58 3 BORN Borneo Lumbung Energi & 19,72 107,74-322,68

1. ADRO Adaro Energy Tbk. 69,37 156,03 116,5 2 ATPK ATPK Resources Tbk -30,91-29,9-23,58 3 BORN Borneo Lumbung Energi & 19,72 107,74-322,68 Lampiran 5 Tabel Perhitungan Earning Per Share Tahun 2010-2012 No Kode Nama Perusahaan EPS (x 1 ) 2010 2011 2012 1. ADRO Adaro Energy Tbk. 69,37 156,03 116,5 2 ATPK ATPK Resources Tbk -30,91-29,9-23,58

More information

!! NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA ! NOTE: The SAS System used:!

!! NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA ! NOTE: The SAS System used:! 1 The SAS System NOTE: Copyright (c) 2002-2010 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software 9.3 (TS1M0) Licensed to UNIVERSITY OF TORONTO/COMPUTING & COMMUNICATIONS, Site 70072784.

More information

Hierarchical Linear Modeling: A Primer 1 (Measures Within People) R. C. Gardner Department of Psychology

Hierarchical Linear Modeling: A Primer 1 (Measures Within People) R. C. Gardner Department of Psychology Hierarchical Linear Modeling: A Primer 1 (Measures Within People) R. C. Gardner Department of Psychology As noted previously, Hierarchical Linear Modeling (HLM) can be considered a particular instance

More information

SOCY7706: Longitudinal Data Analysis Instructor: Natasha Sarkisian Two Wave Panel Data Analysis

SOCY7706: Longitudinal Data Analysis Instructor: Natasha Sarkisian Two Wave Panel Data Analysis SOCY7706: Longitudinal Data Analysis Instructor: Natasha Sarkisian Two Wave Panel Data Analysis In any longitudinal analysis, we can distinguish between analyzing trends vs individual change that is, model

More information

Role of Manpower in IT Companies

Role of Manpower in IT Companies Journal of Business Studies Quarterly 2012, Vol. 4, No. 2, pp. 28-60 ISSN 2152-1034 Role of Manpower in IT Companies a Dinkar, b Gautam Bandyopadhyay c R.N.Mukherjee a B.C.E.T., Durgapur 713212, West Bengal,

More information

Example Analysis with STATA

Example Analysis with STATA Example Analysis with STATA Exploratory Data Analysis Means and Variance by Time and Group Correlation Individual Series Derived Variable Analysis Fitting a Line to Each Subject Summarizing Slopes by Group

More information

Example Analysis with STATA

Example Analysis with STATA Example Analysis with STATA Exploratory Data Analysis Means and Variance by Time and Group Correlation Individual Series Derived Variable Analysis Fitting a Line to Each Subject Summarizing Slopes by Group

More information

Segmentation, Targeting and Positioning in the Diaper Market

Segmentation, Targeting and Positioning in the Diaper Market Segmentation, Targeting and Positioning in the Diaper Market mothers of infants were surveyed. Each was given a randomly selected brand of diaper (,, ou Huggies) and asked to rate the diaper on 9 attributes

More information

CHAPTER V RESULT AND ANALYSIS

CHAPTER V RESULT AND ANALYSIS 39 CHAPTER V RESULT AND ANALYSIS In this chapter author will explain the research findings of the measuring customer loyalty through the role of customer satisfaction and the role of loyalty program quality

More information

Professional Ethics and Organizational Productivity for Employee Retention

Professional Ethics and Organizational Productivity for Employee Retention Professional Ethics and Organizational Productivity for Employee Retention Sandhya Kethavath JNTU, India ABSTRACT Values and ethics function as criteria, which govern goals at various levels of organization.

More information

Soci Statistics for Sociologists

Soci Statistics for Sociologists University of North Carolina Chapel Hill Soci708-001 Statistics for Sociologists Fall 2009 Professor François Nielsen Stata Commands for Module 11 Multiple Regression For further information on any command

More information

Multilevel/ Mixed Effects Models: A Brief Overview

Multilevel/ Mixed Effects Models: A Brief Overview Multilevel/ Mixed Effects Models: A Brief Overview Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised March 27, 2018 These notes borrow very heavily, often/usually

More information

Correlations. Regression. Page 1. Correlations SQUAREFO BEDROOMS BATHS ASKINGPR

Correlations. Regression. Page 1. Correlations SQUAREFO BEDROOMS BATHS ASKINGPR multreg.sav squarefo bedrooms baths askingpr 3632 4 2.5 49 2 4889 6 5.0 399 3 3000 5 3.5 395 4 3669 4 3.5 379 5 2800 4 3.0 359 6 3600 5 3.5 349 7 2800 5 2.5 320 8 2257 3 3.0 299 9 2000 3 3.0 295 0 2455

More information

Topics in Biostatistics Categorical Data Analysis and Logistic Regression, part 2. B. Rosner, 5/09/17

Topics in Biostatistics Categorical Data Analysis and Logistic Regression, part 2. B. Rosner, 5/09/17 Topics in Biostatistics Categorical Data Analysis and Logistic Regression, part 2 B. Rosner, 5/09/17 1 Outline 1. Testing for effect modification in logistic regression analyses 2. Conditional logistic

More information

Dealing with missing data in practice: Methods, applications, and implications for HIV cohort studies

Dealing with missing data in practice: Methods, applications, and implications for HIV cohort studies Dealing with missing data in practice: Methods, applications, and implications for HIV cohort studies Belen Alejos Ferreras Centro Nacional de Epidemiología Instituto de Salud Carlos III 19 de Octubre

More information

Midterm Exam. Friday the 29th of October, 2010

Midterm Exam. Friday the 29th of October, 2010 Midterm Exam Friday the 29th of October, 2010 Name: General Comments: This exam is closed book. However, you may use two pages, front and back, of notes and formulas. Write your answers on the exam sheets.

More information

Experimental Design and Analysis for Psychology

Experimental Design and Analysis for Psychology oxford SAS Companion for Experimental Design and Analysis for Psychology Lynne J. Williams, Mette T. Posamentier, Betty Edelman & Hervé Abdi OXFORD UNIVERSITY PRESS Oxford University Press is a department

More information

Questionnaire. (3) (3) Bachelor s degree (3) Clerk (3) Third. (6) Other (specify) (6) Other (specify)

Questionnaire. (3) (3) Bachelor s degree (3) Clerk (3) Third. (6) Other (specify) (6) Other (specify) Questionnaire 1. Age (years) 2. Education 3. Job Level 4.Sex 5. Work Shift (1) Under 25 (1) High school (1) Manager (1) M (1) First (2) 25-35 (2) Some college (2) Supervisor (2) F (2) Second (3) 36-45

More information

Foley Retreat Research Methods Workshop: Introduction to Hierarchical Modeling

Foley Retreat Research Methods Workshop: Introduction to Hierarchical Modeling Foley Retreat Research Methods Workshop: Introduction to Hierarchical Modeling Amber Barnato MD MPH MS University of Pittsburgh Scott Halpern MD PhD University of Pennsylvania Learning objectives 1. List

More information

ROBUST ESTIMATION OF STANDARD ERRORS

ROBUST ESTIMATION OF STANDARD ERRORS ROBUST ESTIMATION OF STANDARD ERRORS -- log: Z:\LDA\DataLDA\sitka_Lab8.log log type: text opened on: 18 Feb 2004, 11:29:17. ****The observed mean responses in each of the 4 chambers; for 1988 and 1989.

More information

Logistic Regression Analysis

Logistic Regression Analysis Logistic Regression Analysis What is a Logistic Regression Analysis? Logistic Regression (LR) is a type of statistical analysis that can be performed on employer data. LR is used to examine the effects

More information

INVESTIGATION OF SOME FACTORS AFFECTING MANUFACTURING WORKERS PERFORMANCE IN INDUSTRIES IN ANAMBRA STATE OF NIGERIA

INVESTIGATION OF SOME FACTORS AFFECTING MANUFACTURING WORKERS PERFORMANCE IN INDUSTRIES IN ANAMBRA STATE OF NIGERIA INVESTIGATION OF SOME FACTORS AFFECTING MANUFACTURING WORKERS PERFORMANCE IN INDUSTRIES IN ANAMBRA STATE OF NIGERIA Nwosu M. C., Ikwu G. O. R. and Uzorh A.C Department of Industrial and Production Engineering,

More information

ECONOMICS AND ECONOMIC METHODS PRELIM EXAM Statistics and Econometrics May 2011

ECONOMICS AND ECONOMIC METHODS PRELIM EXAM Statistics and Econometrics May 2011 ECONOMICS AND ECONOMIC METHODS PRELIM EXAM Statistics and Econometrics May 2011 Instructions: Answer all five (5) questions. Point totals for each question are given in parentheses. The parts within each

More information

Pilgrim Bank Case Analysis

Pilgrim Bank Case Analysis Mel Lazo ISDS 754 Marketing Analytics Module Dr. Black 7 December 212 Pilgrim Bank Case Analysis Introduction and Defining the Relationships The business analyst at Pilgrim Bank, Alan Green, was tasked

More information

SUGI 29 Statistics and Data Analysis. Paper

SUGI 29 Statistics and Data Analysis. Paper Paper 206-29 Using SAS Procedures to Make Sense of a Complex Food Store Survey Jeff Gossett, University of Arkansas for Medical Sciences, Little Rock, AR Pippa Simpson, University of Arkansas for Medical

More information

AcaStat How To Guide. AcaStat. Software. Copyright 2016, AcaStat Software. All rights Reserved.

AcaStat How To Guide. AcaStat. Software. Copyright 2016, AcaStat Software. All rights Reserved. AcaStat How To Guide AcaStat Software Copyright 2016, AcaStat Software. All rights Reserved. http://www.acastat.com Table of Contents Frequencies... 3 List Variables... 4 Descriptives... 5 Explore Means...

More information

Outliers Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised April 7, 2016

Outliers Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised April 7, 2016 Outliers Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised April 7, 206 These notes draw heavily from several sources, including Fox s Regression Diagnostics; Pindyck

More information

Service Quality of BRAC Bank in Bangladesh: A Case Study

Service Quality of BRAC Bank in Bangladesh: A Case Study Service Quality of BRAC Bank in Bangladesh: A Case Study Dr. Nazrul Islam Professor, Department of Business Administration, East West University, 43 Mohakhali C/A, Dhaka 1212, Bangladesh. Email: nazrulislam@ewubd.edu

More information

for var trstprl trstlgl trstplc trstplt trstep: reg X trust10 stfeco yrbrn hinctnt edulvl pltcare polint wrkprty

for var trstprl trstlgl trstplc trstplt trstep: reg X trust10 stfeco yrbrn hinctnt edulvl pltcare polint wrkprty for var trstprl trstlgl trstplc trstplt trstep: reg X trust10 stfeco yrbrn hinctnt edulvl pltcare polint wrkprty -> reg trstprl trust10 stfeco yrbrn hinctnt edulvl pltcare polint wrkprty Source SS df MS

More information

ECONOMICS AND ECONOMIC METHODS PRELIM EXAM Statistics and Econometrics May 2014

ECONOMICS AND ECONOMIC METHODS PRELIM EXAM Statistics and Econometrics May 2014 ECONOMICS AND ECONOMIC METHODS PRELIM EXAM Statistics and Econometrics May 2014 Instructions: Answer all five (5) questions. Point totals for each question are given in parentheses. The parts within each

More information

Application: Effects of Job Training Program (Data are the Dehejia and Wahba (1999) version of Lalonde (1986).)

Application: Effects of Job Training Program (Data are the Dehejia and Wahba (1999) version of Lalonde (1986).) Application: Effects of Job Training Program (Data are the Dehejia and Wahba (1999) version of Lalonde (1986).) There are two data sets; each as the same treatment group of 185 men. JTRAIN2 includes 260

More information

The Multivariate Regression Model

The Multivariate Regression Model The Multivariate Regression Model Example Determinants of College GPA Sample of 4 Freshman Collect data on College GPA (4.0 scale) Look at importance of ACT Consider the following model CGPA ACT i 0 i

More information

4.3 Nonparametric Tests cont...

4.3 Nonparametric Tests cont... Class #14 Wednesday 2 March 2011 What did we cover last time? Hypothesis Testing Types Student s t-test - practical equations Effective degrees of freedom Parametric Tests Chi squared test Kolmogorov-Smirnov

More information

5 CONCLUSIONS AND RECOMMENDATIONS

5 CONCLUSIONS AND RECOMMENDATIONS 5 CONCLUSIONS AND RECOMMENDATIONS In chapter 1, upon positioning the research question, and further down, upon building up our evaluation model, two questions that have guided this research has been outlined

More information

The SPSS Sample Problem To demonstrate these concepts, we will work the sample problem for logistic regression in SPSS Professional Statistics 7.5, pa

The SPSS Sample Problem To demonstrate these concepts, we will work the sample problem for logistic regression in SPSS Professional Statistics 7.5, pa The SPSS Sample Problem To demonstrate these concepts, we will work the sample problem for logistic regression in SPSS Professional Statistics 7.5, pages 37-64. The description of the problem can be found

More information

B. Kedem, STAT 430 SAS Examples SAS3 ===================== ssh tap sas82, sas <--Old tap sas913, sas <--New Version

B. Kedem, STAT 430 SAS Examples SAS3 ===================== ssh tap sas82, sas <--Old tap sas913, sas <--New Version B. Kedem, STAT 430 SAS Examples SAS3 ===================== ssh abc@glue.umd.edu, tap sas82, sas

More information

Statistical analysis of ambient air PM10 contamination during winter periods for Ruse region, Bulgaria

Statistical analysis of ambient air PM10 contamination during winter periods for Ruse region, Bulgaria Statistical analysis of ambient air PM10 contamination during winter periods for Ruse region, Bulgaria Irina Tsvetanova 1, Ivanka Zheleva 1,, Margarita Filipova 1, and Antoaneta Stefanova 1 1 Department

More information

Categorical Variables, Part 2

Categorical Variables, Part 2 Spring, 000 - - Categorical Variables, Part Project Analysis for Today First multiple regression Interpreting categorical predictors and their interactions in the first multiple regression model fit in

More information

Exploring Functional Forms: NBA Shots. NBA Shots 2011: Success v. Distance. . bcuse nbashots11

Exploring Functional Forms: NBA Shots. NBA Shots 2011: Success v. Distance. . bcuse nbashots11 NBA Shots 2011: Success v. Distance. bcuse nbashots11 Contains data from http://fmwww.bc.edu/ec-p/data/wooldridge/nbashots11.dta obs: 199,119 vars: 15 25 Oct 2012 09:08 size: 24,690,756 ------------- storage

More information

i. How do you measure the value of a firm? What is the likely impact of further increases in global oil prices on a firm's value? Explain.

i. How do you measure the value of a firm? What is the likely impact of further increases in global oil prices on a firm's value? Explain. PART A INSTRUCTIONS: 1. THERE ARE FOUR (4) QUESTIONS IN THIS PART. 2. ANSWER ALL QUESTIONS. Question 1 a. Given the following news caption: KUALA LUMPUR, June 30, Wednesday - Prime Minister Abdullah Ahmad

More information

Scholars Journal of Economics, Business and Management e-issn

Scholars Journal of Economics, Business and Management e-issn DOI: 10.21276/sjebm Scholars Journal of Economics, Business and Management e-issn 2348-5302 Sch J Econ Bus Manag, 2017; 4(6):363-367 p-issn 2348-8875 SAS Publishers (Scholars Academic and Scientific Publishers)

More information

F u = t n+1, t f = 1994, 2005

F u = t n+1, t f = 1994, 2005 Forecasting an Electric Utility's Emissions Using SAS/AF and SAS/STAT Software: A Linear Analysis Md. Azharul Islam, The Ohio State University, Columbus, Ohio. David Wang, The Public Utilities Commission

More information

Stata Program Notes Biostatistics: A Guide to Design, Analysis, and Discovery Second Edition Chapter 12: Analysis of Variance

Stata Program Notes Biostatistics: A Guide to Design, Analysis, and Discovery Second Edition Chapter 12: Analysis of Variance Stata Program Notes Biostatistics: A Guide to Design, Analysis, and Discovery Second Edition Chapter 12: Analysis of Variance Program Note 12.1 - One-Way ANOVA and Multiple Comparisons The Stata command

More information

Introduction to Survey Data Analysis

Introduction to Survey Data Analysis Introduction to Survey Data Analysis Young Cho at Chicago 1 The Circle of Research Process Theory Evaluation Real World Theory Hypotheses Test Hypotheses Data Collection Sample Operationalization/ Measurement

More information

Key Words: Servqual Model, E Banking, Customer Satisfaction and Service Quality.

Key Words: Servqual Model, E Banking, Customer Satisfaction and Service Quality. CUSTOMER SATISFACTION ON E BANKING SERVICES IN PUBLIC AND PRIVATE SECTOR BANKS - A COMPARATIVE ANALYSIS USING SERVQUAL MODEL Arathy. C* Dr. B. Vijayachandran Pillai** Research Scholar in Commerce, Kerala

More information

MULTIPLE IMPUTATION. Adrienne D. Woods Methods Hour Brown Bag April 14, 2017

MULTIPLE IMPUTATION. Adrienne D. Woods Methods Hour Brown Bag April 14, 2017 MULTIPLE IMPUTATION Adrienne D. Woods Methods Hour Brown Bag April 14, 2017 A COLLECTIVIST APPROACH TO BEST PRACTICES As I began learning about MI last semester, I realized that there are a lot of guidelines

More information

How to Get More Value from Your Survey Data

How to Get More Value from Your Survey Data Technical report How to Get More Value from Your Survey Data Discover four advanced analysis techniques that make survey research more effective Table of contents Introduction..............................................................3

More information

STAT 350 (Spring 2016) Homework 12 Online 1

STAT 350 (Spring 2016) Homework 12 Online 1 STAT 350 (Spring 2016) Homework 12 Online 1 1. In simple linear regression, both the t and F tests can be used as model utility tests. 2. The sample correlation coefficient is a measure of the strength

More information

The SAS System 1. RM-ANOVA analysis of sheep data assuming circularity 2

The SAS System 1. RM-ANOVA analysis of sheep data assuming circularity 2 The SAS System 1 Obs no2 sheep time y 1 1 1 time1 2.197 2 1 1 time2 2.442 3 1 1 time3 2.542 4 1 1 time4 2.241 5 1 1 time5 1.960 6 1 1 time6 1.988 7 1 2 time1 1.932 8 1 2 time2 2.526 9 1 2 time3 2.526 10

More information

I am an experienced SAS programmer but I have not used many SAS/STAT procedures

I am an experienced SAS programmer but I have not used many SAS/STAT procedures Which Proc Should I Learn First? A STAT Instructor s Top 5 Modeling Procedures Catherine Truxillo, Ph.D. Manager, Analytical Education SAS Copyright 2010, SAS Institute Inc. All rights reserved. The Target

More information

Research on the relation between financial performance and social. responsibility performance in financial and insurance industry

Research on the relation between financial performance and social. responsibility performance in financial and insurance industry 3rd International Conference on Management, Education, Information and Control (MEICI 2015) Research on the relation between financial performance and social responsibility performance in financial and

More information

Variable Selection Methods

Variable Selection Methods Variable Selection Methods PROBLEM: Find a set of predictor variables which gives a good fit, predicts the dependent value well and is as small as possible. So far have used F and t tests to compare 2

More information

SUCCESSFUL ENTREPRENEUR: A DISCRIMINANT ANALYSIS

SUCCESSFUL ENTREPRENEUR: A DISCRIMINANT ANALYSIS SUCCESSFUL ENTREPRENEUR: A DISCRIMINANT ANALYSIS M. B. M. Ismail Department of Management, Faculty of Management and Commerce, South Eastern University of Sri Lanka, Oluvil mbmismail@seu.ac.lk ABSTRACT:

More information

CHAPTER 6 ASDA ANALYSIS EXAMPLES REPLICATION SAS V9.2

CHAPTER 6 ASDA ANALYSIS EXAMPLES REPLICATION SAS V9.2 CHAPTER 6 ASDA ANALYSIS EXAMPLES REPLICATION SAS V9.2 GENERAL NOTES ABOUT ANALYSIS EXAMPLES REPLICATION These examples are intended to provide guidance on how to use the commands/procedures for analysis

More information

A Study of Service Quality of Banks in Mumbai

A Study of Service Quality of Banks in Mumbai IRA-International Journal of Management & Social Sciences ISSN 2455-2267; Vol.04, Issue 01 (2016) Institute of Research Advances http://research-advances.org/index.php/rajmss A Study of Service Quality

More information

Getting Started with HLM 5. For Windows

Getting Started with HLM 5. For Windows For Windows Updated: August 2012 Table of Contents Section 1: Overview... 3 1.1 About this Document... 3 1.2 Introduction to HLM... 3 1.3 Accessing HLM... 3 1.4 Getting Help with HLM... 3 Section 2: Accessing

More information

Determination of Service Quality Factors of Private Commercial Banks in Bangladesh

Determination of Service Quality Factors of Private Commercial Banks in Bangladesh ASA University Review, Vol. 5 No. 2, July December, 2011 Determination of Service Quality Factors of Private Commercial Banks in Bangladesh Md. Ismail Haidar * Mohammad Saiful Islam ** Abstract The present

More information

Latent Growth Curve Analysis. Daniel Boduszek Department of Behavioural and Social Sciences University of Huddersfield, UK

Latent Growth Curve Analysis. Daniel Boduszek Department of Behavioural and Social Sciences University of Huddersfield, UK Latent Growth Curve Analysis Daniel Boduszek Department of Behavioural and Social Sciences University of Huddersfield, UK d.boduszek@hud.ac.uk Outline Introduction to Latent Growth Analysis Amos procedure

More information

Notes on PS2

Notes on PS2 17.871 - Notes on PS2 Mike Sances MIT April 2, 2012 Mike Sances (MIT) 17.871 - Notes on PS2 April 2, 2012 1 / 9 Interpreting Regression: Coecient regress success_rate dist Source SS df MS Number of obs

More information

Analyzing non-normal data with categorical response variables

Analyzing non-normal data with categorical response variables SESUG 2016 Paper SD-184 Analyzing non-normal data with categorical response variables Niloofar Ramezani, University of Northern Colorado; Ali Ramezani, Allameh Tabataba'i University Abstract In many applications,

More information

Effect of Process Parameters in MIG Welding on Mild Steel IS 2062

Effect of Process Parameters in MIG Welding on Mild Steel IS 2062 Effect of Process Parameters in MIG Welding on Mild Steel IS 262 R.SUDARSHAN 1, Dr. M.Devaiah 2, 1, 2 Geethanjali College of Engineering and Technology, Cheeryal (V), Keesara (M), Medchal, Telangana, India.

More information

Author please check for any updations

Author please check for any updations The Relationship Between Service Quality and Customer Satisfaction: An Empirical Study of the Indian Banking Industry Sunayna Khurana* In today s intense competitive business world, the customer is educated

More information

Only check assumptions when I explicitly ask you to.

Only check assumptions when I explicitly ask you to. Name: Check one: Section 1 (Tues-Thurs. 10:30-noon): Section 2 (Tues-Thurs. 1:30-3:00): Statistics 102 Midterm #2 November 15, 2001 6-8pm This exam is closed book. You may have two pages of notes. You

More information

Using Excel s Analysis ToolPak Add-In

Using Excel s Analysis ToolPak Add-In Using Excel s Analysis ToolPak Add-In Bijay Lal Pradhan, PhD Introduction I have a strong opinions that we can perform different quantitative analysis, including statistical analysis, in Excel. It is powerful,

More information

CONTRIBUTORY AND INFLUENCING FACTORS ON THE LABOUR WELFARE PRACTICES IN SELECT COMPANIES IN TIRUNELVELI DISTRICT AN ANALYSIS

CONTRIBUTORY AND INFLUENCING FACTORS ON THE LABOUR WELFARE PRACTICES IN SELECT COMPANIES IN TIRUNELVELI DISTRICT AN ANALYSIS CONTRIBUTORY AND INFLUENCING FACTORS ON THE LABOUR WELFARE PRACTICES IN SELECT COMPANIES IN TIRUNELVELI DISTRICT AN ANALYSIS DR.J.TAMILSELVI Assistant Professor, Department of Business Administration Annamalai

More information

SAS program for Alcohol, Cigarette and Marijuana use for high school seniors:

SAS program for Alcohol, Cigarette and Marijuana use for high school seniors: SAS program for Alcohol, Cigarette and Marijuana use for high school seniors: options number date; data ; input $ $ $ count @@; datalines; 9 9 proc genmod data= order=data; class ; model count = / dist=poi

More information

Lab 1: A review of linear models

Lab 1: A review of linear models Lab 1: A review of linear models The purpose of this lab is to help you review basic statistical methods in linear models and understanding the implementation of these methods in R. In general, we need

More information

A Scoring System for Sales Tax Audit Selection

A Scoring System for Sales Tax Audit Selection A Scoring System for Sales Tax Audit Selection Thomas J. Winn, Jr. Audit Division Headquarters, Office of the State Comptroller of Public Accounts Austin, Texas ntroduction & Overview Tax: audits are investigative

More information

Research on the Approach and Strategy of Traditional Logistics Enterprise Transformation Under the Context of the Internet

Research on the Approach and Strategy of Traditional Logistics Enterprise Transformation Under the Context of the Internet Canadian Social Science Vol. 4, No. 6, 208, pp. 09-7 DOI:0.3968/0399 ISSN 72-8056 [Print] ISSN 923-6697 [Online] www.cscanada.net www.cscanada.org Research on the Approach and Strategy of Traditional Logistics

More information

Sensitivity Analysis of Nonlinear Mixed-Effects Models for. Longitudinal Data That Are Incomplete

Sensitivity Analysis of Nonlinear Mixed-Effects Models for. Longitudinal Data That Are Incomplete ABSTRACT Sensitivity Analysis of Nonlinear Mixed-Effects Models for Longitudinal Data That Are Incomplete Shelley A. Blozis, University of California, Davis, CA Appropriate applications of methods for

More information

Kristin Gustavson * and Ingrid Borren

Kristin Gustavson * and Ingrid Borren Gustavson and Borren BMC Medical Research Methodology 2014, 14:133 RESEARCH ARTICLE Open Access Bias in the study of prediction of change: a Monte Carlo simulation study of the effects of selective attrition

More information

Application of Leadership and Personal Competencies for Augmented Managerial Performance: Empirical Evidence from Indian Manufacturing Units

Application of Leadership and Personal Competencies for Augmented Managerial Performance: Empirical Evidence from Indian Manufacturing Units Application of Leadership and Personal Competencies for Augmented Managerial Performance: Empirical Evidence from Indian Manufacturing Units Sambedna Jena * and Chandan Kumar Sahoo ** Numerous studies

More information

A STUDY OF EFFECTIVENESS ON CUSTOMER RELATIOSHIP MANAGEMENT (CRM) PRACTICES FOR SHOPPING MALL WITH REFERENCE TO TIRUCHIRAPALLI.

A STUDY OF EFFECTIVENESS ON CUSTOMER RELATIOSHIP MANAGEMENT (CRM) PRACTICES FOR SHOPPING MALL WITH REFERENCE TO TIRUCHIRAPALLI. A STUDY OF EFFECTIVENESS ON CUSTOMER RELATIOSHIP MANAGEMENT (CRM) PRACTICES FOR SHOPPING MALL WITH REFERENCE TO TIRUCHIRAPALLI PROF. K. R. MAHALAXMI 1 M JAGADEESH 2 1&2 Department of Management Studies,

More information

PSC 508. Jim Battista. Dummies. Univ. at Buffalo, SUNY. Jim Battista PSC 508

PSC 508. Jim Battista. Dummies. Univ. at Buffalo, SUNY. Jim Battista PSC 508 PSC 508 Jim Battista Univ. at Buffalo, SUNY Dummies Dummy variables Sometimes we want to include categorical variables in our models Numerical variables that don t necessarily have any inherent order and

More information

New trends of online banking in Sri Lanka

New trends of online banking in Sri Lanka New trends of online banking in Sri Lanka K.C.L.Fernando 1 Abstract Expansion of broadband, 3G services and internet based services actively changed consumer behaviour in Sri Lankan customers. The purpose

More information