DISCOVERING STATISTICS USING R

Size: px
Start display at page:

Download "DISCOVERING STATISTICS USING R"

Transcription

1 DISCOVERING STATISTICS USING R ANDY FIELD I JEREMY MILES I ZOE FIELD Los Angeles London New Delhi Singapore j Washington DC

2 CONTENTS Preface How to use this book Acknowledgements Dedication Symbols used in this book Some maths revision t- xxi xxv xxix xxxi xxxii xxxiv 1 Why is my evil Lecturer forcing me to Learn statistics? What will this chapter tell me? What the hell am I doing here? I don't belong here Initial observation: finding something that needs explaining Generating theories and testing them Data collection 1: what to measure Variables Measurement error Validity and reliability Data collection 2: how to measure Correlational research methods ,2. Experimental research methods Randomization Analysing data Frequency distributions The centre of a distribution The dispersion in a distribution Using a frequency distribution to go beyond the data Fitting statistical models to the data 28 What have I discovered about statistics? 29 Key terms that I've discovered 29 Smart Alex's tasks 30 Further reading 31 Interesting real research 31 2 Everything you ever wanted to know about statistics (well, sort of) What will this chapter tell me? Building statistical models 33

3 vi DISCOVERING STATISTICS USING R 2.3. Populations and samples Simple statistical models * The mean: a very simple statistical model Assessing the fit of the mean: sums of squares, variance and standard deviations Expressing the mean as a model Going beyond the data The standard error Confidence intervals Using statistical models to test research questions Test statistics One- and two-tailed tests Type I and Type II errors Effect sizes ' Statistical power " 58 What have I discovered about statistics? 59 Key terms that I've discovered 60 Smart Alex's tasks 60 Further reading 60 Interesting real research * 61 The R environment What will this chapter tell me? Before you start t The R-chitecture Pros and cons of R Downloading and installing R Versions of R Getting started The main windows in R Menus in R Using R _ Commands, objects and functions Using scripts The R workspace Setting a working directory Installing packages Getting help Getting data into R Creating variables Creating dataframes Calculating new variables from exisiting ones Organizing your data Missing values Entering data with R Commander *1. Creating variables and entering data with R Commander Creating coding variables with R Commander Using other software to enter and edit data Importing data Importing SPSS data files directly 99

4 CONTENTS vii Importing data with R Commander Things that can go wrong Saving data Manipulating data Selecting parts of a dataframe Selecting data with the subset() function Dataframes and matrices Reshaping data 107 What have I discovered about statistics? 113 R packages used in this chapter 113 R functions used in this chapter 113 Key terms that I've discovered 114 Smart Alex's tasks 114 Further reading ' Exploring data with graphs What will this chapter tell me? The art of presenting data Why do we need graphs " What makes a good graph? Lies, damned lies, and... erm... graphs Packages used in this chapter Introducing ggplot The anatomy of a plot Geometric objects (geoms) Aesthetics The anatomy of the ggplot() function Stats and geoms Avoiding overplotting Saving graphs Putting it all together: a quick tutorial Graphing relationships: the scatterplot Simple scatterplot Adding a funky line Grouped scatterplot Histograms: a good way to spot obvious problems Boxplots (box-whisker diagrams) Density plots Graphing means Bar charts and error bars Line graphs Themes and options 161 What have I discovered about statistics? 163 R packages used in this chapter 163 R functions used in this chapter 164 Key terms that I've discovered 164 Smart Alex's tasks 164 Further reading 164 Interesting real research 165

5 viii DISCOVERING STATISTICS USING R Exploring assumptions What will this chapter tell me? What are assumptions? Assumptions of parametric data Packages used in this chapter The assumption of normality Oh no, it's that pesky frequency distribution again; checking normality visually Quantifying normality with numbers Exploring groups of data Testing whether a distribution is normal Doing the Shapiro-Wilk test in R Reporting the Shapiro-Wilk test Testing for homogeneity of variance Levene'stest Reporting Levene's test Hartley's F mg> : the variance ratio Correcting problems in the data < Dealing with outliers Dealing with non-normality and unequal variances Transforming the data using R When it all goes horribly wrong 201 What have I discovered about statistics? 203 R packages used in this chapter 204 R functions used in this chapter 204 Key terms that I've discovered 204 Smart Alex's tasks 204 Further reading Correlation What will this chapter tell me? Looking at relationships How do we measure relationships? A detour into the murky world of covariance Standardization and the correlation coefficient The significance of the correlation coefficient Confidence intervals for/ A word of warning about interpretation: causality Data entry for correlation analysis Bivariate correlation Packages for correlation analysis in R General procedure for correlations using R Commander General procedure for correlations using R Pearson's correlation coefficient ' Spearman's correlation coefficient Kendall's tau (non-parametric) Bootstrapping correlations Biserial and point-biserial correlations 229

6 CONTENTS 6.6. Partial correlation The theory behind part and partial correlation ' Partial correlation using R Semi-partial (or part) correlations Comparing correlations , Comparing independent r$ Comparing dependent r$ Calculating the effect size How to report correlation coefficents 240 What have I discovered about statistics? R packages used in this chapter 243 R functions used in this chapter 243 Key terms that I've discovered 243 Smart Alex's tasks ' 243 Further reading 244 Interesting real research Regression '* What will this chapter tell me? An introduction to regression Some important information about straight lines The method of least squares Assessing the goodness of fit: sums of squares, R and R Assessing individual predictors Packages used in this chapter General procedure for regression in R Doing simple regression using R Commander Regression in R Interpreting a simple regression Overall fit of the object model Model parameters Using the model Multiple regression: the basics An example of a multiple regression model Sums of squares, R and R Parsimony-adjusted measures of fit Methods of regression How accurate is my regression model? Assessing the regression model I: diagnostics Assessing the regression model II: generalization How to do multiple regression using R Commander and R Some things to think about before the analysis Multiple regression: running the basic model Interpreting the basic multiple regression Comparing models Testing the accuracy of your regression model Diagnostic tests using R Commander Outliers and influential cases 288

7 DISCOVERING STATISTICS USING R Assessing the assumption of independence Assessing the assumption of no multicollinearity Checking assumptions about the residuals What if I violate an assumption? _ , Robust regression: bootstrapping , How to report multiple regression , Categorical predictors and multiple regression Dummy coding Regression with dummy variables 305 What have I discovered about statistics?. 308 R packages used in this chapter 309 R functions used in this chapter 309 Key terms that I've discovered 309 Smart Alex's tasks ' 310 Further reading 311 Interesting real research Logistic regression What will this chapter tell me? " Background to logistic regression What are the principles behind logistic regression? Assessing the model: the log-likelihood statistic Assessing the model: the deviance statistic Assessing the model: ftandtf Assessing the model: information criteria Assessing the contribution of predictors: the z-statistic The odds ratio Methods of logistic regression Assumptions and things that can go wrong Assumptions Incomplete information from the predictors Complete separation Packages used in this chapter Binary logistic regression: an example that will make you feel eel Preparing the data The main logistic regression analysis <D Basic logistic regression analysis using R Interpreting a basic logistic regression Model 1: Intervention only Model 2: Intervention and Duration as predictors Casewise diagnostics in logistic regression Calculating the effect size How to report logistic regression Testing assumptions: another example Testing for multicollinearity Testing for linearity of the logit Predicting several categories: multinomial logistic regression Running multinomial logistic regression in R Interpreting the multinomial logistic regression output 350

8 CONTENTS xi Reporting the results 355 What have I discovered about statistics? ' 355 R packages used in this chapter 356 R functions used in this chapter 356 Key terms that I've discovered 356 Smart Alex's tasks 357 Further reading 358 Interesting real research Comparing two means What will this chapter tell me? Packages used in this chapter Looking at differences A problem with error bar graphs of repeated-measures designs Step 1: calculate the mean for each participant Step 2: calculate the grand mean Step 3: calculate the adjustment factor Step 4: create adjusted values for each variable <* TheMest.* Rationale for the Mest The Mest as a general linear model Assumptions of the f-test The independent Mest The independent f-test equation explained Doing the independent Mest The dependent f-test Sampling distributions and the standard error The dependent Mest equation explained Dependent Mests using R Between groups or repeated measures? 394 What have I discovered about statistics? 395 R packages used in this chapter 396 R functions used in this chapter 396 Key terms that I've discovered 396 Smart Alex's tasks 396 Further reading 397 Interesting real research Comparing several means: ANOVA (GLM 1) What will this chapter tell me? , The theory behind ANOVA Inflated error rates Interpreting F ANOVA as regression Logic of the F-ratio Total sum of squares (SS T ) Model sum of squares (SSJ Residual sum of squares (SS R ) Mean squares 411

9 xii DISCOVERING STATISTICS USING R TheF-ratio Assumptions of ANOVA > Homogeneity of variance Is ANOVA robust? Planned contrasts 414~ Choosing which contrasts to do Defining contrasts using weights Non-orthogonal comparisons Standard contrasts Polynomial contrasts: trend analysis Post hoc procedures Post hoc procedures and Type I (a) and Type II error rates Post hoc procedures and violations of test assumptions Summary of post hoc procedures One-way ANOVA using R Packages for one-way ANOVA in R General procedure for one-way ANOVA Entering data One-way ANOVA using R Commander * Exploring the data The main analysis Planned contrasts using R Post hoc tests using R Calculating the effect size Reporting results from one-way independent ANOVA 457 What have I discovered about statistics? 458 R packages used in this chapter 459 R functions used in this chapter 459 Key terms that I've discovered 459 Smart Alex's tasks 459 Further reading 461 Interesting real research Analysis of covariance, ANC0VA (GLM 2) What will this chapter tell me? WhatisANCOVA? 463.1,3. Assumptions and issues in ANCOVA Independence of the covariate and treatment effect Homogeneity of regression slopes ANCOVA using R Packages for ANCOVA in R General procedure for ANCOVA Entering data ANCOVA using R Commander Exploring the data Are the predictor variable and covariate independent? Fitting an ANCOVA model Interpreting the main ANCOVA model 477

10 CONTENTS xiii Planned contrasts in ANCOVA Interpreting the covariate " Post hoc tests in ANCOVA Plots in ANCOVA Some final remarks Testing for homogeneity of regression slopes Robust ANCOVA Calculating the effect size Reporting results 494 What have! discovered about statistics? 495 R packages used in this chapter 495 R functions used in this chapter 496 Key terms that I've discovered 496 Smart Alex's tasks 496 Further reading 497 Interesting real research Factorial ANOVA (GLM 3) ^ What will this chapter tell me?.* Theory of factorial ANOVA (independent design) ,1, Factorial designs Factorial ANOVA as regression An example with two independent variables Extending the regression model Two-way ANOVA: behind the scenes Total sums of squares (SS T ), The model sum of squares (SSJ ' The residua! sum of squares (SS R ) The F-ratios Factorial ANOVA using R Packages for factorial ANOVA in R General procedure for factorial ANOVA Factorial ANOVA using R Commander Entering the data Exploring the data Choosing contrasts Fitting a factorial ANOVA model Interpreting factorial ANOVA Interpreting contrasts Simple effects analysis Posf hoc analysis Overall conclusions Plots in factorial ANOVA Interpreting interaction graphs Robust factorial ANOVA Calculating effect sizes Reporting the results of two-way ANOVA 544 What have I discovered about statistics? 546

11 DISCOVERING STATISTICS USING R R packages used in this chapter 546 R functions used in this chapter 546 Key terms that I've discovered 547 Smart Alex's tasks 547 Further reading ' 548 Interesting reai research Repeated-measures designs (GLM 4) What will this chapter tell me? Introduction to repeated-measures designs The assumption of sphericity How is sphericity measured? Assessing the severity of departures from sphericity What is the effect of violating the assumption of sphericity What do you do if you violate sphericity? Theory of one-way repeated-measures ANOVA The total sum of squares (SS T ) The within-participant sum of squares (SS W ) « The model sum of squares (SSJ The residual sum of squares (SS R ) The mean squares TheF-ratio The between-participant sum of squares One-way repeated-measures designs using R Packages for repeated measures designs in R ' General procedure for repeated-measures designs Repeated-measures ANOVA using R Commander Entering the data Exploring the data Choosing contrasts Analysing repeated measures: two ways to skin a.dat Robust one-way repeated-measures ANOVA Effect sizes for repeated-measures designs Reporting one-way repeated-measures designs Factorial repeated-measures designs Entering the data Exploring the data Setting contrasts Factorial repeated-measures ANOVA Factorial repeated-measures designs as a GLM Robust factorial repeated-measures ANOVA Effect sizes for factorial repeated-measures designs Reporting the results from factorial repeated-measures designs 600 What have I discovered about statistics? 601 R packages used in this chapter 602 R functions used in this chapter 602 Key terms that I've discovered 602 Smart Alex's tasks 602

12 CONTENTS xv Further reading 603 Interesting real research Mixed designs (GLM 5) What will this chapter tell me? Mixed designs What do men and women look for in a partner? Entering and exploring your data Packages for mixed designs in R ,4.2. General procedure for mixed designs Entering the data Exploring the data Mixed ANOVA, Mixed designs as a GLM Setting contrasts Building the model ,6.3. The main effect of gender The main effect of looks * The main effect of personality,* The interaction between gender and looks The interaction between gender and personality The interaction between looks and personality The interaction between looks, personality and gender Conclusions Calculating effect sizes Reporting the results of mixed ANOVA Robust analysis for mixed designs 643 What have I discovered about statistics? 650 R packages used in this chapter 650 R functions used in this chapter 651 Key terms that I've discovered 651 Smart Alex's tasks 651 Further reading 652 Interesting real research Non-parametric tests What will this chapter tell me? When to use non-parametric tests Packages used in this chapter Comparing two independent conditions: the Wilcoxon rank-sum test Theory of the Wilcoxon rank-sum test Inputting data and provisional analysis Running the analysis using R Commander Running the analysis using R Output from the Wilcoxon rank-sum test Calculating an effect size Writing the results 666

13 xvi DISCOVERING STATISTICS USING R Comparing two related conditions: the Wilcoxon signed-rank test Theory of the Wilcoxon signed-rank test Running the analysis with R Commander Running the analysis using R Wilcoxon signed-rank test output Calculating an effect size Writing the results Differences between several independent groups: the Kruskal-Wallis test Theory of the Kruskal-Wallis test Inputting data and provisional analysis Doing the Kruskal-Wallis test using R Commander Doing the Kruskal-Wallis test using R Output from the Kruskal-Wallis test Posf hoc tests for the Kruskal-Wallis test Testing for trends: the Jonckheere-Terpstra test Calculating an effect size Writing and interpreting the results Differences between several related groups: Friedman's ANOVA Theory of Friedman's ANOVA '" Inputting data and provisional analysis Doing Friedman's ANOVA in R Commander Friedman's ANOVA using R Output from Friedman's ANOVA Posf hoc tests for Friedman's ANOVA Calculating an effect size Writing and interpreting the results 692 What have I discovered about statistics? 693 R packages used in this chapter 693 R functions used in this chapter 693 Key terms that I've discovered 694 Smart Alex's tasks 694 Further reading 695 Interesting real research MuLtivariate analysis of variance (MANOVA) What will this chapter tell me? When to use MANOVA Introduction: similarities to and differences from ANOVA Words of warning The example for this chapter Theory of MANOVA Introduction to matrices Some important matrices and their functions Calculating MANOVA by hand: a worked example ' Principle of the MANOVA test statistic Practical issues when conducting MANOVA Assumptions and how to check them 717

14 CONTENTS xvii Choosing a test statistic Follow-up analysis * MANOVA using R Packages for factorial ANOVA in R General procedure for MANOVA MANOVA using R Commander Entering the data Exploring the data Setting contrasts The MANOVA model Follow-up analysis: univariate test statistics Contrasts Robust MANOVA Reporting results from MANOVA Following up MANOVA with discriminant analysis Reporting results from discriminant analysis Some final remarks The final interpretation Univariate ANOVA or discriminant analysis? n ' 745 What have I discovered about statistics? " 745 R packages used in this chapter 746 R functions used in this chapter 746 Key terms that I've discovered 747 Smart Alex's tasks 747 Further reading 748 Interesting real research Exploratory factor analysis What will this chapter tell me? When to use factor analysis Factors ,3,1. Graphical representation of factors Mathematical representation of factors Factor scores Choosing a method Communality Factor analysis vs. principal components analysis Theory behind principal components analysis Factor extraction: eigenvalues and the scree plot Improving interpretation: factor rotation Research example Samplesize Correlations between variables The distribution of data Running the analysis with R Commander Running the analysis with R Packages used in this chapter Initial preparation and analysis 772

15 xvih DISCOVERING STATISTICS USING R Factor extraction using R Rotation ' Factor scores Summary How to report factor analysis ,8. Reliability analysis Measures of reliability Interpreting Cronbach's a (some cautionary tales...) Reliability analysis with R Commander Reliability analysis using R Interpreting the output Reporting reliability analysis 806 What have I discovered about statistics? 807 R packages used in this chapter 807 R functions used in this chapter Key terms that I've discovered Smart Alex's tasks Further reading 810 Interesting real research ** Categorical data What will this chapter tell me? Packages used in this chapter Analysing categorical data Theory of analysing categorical data Pearson's chi-square test Fisher's exact test The likelihood ratio Yates's correction Assumptions of the chi-square test Doing the chi-square test using R Entering data: raw scores Entering data: the contingency table Running the analysis with R Commander Running the analysis using R 821 * Output from the CrossTableQ function Breaking down a significant chi-square test with standardized residuals Calculating an effect size Reporting the results of chi-square Several categorical variables: loglinear analysis Chi-square as regression Loglinear analysis Assumptions in loglinear analysis Loglinear analysis using R Initial considerations Loglinear analysis as a chi-square test Output from loglinear analysis as a chi-square test 843

16 CONTENTS xix Loglinear analysis Following up loglinear analysis ' Effect sizes in loglinear analysis Reporting the results of loglinear analysis 851 What have I discovered about statistics? 852 R packages used in this chapter 853 R functions used in this chapter 853 Key terms that I've discovered 853 Smart Alex's tasks 853 Further reading. 854 Interesting real research Multilevel linear models What will this chapter tell me? Hierarchical data The intraclass correlation Benefits of multilevel models Theory of multilevel linear models <D '" An example * ,3.2. Fixed and random coefficients The multilevel model Assessing the fit and comparing multilevel models Types of covariance structures Some practical issues Assumptions Sample size and power Centring variables Multilevel modelling in R Packages for multilevel modelling in R Entering the data Picturing the data Ignoring the data structure; ANOVA Ignoring the data structure: ANCOVA Assessing the need for a multilevel model Adding infixed effects Introducing random slopes Adding an interaction term to the model Growth models Growth curves (polynomials) An example: the honeymoon period Restructuring the data Setting up the basic model Adding in time as a fixed effect Introducing random slopes ,7.7. Modelling the covariance structure Comparing models Adding higher-order polynomials Further analysis 905

17 XX DISCOVERING STATISTICS USING R How to report a multilevel model 906 What have I discovered about statistics? * 907 R packages used in this chapter 908 R functions used in this chapter 908 Key terms that I've discovered 908 Smart Alex's tasks 908 Further reading 909 Interesting real research 909 Epilogue: life after discovering statistics 910 Troubleshooting R 912 Glossary 913 Appendix. 929 A.1. Table of the standard normal distribution. 929 A.2. Critical values of the f-distribution 935 A.3. Critical values of the F-distribution 936 A.4. Critical values of the chi-square distribution 940 References,> 941 Index 948 Functions in R 956 Packages in R 957

Contents. Acknowledgments. xix

Contents. Acknowledgments. xix Table of Preface Acknowledgments page xv xix 1 Introduction 1 The Role of the Computer in Data Analysis 1 Statistics: Descriptive and Inferential 2 Variables and Constants 3 The Measurement of Variables

More information

Statistical. Psychology

Statistical. Psychology SEVENTH у *i km m it* & П SB Й EDITION Statistical M e t h o d s for Psychology D a v i d C. Howell University of Vermont ; \ WADSWORTH f% CENGAGE Learning* Australia Biaall apan Korea Меяко Singapore

More information

Experimental Design and Data Analysis for Biologists

Experimental Design and Data Analysis for Biologists Experimental Design and Data Analysis for Biologists Gerry P. Quinn Monash University Michael J. Keough University of Melbourne CAMBRIDGE UNIVERSITY PRESS Contents Preface page xv I I Introduction 1 1.1

More information

DETAILED CONTENTS PART I INTRODUCTION AND DESCRIPTIVE STATISTICS. 1. Introduction to Statistics

DETAILED CONTENTS PART I INTRODUCTION AND DESCRIPTIVE STATISTICS. 1. Introduction to Statistics DETAILED CONTENTS About the Author Preface to the Instructor To the Student How to Use SPSS With This Book PART I INTRODUCTION AND DESCRIPTIVE STATISTICS 1. Introduction to Statistics 1.1 Descriptive and

More information

sphericity, 5-29, 5-32 residuals, 7-1 spread and level, 2-17 t test, 1-13 transformations, 2-15 violations, 1-19

sphericity, 5-29, 5-32 residuals, 7-1 spread and level, 2-17 t test, 1-13 transformations, 2-15 violations, 1-19 additive tree structure, 10-28 ADDTREE, 10-51, 10-53 EXTREE, 10-31 four point condition, 10-29 ADDTREE, 10-28, 10-51, 10-53 adjusted R 2, 8-7 ALSCAL, 10-49 ANCOVA, 9-1 assumptions, 9-5 example, 9-7 MANOVA

More information

Turning a research question into a statistical question.

Turning a research question into a statistical question. Turning a research question into a statistical question. IGINAL QUESTION: Concept Concept Concept ABOUT ONE CONCEPT ABOUT RELATIONSHIPS BETWEEN CONCEPTS TYPE OF QUESTION: DESCRIBE what s going on? DECIDE

More information

DESIGNING EXPERIMENTS AND ANALYZING DATA A Model Comparison Perspective

DESIGNING EXPERIMENTS AND ANALYZING DATA A Model Comparison Perspective DESIGNING EXPERIMENTS AND ANALYZING DATA A Model Comparison Perspective Second Edition Scott E. Maxwell Uniuersity of Notre Dame Harold D. Delaney Uniuersity of New Mexico J,t{,.?; LAWRENCE ERLBAUM ASSOCIATES,

More information

From Practical Data Analysis with JMP, Second Edition. Full book available for purchase here. About This Book... xiii About The Author...

From Practical Data Analysis with JMP, Second Edition. Full book available for purchase here. About This Book... xiii About The Author... From Practical Data Analysis with JMP, Second Edition. Full book available for purchase here. Contents About This Book... xiii About The Author... xxiii Chapter 1 Getting Started: Data Analysis with JMP...

More information

Contents. Preface to Second Edition Preface to First Edition Abbreviations PART I PRINCIPLES OF STATISTICAL THINKING AND ANALYSIS 1

Contents. Preface to Second Edition Preface to First Edition Abbreviations PART I PRINCIPLES OF STATISTICAL THINKING AND ANALYSIS 1 Contents Preface to Second Edition Preface to First Edition Abbreviations xv xvii xix PART I PRINCIPLES OF STATISTICAL THINKING AND ANALYSIS 1 1 The Role of Statistical Methods in Modern Industry and Services

More information

Transition Passage to Descriptive Statistics 28

Transition Passage to Descriptive Statistics 28 viii Preface xiv chapter 1 Introduction 1 Disciplines That Use Quantitative Data 5 What Do You Mean, Statistics? 6 Statistics: A Dynamic Discipline 8 Some Terminology 9 Problems and Answers 12 Scales of

More information

Basic Statistical Analysis

Basic Statistical Analysis indexerrt.qxd 8/21/2002 9:47 AM Page 1 Corrected index pages for Sprinthall Basic Statistical Analysis Seventh Edition indexerrt.qxd 8/21/2002 9:47 AM Page 656 Index Abscissa, 24 AB-STAT, vii ADD-OR rule,

More information

Textbook Examples of. SPSS Procedure

Textbook Examples of. SPSS Procedure Textbook s of IBM SPSS Procedures Each SPSS procedure listed below has its own section in the textbook. These sections include a purpose statement that describes the statistical test, identification of

More information

Types of Statistical Tests DR. MIKE MARRAPODI

Types of Statistical Tests DR. MIKE MARRAPODI Types of Statistical Tests DR. MIKE MARRAPODI Tests t tests ANOVA Correlation Regression Multivariate Techniques Non-parametric t tests One sample t test Independent t test Paired sample t test One sample

More information

Introduction to inferential statistics. Alissa Melinger IGK summer school 2006 Edinburgh

Introduction to inferential statistics. Alissa Melinger IGK summer school 2006 Edinburgh Introduction to inferential statistics Alissa Melinger IGK summer school 2006 Edinburgh Short description Prereqs: I assume no prior knowledge of stats This half day tutorial on statistical analysis will

More information

Introduction and Descriptive Statistics p. 1 Introduction to Statistics p. 3 Statistics, Science, and Observations p. 5 Populations and Samples p.

Introduction and Descriptive Statistics p. 1 Introduction to Statistics p. 3 Statistics, Science, and Observations p. 5 Populations and Samples p. Preface p. xi Introduction and Descriptive Statistics p. 1 Introduction to Statistics p. 3 Statistics, Science, and Observations p. 5 Populations and Samples p. 6 The Scientific Method and the Design of

More information

BIOMETRICS INFORMATION

BIOMETRICS INFORMATION BIOMETRICS INFORMATION Index of Pamphlet Topics (for pamphlets #1 to #60) as of December, 2000 Adjusted R-square ANCOVA: Analysis of Covariance 13: ANCOVA: Analysis of Covariance ANOVA: Analysis of Variance

More information

Preface Introduction to Statistics and Data Analysis Overview: Statistical Inference, Samples, Populations, and Experimental Design The Role of

Preface Introduction to Statistics and Data Analysis Overview: Statistical Inference, Samples, Populations, and Experimental Design The Role of Preface Introduction to Statistics and Data Analysis Overview: Statistical Inference, Samples, Populations, and Experimental Design The Role of Probability Sampling Procedures Collection of Data Measures

More information

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages:

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages: Glossary The ISI glossary of statistical terms provides definitions in a number of different languages: http://isi.cbs.nl/glossary/index.htm Adjusted r 2 Adjusted R squared measures the proportion of the

More information

2/26/2017. PSY 512: Advanced Statistics for Psychological and Behavioral Research 2

2/26/2017. PSY 512: Advanced Statistics for Psychological and Behavioral Research 2 PSY 512: Advanced Statistics for Psychological and Behavioral Research 2 When and why do we use logistic regression? Binary Multinomial Theory behind logistic regression Assessing the model Assessing predictors

More information

Generalized Linear. Mixed Models. Methods and Applications. Modern Concepts, Walter W. Stroup. Texts in Statistical Science.

Generalized Linear. Mixed Models. Methods and Applications. Modern Concepts, Walter W. Stroup. Texts in Statistical Science. Texts in Statistical Science Generalized Linear Mixed Models Modern Concepts, Methods and Applications Walter W. Stroup CRC Press Taylor & Francis Croup Boca Raton London New York CRC Press is an imprint

More information

Stat 5101 Lecture Notes

Stat 5101 Lecture Notes Stat 5101 Lecture Notes Charles J. Geyer Copyright 1998, 1999, 2000, 2001 by Charles J. Geyer May 7, 2001 ii Stat 5101 (Geyer) Course Notes Contents 1 Random Variables and Change of Variables 1 1.1 Random

More information

INTRODUCTION TO DESIGN AND ANALYSIS OF EXPERIMENTS

INTRODUCTION TO DESIGN AND ANALYSIS OF EXPERIMENTS GEORGE W. COBB Mount Holyoke College INTRODUCTION TO DESIGN AND ANALYSIS OF EXPERIMENTS Springer CONTENTS To the Instructor Sample Exam Questions To the Student Acknowledgments xv xxi xxvii xxix 1. INTRODUCTION

More information

Nemours Biomedical Research Statistics Course. Li Xie Nemours Biostatistics Core October 14, 2014

Nemours Biomedical Research Statistics Course. Li Xie Nemours Biostatistics Core October 14, 2014 Nemours Biomedical Research Statistics Course Li Xie Nemours Biostatistics Core October 14, 2014 Outline Recap Introduction to Logistic Regression Recap Descriptive statistics Variable type Example of

More information

Applied Regression Modeling

Applied Regression Modeling Applied Regression Modeling A Business Approach Iain Pardoe University of Oregon Charles H. Lundquist College of Business Eugene, Oregon WILEY- INTERSCIENCE A JOHN WILEY & SONS, INC., PUBLICATION CONTENTS

More information

ANCOVA. Lecture 9 Andrew Ainsworth

ANCOVA. Lecture 9 Andrew Ainsworth ANCOVA Lecture 9 Andrew Ainsworth What is ANCOVA? Analysis of covariance an extension of ANOVA in which main effects and interactions are assessed on DV scores after the DV has been adjusted for by the

More information

Data Analysis as a Decision Making Process

Data Analysis as a Decision Making Process Data Analysis as a Decision Making Process I. Levels of Measurement A. NOIR - Nominal Categories with names - Ordinal Categories with names and a logical order - Intervals Numerical Scale with logically

More information

HANDBOOK OF APPLICABLE MATHEMATICS

HANDBOOK OF APPLICABLE MATHEMATICS HANDBOOK OF APPLICABLE MATHEMATICS Chief Editor: Walter Ledermann Volume VI: Statistics PART A Edited by Emlyn Lloyd University of Lancaster A Wiley-Interscience Publication JOHN WILEY & SONS Chichester

More information

Appendix A Summary of Tasks. Appendix Table of Contents

Appendix A Summary of Tasks. Appendix Table of Contents Appendix A Summary of Tasks Appendix Table of Contents Reporting Tasks...357 ListData...357 Tables...358 Graphical Tasks...358 BarChart...358 PieChart...359 Histogram...359 BoxPlot...360 Probability Plot...360

More information

Wiley. Methods and Applications of Linear Models. Regression and the Analysis. of Variance. Third Edition. Ishpeming, Michigan RONALD R.

Wiley. Methods and Applications of Linear Models. Regression and the Analysis. of Variance. Third Edition. Ishpeming, Michigan RONALD R. Methods and Applications of Linear Models Regression and the Analysis of Variance Third Edition RONALD R. HOCKING PenHock Statistical Consultants Ishpeming, Michigan Wiley Contents Preface to the Third

More information

26:010:557 / 26:620:557 Social Science Research Methods

26:010:557 / 26:620:557 Social Science Research Methods 26:010:557 / 26:620:557 Social Science Research Methods Dr. Peter R. Gillett Associate Professor Department of Accounting & Information Systems Rutgers Business School Newark & New Brunswick 1 Overview

More information

1 A Review of Correlation and Regression

1 A Review of Correlation and Regression 1 A Review of Correlation and Regression SW, Chapter 12 Suppose we select n = 10 persons from the population of college seniors who plan to take the MCAT exam. Each takes the test, is coached, and then

More information

Exam details. Final Review Session. Things to Review

Exam details. Final Review Session. Things to Review Exam details Final Review Session Short answer, similar to book problems Formulae and tables will be given You CAN use a calculator Date and Time: Dec. 7, 006, 1-1:30 pm Location: Osborne Centre, Unit

More information

Using SPSS for One Way Analysis of Variance

Using SPSS for One Way Analysis of Variance Using SPSS for One Way Analysis of Variance This tutorial will show you how to use SPSS version 12 to perform a one-way, between- subjects analysis of variance and related post-hoc tests. This tutorial

More information

Generalized Linear Models

Generalized Linear Models Generalized Linear Models Methods@Manchester Summer School Manchester University July 2 6, 2018 Generalized Linear Models: a generic approach to statistical modelling www.research-training.net/manchester2018

More information

A Guide to Modern Econometric:

A Guide to Modern Econometric: A Guide to Modern Econometric: 4th edition Marno Verbeek Rotterdam School of Management, Erasmus University, Rotterdam B 379887 )WILEY A John Wiley & Sons, Ltd., Publication Contents Preface xiii 1 Introduction

More information

Hypothesis testing, part 2. With some material from Howard Seltman, Blase Ur, Bilge Mutlu, Vibha Sazawal

Hypothesis testing, part 2. With some material from Howard Seltman, Blase Ur, Bilge Mutlu, Vibha Sazawal Hypothesis testing, part 2 With some material from Howard Seltman, Blase Ur, Bilge Mutlu, Vibha Sazawal 1 CATEGORICAL IV, NUMERIC DV 2 Independent samples, one IV # Conditions Normal/Parametric Non-parametric

More information

Analyses of Variance. Block 2b

Analyses of Variance. Block 2b Analyses of Variance Block 2b Types of analyses 1 way ANOVA For more than 2 levels of a factor between subjects ANCOVA For continuous co-varying factor, between subjects ANOVA for factorial design Multiple

More information

176 Index. G Gradient, 4, 17, 22, 24, 42, 44, 45, 51, 52, 55, 56

176 Index. G Gradient, 4, 17, 22, 24, 42, 44, 45, 51, 52, 55, 56 References Aljandali, A. (2014). Exchange rate forecasting: Regional applications to ASEAN, CACM, MERCOSUR and SADC countries. Unpublished PhD thesis, London Metropolitan University, London. Aljandali,

More information

Linear Models in Statistics

Linear Models in Statistics Linear Models in Statistics ALVIN C. RENCHER Department of Statistics Brigham Young University Provo, Utah A Wiley-Interscience Publication JOHN WILEY & SONS, INC. New York Chichester Weinheim Brisbane

More information

Subject CS1 Actuarial Statistics 1 Core Principles

Subject CS1 Actuarial Statistics 1 Core Principles Institute of Actuaries of India Subject CS1 Actuarial Statistics 1 Core Principles For 2019 Examinations Aim The aim of the Actuarial Statistics 1 subject is to provide a grounding in mathematical and

More information

Neuendorf MANOVA /MANCOVA. Model: X1 (Factor A) X2 (Factor B) X1 x X2 (Interaction) Y4. Like ANOVA/ANCOVA:

Neuendorf MANOVA /MANCOVA. Model: X1 (Factor A) X2 (Factor B) X1 x X2 (Interaction) Y4. Like ANOVA/ANCOVA: 1 Neuendorf MANOVA /MANCOVA Model: X1 (Factor A) X2 (Factor B) X1 x X2 (Interaction) Y1 Y2 Y3 Y4 Like ANOVA/ANCOVA: 1. Assumes equal variance (equal covariance matrices) across cells (groups defined by

More information

Correlation and Regression Bangkok, 14-18, Sept. 2015

Correlation and Regression Bangkok, 14-18, Sept. 2015 Analysing and Understanding Learning Assessment for Evidence-based Policy Making Correlation and Regression Bangkok, 14-18, Sept. 2015 Australian Council for Educational Research Correlation The strength

More information

A Second Course in Statistics: Regression Analysis

A Second Course in Statistics: Regression Analysis FIFTH E D I T I 0 N A Second Course in Statistics: Regression Analysis WILLIAM MENDENHALL University of Florida TERRY SINCICH University of South Florida PRENTICE HALL Upper Saddle River, New Jersey 07458

More information

A User's Guide To Principal Components

A User's Guide To Principal Components A User's Guide To Principal Components J. EDWARD JACKSON A Wiley-Interscience Publication JOHN WILEY & SONS, INC. New York Chichester Brisbane Toronto Singapore Contents Preface Introduction 1. Getting

More information

Course Introduction and Overview Descriptive Statistics Conceptualizations of Variance Review of the General Linear Model

Course Introduction and Overview Descriptive Statistics Conceptualizations of Variance Review of the General Linear Model Course Introduction and Overview Descriptive Statistics Conceptualizations of Variance Review of the General Linear Model EPSY 905: Multivariate Analysis Lecture 1 20 January 2016 EPSY 905: Lecture 1 -

More information

Course in Data Science

Course in Data Science Course in Data Science About the Course: In this course you will get an introduction to the main tools and ideas which are required for Data Scientist/Business Analyst/Data Analyst. The course gives an

More information

1 Introduction to Minitab

1 Introduction to Minitab 1 Introduction to Minitab Minitab is a statistical analysis software package. The software is freely available to all students and is downloadable through the Technology Tab at my.calpoly.edu. When you

More information

More Accurately Analyze Complex Relationships

More Accurately Analyze Complex Relationships SPSS Advanced Statistics 17.0 Specifications More Accurately Analyze Complex Relationships Make your analysis more accurate and reach more dependable conclusions with statistics designed to fit the inherent

More information

Degrees of freedom df=1. Limitations OR in SPSS LIM: Knowing σ and µ is unlikely in large

Degrees of freedom df=1. Limitations OR in SPSS LIM: Knowing σ and µ is unlikely in large Z Test Comparing a group mean to a hypothesis T test (about 1 mean) T test (about 2 means) Comparing mean to sample mean. Similar means = will have same response to treatment Two unknown means are different

More information

Neuendorf MANOVA /MANCOVA. Model: MAIN EFFECTS: X1 (Factor A) X2 (Factor B) INTERACTIONS : X1 x X2 (A x B Interaction) Y4. Like ANOVA/ANCOVA:

Neuendorf MANOVA /MANCOVA. Model: MAIN EFFECTS: X1 (Factor A) X2 (Factor B) INTERACTIONS : X1 x X2 (A x B Interaction) Y4. Like ANOVA/ANCOVA: 1 Neuendorf MANOVA /MANCOVA Model: MAIN EFFECTS: X1 (Factor A) X2 (Factor B) Y1 Y2 INTERACTIONS : Y3 X1 x X2 (A x B Interaction) Y4 Like ANOVA/ANCOVA: 1. Assumes equal variance (equal covariance matrices)

More information

3 Joint Distributions 71

3 Joint Distributions 71 2.2.3 The Normal Distribution 54 2.2.4 The Beta Density 58 2.3 Functions of a Random Variable 58 2.4 Concluding Remarks 64 2.5 Problems 64 3 Joint Distributions 71 3.1 Introduction 71 3.2 Discrete Random

More information

Repeated-Measures ANOVA in SPSS Correct data formatting for a repeated-measures ANOVA in SPSS involves having a single line of data for each

Repeated-Measures ANOVA in SPSS Correct data formatting for a repeated-measures ANOVA in SPSS involves having a single line of data for each Repeated-Measures ANOVA in SPSS Correct data formatting for a repeated-measures ANOVA in SPSS involves having a single line of data for each participant, with the repeated measures entered as separate

More information

My data doesn t look like that..

My data doesn t look like that.. Testing assumptions My data doesn t look like that.. We have made a big deal about testing model assumptions each week. Bill Pine Testing assumptions Testing assumptions We have made a big deal about testing

More information

36-463/663: Multilevel & Hierarchical Models

36-463/663: Multilevel & Hierarchical Models 36-463/663: Multilevel & Hierarchical Models (P)review: in-class midterm Brian Junker 132E Baker Hall brian@stat.cmu.edu 1 In-class midterm Closed book, closed notes, closed electronics (otherwise I have

More information

Statistics Toolbox 6. Apply statistical algorithms and probability models

Statistics Toolbox 6. Apply statistical algorithms and probability models Statistics Toolbox 6 Apply statistical algorithms and probability models Statistics Toolbox provides engineers, scientists, researchers, financial analysts, and statisticians with a comprehensive set of

More information

Course Introduction and Overview Descriptive Statistics Conceptualizations of Variance Review of the General Linear Model

Course Introduction and Overview Descriptive Statistics Conceptualizations of Variance Review of the General Linear Model Course Introduction and Overview Descriptive Statistics Conceptualizations of Variance Review of the General Linear Model PSYC 943 (930): Fundamentals of Multivariate Modeling Lecture 1: August 22, 2012

More information

Reader s Guide ANALYSIS OF VARIANCE. Quantitative and Qualitative Research, Debate About Secondary Analysis of Qualitative Data BASIC STATISTICS

Reader s Guide ANALYSIS OF VARIANCE. Quantitative and Qualitative Research, Debate About Secondary Analysis of Qualitative Data BASIC STATISTICS ANALYSIS OF VARIANCE Analysis of Covariance (ANCOVA) Analysis of Variance (ANOVA) Main Effect Model I ANOVA Model II ANOVA Model III ANOVA One-Way ANOVA Two-Way ANOVA ASSOCIATION AND CORRELATION Association

More information

The entire data set consists of n = 32 widgets, 8 of which were made from each of q = 4 different materials.

The entire data set consists of n = 32 widgets, 8 of which were made from each of q = 4 different materials. One-Way ANOVA Summary The One-Way ANOVA procedure is designed to construct a statistical model describing the impact of a single categorical factor X on a dependent variable Y. Tests are run to determine

More information

Glossary for the Triola Statistics Series

Glossary for the Triola Statistics Series Glossary for the Triola Statistics Series Absolute deviation The measure of variation equal to the sum of the deviations of each value from the mean, divided by the number of values Acceptance sampling

More information

Statistics and Measurement Concepts with OpenStat

Statistics and Measurement Concepts with OpenStat Statistics and Measurement Concepts with OpenStat William Miller Statistics and Measurement Concepts with OpenStat William Miller Urbandale, Iowa USA ISBN 978-1-4614-5742-8 ISBN 978-1-4614-5743-5 (ebook)

More information

(Where does Ch. 7 on comparing 2 means or 2 proportions fit into this?)

(Where does Ch. 7 on comparing 2 means or 2 proportions fit into this?) 12. Comparing Groups: Analysis of Variance (ANOVA) Methods Response y Explanatory x var s Method Categorical Categorical Contingency tables (Ch. 8) (chi-squared, etc.) Quantitative Quantitative Regression

More information

REVIEW 8/2/2017 陈芳华东师大英语系

REVIEW 8/2/2017 陈芳华东师大英语系 REVIEW Hypothesis testing starts with a null hypothesis and a null distribution. We compare what we have to the null distribution, if the result is too extreme to belong to the null distribution (p

More information

Small n, σ known or unknown, underlying nongaussian

Small n, σ known or unknown, underlying nongaussian READY GUIDE Summary Tables SUMMARY-1: Methods to compute some confidence intervals Parameter of Interest Conditions 95% CI Proportion (π) Large n, p 0 and p 1 Equation 12.11 Small n, any p Figure 12-4

More information

MANOVA is an extension of the univariate ANOVA as it involves more than one Dependent Variable (DV). The following are assumptions for using MANOVA:

MANOVA is an extension of the univariate ANOVA as it involves more than one Dependent Variable (DV). The following are assumptions for using MANOVA: MULTIVARIATE ANALYSIS OF VARIANCE MANOVA is an extension of the univariate ANOVA as it involves more than one Dependent Variable (DV). The following are assumptions for using MANOVA: 1. Cell sizes : o

More information

Introduction to Statistical Analysis

Introduction to Statistical Analysis Introduction to Statistical Analysis Changyu Shen Richard A. and Susan F. Smith Center for Outcomes Research in Cardiology Beth Israel Deaconess Medical Center Harvard Medical School Objectives Descriptive

More information

STATISTICS; An Introductory Analysis. 2nd hidition TARO YAMANE NEW YORK UNIVERSITY A HARPER INTERNATIONAL EDITION

STATISTICS; An Introductory Analysis. 2nd hidition TARO YAMANE NEW YORK UNIVERSITY A HARPER INTERNATIONAL EDITION 2nd hidition TARO YAMANE NEW YORK UNIVERSITY STATISTICS; An Introductory Analysis A HARPER INTERNATIONAL EDITION jointly published by HARPER & ROW, NEW YORK, EVANSTON & LONDON AND JOHN WEATHERHILL, INC.,

More information

For Bonnie and Jesse (again)

For Bonnie and Jesse (again) SECOND EDITION A P P L I E D R E G R E S S I O N A N A L Y S I S a n d G E N E R A L I Z E D L I N E A R M O D E L S For Bonnie and Jesse (again) SECOND EDITION A P P L I E D R E G R E S S I O N A N A

More information

Chapter 19: Logistic regression

Chapter 19: Logistic regression Chapter 19: Logistic regression Self-test answers SELF-TEST Rerun this analysis using a stepwise method (Forward: LR) entry method of analysis. The main analysis To open the main Logistic Regression dialog

More information

Neuendorf MANOVA /MANCOVA. Model: X1 (Factor A) X2 (Factor B) X1 x X2 (Interaction) Y4. Like ANOVA/ANCOVA:

Neuendorf MANOVA /MANCOVA. Model: X1 (Factor A) X2 (Factor B) X1 x X2 (Interaction) Y4. Like ANOVA/ANCOVA: 1 Neuendorf MANOVA /MANCOVA Model: X1 (Factor A) X2 (Factor B) X1 x X2 (Interaction) Y1 Y2 Y3 Y4 Like ANOVA/ANCOVA: 1. Assumes equal variance (equal covariance matrices) across cells (groups defined by

More information

Path Analysis. PRE 906: Structural Equation Modeling Lecture #5 February 18, PRE 906, SEM: Lecture 5 - Path Analysis

Path Analysis. PRE 906: Structural Equation Modeling Lecture #5 February 18, PRE 906, SEM: Lecture 5 - Path Analysis Path Analysis PRE 906: Structural Equation Modeling Lecture #5 February 18, 2015 PRE 906, SEM: Lecture 5 - Path Analysis Key Questions for Today s Lecture What distinguishes path models from multivariate

More information

Review of the General Linear Model

Review of the General Linear Model Review of the General Linear Model EPSY 905: Multivariate Analysis Online Lecture #2 Learning Objectives Types of distributions: Ø Conditional distributions The General Linear Model Ø Regression Ø Analysis

More information

Class Introduction and Overview; Review of ANOVA, Regression, and Psychological Measurement

Class Introduction and Overview; Review of ANOVA, Regression, and Psychological Measurement Class Introduction and Overview; Review of ANOVA, Regression, and Psychological Measurement Introduction to Structural Equation Modeling Lecture #1 January 11, 2012 ERSH 8750: Lecture 1 Today s Class Introduction

More information

Regression in R. Seth Margolis GradQuant May 31,

Regression in R. Seth Margolis GradQuant May 31, Regression in R Seth Margolis GradQuant May 31, 2018 1 GPA What is Regression Good For? Assessing relationships between variables This probably covers most of what you do 4 3.8 3.6 3.4 Person Intelligence

More information

Ron Heck, Fall Week 8: Introducing Generalized Linear Models: Logistic Regression 1 (Replaces prior revision dated October 20, 2011)

Ron Heck, Fall Week 8: Introducing Generalized Linear Models: Logistic Regression 1 (Replaces prior revision dated October 20, 2011) Ron Heck, Fall 2011 1 EDEP 768E: Seminar in Multilevel Modeling rev. January 3, 2012 (see footnote) Week 8: Introducing Generalized Linear Models: Logistic Regression 1 (Replaces prior revision dated October

More information

y response variable x 1, x 2,, x k -- a set of explanatory variables

y response variable x 1, x 2,, x k -- a set of explanatory variables 11. Multiple Regression and Correlation y response variable x 1, x 2,, x k -- a set of explanatory variables In this chapter, all variables are assumed to be quantitative. Chapters 12-14 show how to incorporate

More information

Review of Statistics 101

Review of Statistics 101 Review of Statistics 101 We review some important themes from the course 1. Introduction Statistics- Set of methods for collecting/analyzing data (the art and science of learning from data). Provides methods

More information

Non-parametric tests, part A:

Non-parametric tests, part A: Two types of statistical test: Non-parametric tests, part A: Parametric tests: Based on assumption that the data have certain characteristics or "parameters": Results are only valid if (a) the data are

More information

Cheat Sheet: ANOVA. Scenario. Power analysis. Plotting a line plot and a box plot. Pre-testing assumptions

Cheat Sheet: ANOVA. Scenario. Power analysis. Plotting a line plot and a box plot. Pre-testing assumptions Cheat Sheet: ANOVA Measurement and Evaluation of HCC Systems Scenario Use ANOVA if you want to test the difference in continuous outcome variable vary between multiple levels (A, B, C, ) of a nominal variable

More information

Univariate analysis. Simple and Multiple Regression. Univariate analysis. Simple Regression How best to summarise the data?

Univariate analysis. Simple and Multiple Regression. Univariate analysis. Simple Regression How best to summarise the data? Univariate analysis Example - linear regression equation: y = ax + c Least squares criteria ( yobs ycalc ) = yobs ( ax + c) = minimum Simple and + = xa xc xy xa + nc = y Solve for a and c Univariate analysis

More information

NONPARAMETRICS. Statistical Methods Based on Ranks E. L. LEHMANN HOLDEN-DAY, INC. McGRAW-HILL INTERNATIONAL BOOK COMPANY

NONPARAMETRICS. Statistical Methods Based on Ranks E. L. LEHMANN HOLDEN-DAY, INC. McGRAW-HILL INTERNATIONAL BOOK COMPANY NONPARAMETRICS Statistical Methods Based on Ranks E. L. LEHMANN University of California, Berkeley With the special assistance of H. J. M. D'ABRERA University of California, Berkeley HOLDEN-DAY, INC. San

More information

Multilevel Statistical Models: 3 rd edition, 2003 Contents

Multilevel Statistical Models: 3 rd edition, 2003 Contents Multilevel Statistical Models: 3 rd edition, 2003 Contents Preface Acknowledgements Notation Two and three level models. A general classification notation and diagram Glossary Chapter 1 An introduction

More information

Mixed- Model Analysis of Variance. Sohad Murrar & Markus Brauer. University of Wisconsin- Madison. Target Word Count: Actual Word Count: 2755

Mixed- Model Analysis of Variance. Sohad Murrar & Markus Brauer. University of Wisconsin- Madison. Target Word Count: Actual Word Count: 2755 Mixed- Model Analysis of Variance Sohad Murrar & Markus Brauer University of Wisconsin- Madison The SAGE Encyclopedia of Educational Research, Measurement and Evaluation Target Word Count: 3000 - Actual

More information

Module 2. General Linear Model

Module 2. General Linear Model D.G. Bonett (9/018) Module General Linear Model The relation between one response variable (y) and q 1 predictor variables (x 1, x,, x q ) for one randomly selected person can be represented by the following

More information

Introduction to Statistical Analysis using IBM SPSS Statistics (v24)

Introduction to Statistical Analysis using IBM SPSS Statistics (v24) to Statistical Analysis using IBM SPSS Statistics (v24) to Statistical Analysis Using IBM SPSS Statistics is a two day instructor-led classroom course that provides an application-oriented introduction

More information

Biost 518 Applied Biostatistics II. Purpose of Statistics. First Stage of Scientific Investigation. Further Stages of Scientific Investigation

Biost 518 Applied Biostatistics II. Purpose of Statistics. First Stage of Scientific Investigation. Further Stages of Scientific Investigation Biost 58 Applied Biostatistics II Scott S. Emerson, M.D., Ph.D. Professor of Biostatistics University of Washington Lecture 5: Review Purpose of Statistics Statistics is about science (Science in the broadest

More information

SPSS Guide For MMI 409

SPSS Guide For MMI 409 SPSS Guide For MMI 409 by John Wong March 2012 Preface Hopefully, this document can provide some guidance to MMI 409 students on how to use SPSS to solve many of the problems covered in the D Agostino

More information

Wolfgang Karl Härdle Leopold Simar. Applied Multivariate. Statistical Analysis. Fourth Edition. ö Springer

Wolfgang Karl Härdle Leopold Simar. Applied Multivariate. Statistical Analysis. Fourth Edition. ö Springer Wolfgang Karl Härdle Leopold Simar Applied Multivariate Statistical Analysis Fourth Edition ö Springer Contents Part I Descriptive Techniques 1 Comparison of Batches 3 1.1 Boxplots 4 1.2 Histograms 11

More information

CHI SQUARE ANALYSIS 8/18/2011 HYPOTHESIS TESTS SO FAR PARAMETRIC VS. NON-PARAMETRIC

CHI SQUARE ANALYSIS 8/18/2011 HYPOTHESIS TESTS SO FAR PARAMETRIC VS. NON-PARAMETRIC CHI SQUARE ANALYSIS I N T R O D U C T I O N T O N O N - P A R A M E T R I C A N A L Y S E S HYPOTHESIS TESTS SO FAR We ve discussed One-sample t-test Dependent Sample t-tests Independent Samples t-tests

More information

A Re-Introduction to General Linear Models (GLM)

A Re-Introduction to General Linear Models (GLM) A Re-Introduction to General Linear Models (GLM) Today s Class: You do know the GLM Estimation (where the numbers in the output come from): From least squares to restricted maximum likelihood (REML) Reviewing

More information

CHAPTER 17 CHI-SQUARE AND OTHER NONPARAMETRIC TESTS FROM: PAGANO, R. R. (2007)

CHAPTER 17 CHI-SQUARE AND OTHER NONPARAMETRIC TESTS FROM: PAGANO, R. R. (2007) FROM: PAGANO, R. R. (007) I. INTRODUCTION: DISTINCTION BETWEEN PARAMETRIC AND NON-PARAMETRIC TESTS Statistical inference tests are often classified as to whether they are parametric or nonparametric Parameter

More information

Statistics in medicine

Statistics in medicine Statistics in medicine Lecture 4: and multivariable regression Fatma Shebl, MD, MS, MPH, PhD Assistant Professor Chronic Disease Epidemiology Department Yale School of Public Health Fatma.shebl@yale.edu

More information

Linear Models 1. Isfahan University of Technology Fall Semester, 2014

Linear Models 1. Isfahan University of Technology Fall Semester, 2014 Linear Models 1 Isfahan University of Technology Fall Semester, 2014 References: [1] G. A. F., Seber and A. J. Lee (2003). Linear Regression Analysis (2nd ed.). Hoboken, NJ: Wiley. [2] A. C. Rencher and

More information

Cheat Sheet: factorial ANOVA

Cheat Sheet: factorial ANOVA Cheat Sheet: factorial ANOVA Measurement and Evaluation of HCC Systems Scenario Use factorial ANOVA if you want to test the effect of two (or more) nominal variables varx1 and varx2 on a continuous outcome

More information

A course in statistical modelling. session 09: Modelling count variables

A course in statistical modelling. session 09: Modelling count variables A Course in Statistical Modelling SEED PGR methodology training December 08, 2015: 12 2pm session 09: Modelling count variables Graeme.Hutcheson@manchester.ac.uk blackboard: RSCH80000 SEED PGR Research

More information

Generalized Linear Models (GLZ)

Generalized Linear Models (GLZ) Generalized Linear Models (GLZ) Generalized Linear Models (GLZ) are an extension of the linear modeling process that allows models to be fit to data that follow probability distributions other than the

More information

Y (Nominal/Categorical) 1. Metric (interval/ratio) data for 2+ IVs, and categorical (nominal) data for a single DV

Y (Nominal/Categorical) 1. Metric (interval/ratio) data for 2+ IVs, and categorical (nominal) data for a single DV 1 Neuendorf Discriminant Analysis The Model X1 X2 X3 X4 DF2 DF3 DF1 Y (Nominal/Categorical) Assumptions: 1. Metric (interval/ratio) data for 2+ IVs, and categorical (nominal) data for a single DV 2. Linearity--in

More information

STATISTICS REVIEW. D. Parameter: a constant for the case or population under consideration.

STATISTICS REVIEW. D. Parameter: a constant for the case or population under consideration. STATISTICS REVIEW I. Why do we need statistics? A. As human beings, we consciously and unconsciously evaluate whether variables affect phenomena of interest, but sometimes our common sense reasoning is

More information

Extensions of One-Way ANOVA.

Extensions of One-Way ANOVA. Extensions of One-Way ANOVA http://www.pelagicos.net/classes_biometry_fa18.htm What do I want You to Know What are two main limitations of ANOVA? What two approaches can follow a significant ANOVA? How

More information

7/28/15. Review Homework. Overview. Lecture 6: Logistic Regression Analysis

7/28/15. Review Homework. Overview. Lecture 6: Logistic Regression Analysis Lecture 6: Logistic Regression Analysis Christopher S. Hollenbeak, PhD Jane R. Schubart, PhD The Outcomes Research Toolbox Review Homework 2 Overview Logistic regression model conceptually Logistic regression

More information