Applied Linear Regression

Size: px
Start display at page:

Download "Applied Linear Regression"

Transcription

1 Applied Linear Regression

2

3 Applied Linear Regression Third Edition SANFORD WEISBERG University of Minnesota School of Statistics Minneapolis, Minnesota A JOHN WILEY & SONS, INC., PUBLICATION

4 Copyright 2005 by John Wiley & Sons, Inc. All rights reserved. Published by John Wiley & Sons, Inc., Hoboken, New Jersey. Published simultaneously in Canada. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning, or otherwise, except as permitted under Section 107 or 108 of the 1976 United States Copyright Act, without either the prior written permission of the Publisher, or authorization through payment of the appropriate per-copy fee to the Copyright Clearance Center, Inc., 222 Rosewood Drive, Danvers, MA 01923, , fax , or on the web at Requests to the Publisher for permission should be addressed to the Permissions Department, John Wiley & Sons, Inc., 111 River Street, Hoboken, NJ 07030, (201) , fax (201) Limit of Liability/Disclaimer of Warranty: While the publisher and author have used their best efforts in preparing this book, they make no representations or warranties with respect to the accuracy or completeness of the contents of this book and specifically disclaim any implied warranties of merchantability or fitness for a particular purpose. No warranty may be created or extended by sales representatives or written sales materials. The advice and strategies contained herein may not be suitable for your situation. You should consult with a professional where appropriate. Neither the publisher nor author shall be liable for any loss of profit or any other commercial damages, including but not limited to special, incidental, consequential, or other damages. For general information on our other products and services please contact our Customer Care Department within the U.S. at , outside the U.S. at or fax Wiley also publishes its books in a variety of electronic formats. Some content that appears in print, however, may not be available in electronic format. Library of Congress Cataloging-in-Publication Data: Weisberg, Sanford, 1947 Applied linear regression / Sanford Weisberg. 3rd ed. p. cm. (Wiley series in probability and statistics) Includes bibliographical references and index. ISBN (acid-free paper) 1. Regression analysis. I. Title. II. Series. QA278.2.W dc Printed in the United States of America

5 To Carol, Stephanie and to the memory of my parents

6 Contents Preface xiii 1 Scatterplots and Regression Scatterplots, Mean Functions, Variance Functions, Summary Graph, Tools for Looking at Scatterplots, Size, Transformations, Smoothers for the Mean Function, Scatterplot Matrices, 15 Problems, 17 2 Simple Linear Regression Ordinary Least Squares Estimation, Least Squares Criterion, Estimating σ 2, Properties of Least Squares Estimates, Estimated Variances, Comparing Models: The Analysis of Variance, The F -Test for Regression, Interpreting p-values, Power of Tests, The Coefficient of Determination, R 2, Confidence Intervals and Tests, The Intercept, Slope, 33 vii

7 viii CONTENTS Prediction, Fitted Values, The Residuals, 36 Problems, 38 3 Multiple Regression Adding a Term to a Simple Linear Regression Model, Explaining Variability, Added-Variable Plots, The Multiple Linear Regression Model, Terms and Predictors, Ordinary Least Squares, Data and Matrix Notation, Variance-Covariance Matrix of e, Ordinary Least Squares Estimators, Properties of the Estimates, Simple Regression in Matrix Terms, The Analysis of Variance, The Coefficient of Determination, Hypotheses Concerning One of the Terms, Relationship to the t-statistic, t-tests and Added-Variable Plots, Other Tests of Hypotheses, Sequential Analysis of Variance Tables, Predictions and Fitted Values, 65 Problems, 65 4 Drawing Conclusions Understanding Parameter Estimates, Rate of Change, Signs of Estimates, Interpretation Depends on Other Terms in the Mean Function, Rank Deficient and Over-Parameterized Mean Functions, Tests, Dropping Terms, Logarithms, Experimentation Versus Observation, 77

8 CONTENTS ix 4.3 Sampling from a Normal Population, More on R 2, Simple Linear Regression and R 2, Multiple Linear Regression, Regression through the Origin, Missing Data, Missing at Random, Alternatives, Computationally Intensive Methods, Regression Inference without Normality, Nonlinear Functions of Parameters, Predictors Measured with Error, 90 Problems, 92 5 Weights, Lack of Fit, and More Weighted Least Squares, Applications of Weighted Least Squares, Additional Comments, Testing for Lack of Fit, Variance Known, Testing for Lack of Fit, Variance Unknown, General F Testing, Non-null Distributions, Additional Comments, Joint Confidence Regions, 108 Problems, Polynomials and Factors Polynomial Regression, Polynomials with Several Predictors, Using the Delta Method to Estimate a Minimum or a Maximum, Fractional Polynomials, Factors, No Other Predictors, Adding a Predictor: Comparing Regression Lines, Additional Comments, Many Factors, Partial One-Dimensional Mean Functions, Random Coefficient Models, 134 Problems, 137

9 x CONTENTS 7 Transformations Transformations and Scatterplots, Power Transformations, Transforming Only the Predictor Variable, Transforming the Response Only, The Box and Cox Method, Transformations and Scatterplot Matrices, The 1D Estimation Result and Linearly Related Predictors, Automatic Choice of Transformation of Predictors, Transforming the Response, Transformations of Nonpositive Variables, 160 Problems, Regression Diagnostics: Residuals The Residuals, Difference Between ê and e, The Hat Matrix, Residuals and the Hat Matrix with Weights, The Residuals When the Model Is Correct, The Residuals When the Model Is Not Correct, Fuel Consumption Data, Testing for Curvature, Nonconstant Variance, Variance Stabilizing Transformations, A Diagnostic for Nonconstant Variance, Additional Comments, Graphs for Model Assessment, Checking Mean Functions, Checking Variance Functions, 189 Problems, Outliers and Influence Outliers, An Outlier Test, Weighted Least Squares, Significance Levels for the Outlier Test, Additional Comments, Influence of Cases, Cook s Distance, 198

10 CONTENTS xi Magnitude of D i, Computing D i, Other Measures of Influence, Normality Assumption, 204 Problems, Variable Selection The Active Terms, Collinearity, Collinearity and Variances, Variable Selection, Information Criteria, Computationally Intensive Criteria, Using Subject-Matter Knowledge, Computational Methods, Subset Selection Overstates Significance, Windmills, Six Mean Functions, A Computationally Intensive Approach, 228 Problems, Nonlinear Regression Estimation for Nonlinear Mean Functions, Inference Assuming Large Samples, Bootstrap Inference, References, 248 Problems, Logistic Regression Binomial Regression, Mean Functions for Binomial Regression, Fitting Logistic Regression, One-Predictor Example, Many Terms, Deviance, Goodness-of-Fit Tests, Binomial Random Variables, Maximum Likelihood Estimation, The Log-Likelihood for Logistic Regression, 264

11 xii CONTENTS 12.4 Generalized Linear Models, 265 Problems, 266 Appendix 270 A.1 Web Site, 270 A.2 Means and Variances of Random Variables, 270 A.2.1 E Notation, 270 A.2.2 Var Notation, 271 A.2.3 Cov Notation, 271 A.2.4 Conditional Moments, 272 A.3 Least Squares for Simple Regression, 273 A.4 Means and Variances of Least Squares Estimates, 273 A.5 Estimating E(Y X) Using a Smoother, 275 A.6 A Brief Introduction to Matrices and Vectors, 278 A.6.1 Addition and Subtraction, 279 A.6.2 Multiplication by a Scalar, 280 A.6.3 Matrix Multiplication, 280 A.6.4 Transpose of a Matrix, 281 A.6.5 Inverse of a Matrix, 281 A.6.6 Orthogonality, 282 A.6.7 Linear Dependence and Rank of a Matrix, 283 A.7 Random Vectors, 283 A.8 Least Squares Using Matrices, 284 A.8.1 Properties of Estimates, 285 A.8.2 The Residual Sum of Squares, 285 A.8.3 Estimate of Variance, 286 A.9 The QR Factorization, 286 A.10 Maximum Likelihood Estimates, 287 A.11 The Box-Cox Method for Transformations, 289 A.11.1 Univariate Case, 289 A.11.2 Multivariate Case, 290 A.12 Case Deletion in Linear Regression, 291 References 293 Author Index 301 Subject Index 305

12 Preface Regression analysis answers questions about the dependence of a response variable on one or more predictors, including prediction of future values of a response, discovering which predictors are important, and estimating the impact of changing a predictor or a treatment on the value of the response. At the publication of the second edition of this book about 20 years ago, regression analysis using least squares was essentially the only methodology available to analysts interested in questions like these. Cheap, widely available high-speed computing has changed the rules for examining these questions. Modern competitors include nonparametric regression, neural networks, support vector machines, andtree-based methods, among others. A new field of computer science, called machine learning, adds diversity, and confusion, to the mix. With the availability of software, using a neural network or any of these other methods seems to be just as easy as using linear regression. So, a reasonable question to ask is: Who needs a revised book on linear regression using ordinary least squares when all these other newer and, presumably, better methods exist? This question has several answers. First, most other modern regression modeling methods are really just elaborations or modifications of linear regression modeling. To understand, as opposed to use, neural networks or the support vector machine is nearly impossible without a good understanding of linear regression methodology. Second, linear regression methodology is relatively transparent, as will be seen throughout this book. We can draw graphs that will generally allow us to see relationships between variables and decide whether the models we are using make any sense. Many of the more modern methods are much like a black box in which data are stuffed in at one end and answers pop out at the other, without much hope for the nonexpert to understand what is going on inside the box. Third, if you know how to do something in linear regression, the same methodology with only minor adjustments will usually carry over to other regression-type problems for which least squares is not appropriate. For example, the methodology for comparing response curves for different values of a treatment variable when the response is continuous is studied in Chapter 6 of this book. Analogous methodology can be used when the response is a possibly censored survival time, even though the method of fitting needs to be appropriate for the censored response and not least squares. The methodology of Chapter 6 is useful both in its xiii

13 xiv PREFACE own right when applied to linear regression problems and as a set of core ideas that can be applied in other settings. Probably the most important reason to learn about linear regression and least squares estimation is that even with all the new alternatives most analyses of data continue to be based on this older paradigm. And why is this? The primary reason is that it works: least squares regression provides good, and useful, answers to many problems. Pick up the journals in any area where data are commonly used for prediction or estimation and the dominant method used will be linear regression with least squares estimation. What s New in this Edition Many of the examples and homework data sets from the second edition have been kept, although some have been updated. The fuel consumption data, for example, now uses 2001 values rather than 1974 values. Most of the derivations are the same as in the second edition, although the order of presentation is somewhat different. To keep the length of the book nearly unchanged, methods that failed to gain general usage have been deleted, as have the separate chapters on prediction and missing data. These latter two topics have been integrated into the remaining text. The continuing theme of the second edition was the need for diagnostic methods, in which fitted models are analyzed for deficiencies, through analysis of residuals and influence. This emphasis was unusual when the second edition was published and important quantities like Studentized residuals and Cook s distance were not readily available in the commercial software of the time. Times have changed, and so has the emphasis of this book. This edition stresses graphical methods including looking at data both before and after fitting models. This is reflected immediately in the new Chapter 1, which introduces the key idea of looking at data with scatterplots and the somewhat less universal tool of scatterplot matrices. Most analyses and homework problems start with drawing graphs. We tailor analyses to correspond to what we see in the graphs, and this additional step can make modeling easier and fitted models reflect the data more closely. Remarkably, this also lessens the need for diagnostic methods. The emphasis on graphs leads to several additional methods and procedures that were not included in the second edition. The use of smoothers to help summarize a scatterplot is introduced early, although only a little of the theory of smoothing is presented (in Appendix A.5). Transformations of predictors and the response are stressed, and relatively unfamiliar methods based both on smoothing and on generalization of the Box Cox method are presented in Chapter 7. Another new topic included in the book is computationally intensive methods and simulation. The key example of this is the bootstrap, in Section 4.6, which can be used to make inferences about fitted models in small samples. A somewhat different computationally intensive method is used in an example in Chapter 10, which is a completely rewritten chapter on variable selection. The book concludes with two expanded chapters on nonlinear and logistic regression, both of which are generalizations of the linear regression model. I have

14 PREFACE xv included these chapters to provide instructors and students with enough information for basic usage of these models and to take advantage of the intuition gained about them from an in-depth study of the linear regression model. Each of these can be treated at book-length, and appropriate references are given. Mathematical Level The mathematical level of this book is roughly the same as the level of the second edition. Matrix representation of data is used, particularly in the derivation of the methodology in Chapters 2 4. Derivations are less frequent in later chapters, and so the necessary mathematics is less. Calculus is generally not required, except for an occasional use of a derivative, for the discussion of the delta method, Section 6.1.2, and for a few topics in the Appendix. The discussions requiring calculus can be skipped without much loss. Computing and Computer Packages Like the second edition, only passing mention is made in the book to computer packages. To help the reader make a connection between the text and a computer package for doing the computations, we provide several web companions for Applied Linear Regression that discuss how to use standard statistical packages for linear regression analysis. The packages covered include JMP, SAS, SPSS, R, and S-plus; others may be included after publication of the book. In addition, all the data files discussed in the book are also on the website. The web address for this material is Some readers may prefer to have a book that integrates the text more closely with a computer package, and for this purpose, I can recommend R. D. Cook and S. Weisberg (1999), Applied Regression Including Computing and Graphics, also published by John Wiley. This book includes a very user-friendly, free computer package called Arc that does everything that is described in that book and also nearly everything in Applied Linear Regression. Teaching with this Book The first ten chapters of the book should provide adequate material for a one-quarter course on linear regression. For a semester-length course, the last two chapters can be added. A teacher s manual, primarily giving solutions to all the homework problems, can be obtained from the publisher by instructors. Acknowledgments I am grateful to several people who generously shared their data for inclusion in this book; they are cited where their data appears. Charles Anderson and Don Pereira suggested several of the examples. Keija Shan, Katherine St. Clair, and Gary Oehlert helped with the website and its content. Brian Sell helped with the

15 xvi PREFACE examples and with many administrative chores. Several others helped with earlier editions: Christopher Bingham, Morton Brown, Cathy Campbell, Dennis Cook, Stephen Fienberg, James Frane, Seymour Geisser, John Hartigan, David Hinkley, Alan Izenman, Soren Johansen, Kenneth Koehler, David Lane, Michael Lavine, Kinley Larntz, John Rice, Donald Rubin, Joe Shih, Pete Stewart, Stephen Stigler, Douglas Tiffany, Carol Weisberg, and Howard Weisberg. Sanford Weisberg St. Paul, Minnesota April 13, 2004

Linear Regression Analysis

Linear Regression Analysis Linear Regression Analysis WILEY SERIES IN PROBABILITY AND STATISTICS Established by WALTER A. SHEWHART and SAMUEL S. WILKS Editors: David J. Balding, Peter Bloomfield, Noel A. C. Cressie, Nicholas I.

More information

THIRD EDITION. Contemporary Clinical Psychology THOMAS G. PLANTE

THIRD EDITION. Contemporary Clinical Psychology THOMAS G. PLANTE THIRD EDITION Contemporary Clinical Psychology THOMAS G. PLANTE Contemporary Clinical Psychology CONTEMPORARY CLINICAL PSYCHOLOGY Third Edition Thomas G. Plante Santa Clara University and Stanford University

More information

Applications of Regression Models in Epidemiology

Applications of Regression Models in Epidemiology Applications of Regression Models in Epidemiology Applications of Regression Models in Epidemiology Erick Suárez, Cynthia M. Pérez, Roberto Rivera, and Melissa N. Martínez Copyright 2017 by John Wiley

More information

Group Exercises for Addiction Counseling

Group Exercises for Addiction Counseling Group Exercises for Addiction Counseling Group Exercises for Addiction Counseling Geri Miller John Wiley & Sons, Inc. This book is printed on acid-free paper. Copyright 2012 by John Wiley & Sons, Inc.

More information

ACUTE ISCHEMIC STROKE

ACUTE ISCHEMIC STROKE ACUTE ISCHEMIC STROKE ACUTE ISCHEMIC STROKE An Evidence-based Approach EDITED BY DAVID M. GREER WILEY-LISS A JOHN WILEY & SONS, INC., PUBLICATION Copyright ß 2007 by John Wiley & Sons, Inc. All rights

More information

Living. Bipolar Disorder. Who s Living with. with Someone. CHELSEA LOWE BRUCE M. COHEN, MD, PhD. A Practical Guide for Family, Friends, and Coworkers

Living. Bipolar Disorder. Who s Living with. with Someone. CHELSEA LOWE BRUCE M. COHEN, MD, PhD. A Practical Guide for Family, Friends, and Coworkers Living with Someone Who s Living with Bipolar Disorder A Practical Guide for Family, Friends, and Coworkers CHELSEA LOWE BRUCE M. COHEN, MD, PhD Living with Someone Who s Living with Bipolar Disorder

More information

Statistical Analysis with Missing Data. Second Edition

Statistical Analysis with Missing Data. Second Edition Statistical Analysis with Missing Data Second Edition WILEY SERIES IN PROBABILITY AND STATISTICS Established by WALTER A. SHEWHART and SAMUEL S. WILKS Editors: David J. Balding, Peter Bloomfield, Noel

More information

Understanding. Regression Analysis

Understanding. Regression Analysis Understanding Regression Analysis Understanding Regression Analysis Michael Patrick Allen Washington State University Pullman, Washington Plenum Press New York and London Llbrary of Congress Cataloging-in-Publication

More information

Modern Regression Methods

Modern Regression Methods Modern Regression Methods Second Edition THOMAS P. RYAN Acworth, Georgia WILEY A JOHN WILEY & SONS, INC. PUBLICATION Contents Preface 1. Introduction 1.1 Simple Linear Regression Model, 3 1.2 Uses of Regression

More information

List of Figures. List of Tables. Preface to the Second Edition. Preface to the First Edition

List of Figures. List of Tables. Preface to the Second Edition. Preface to the First Edition List of Figures List of Tables Preface to the Second Edition Preface to the First Edition xv xxv xxix xxxi 1 What Is R? 1 1.1 Introduction to R................................ 1 1.2 Downloading and Installing

More information

isc ove ring i Statistics sing SPSS

isc ove ring i Statistics sing SPSS isc ove ring i Statistics sing SPSS S E C O N D! E D I T I O N (and sex, drugs and rock V roll) A N D Y F I E L D Publications London o Thousand Oaks New Delhi CONTENTS Preface How To Use This Book Acknowledgements

More information

Arthur E. Jongsma, Jr., Series Editor. Couples Therapy. Assignments may be quickly customized using the enclosed CD-ROM

Arthur E. Jongsma, Jr., Series Editor. Couples Therapy. Assignments may be quickly customized using the enclosed CD-ROM PracticePlanners Arthur E. Jongsma, Jr., Series Editor SECOND EDITION Couples Therapy HOMEWORK PLANNER Contains 71 ready-to-copy homework assignments that can be used to facilitate therapy with couples

More information

HERBAL SUPPLEMENTS ffirs.indd i ffirs.indd i 10/13/ :11:22 AM 10/13/ :11:22 AM

HERBAL SUPPLEMENTS ffirs.indd i ffirs.indd i 10/13/ :11:22 AM 10/13/ :11:22 AM HERBAL SUPPLEMENTS Efficacy, Toxicity, Interactions with Western Drugs, and Effects on Clinical Laboratory Tests Edited by AMITAVA DASGUPTA CATHERINE A. HAMMETT-STABLER A JOHN WILEY & SONS, INC., PUBLICATION

More information

PRINCIPLES OF PSYCHOTHERAPY

PRINCIPLES OF PSYCHOTHERAPY THIRD EDITION PRINCIPLES OF PSYCHOTHERAPY Promoting Evidence-Based Psychodynamic Practice Irving B. Weiner Robert F. Bornstein Principles of Psychotherapy Principles of Psychotherapy Promoting Evidence-Based

More information

From Biostatistics Using JMP: A Practical Guide. Full book available for purchase here. Chapter 1: Introduction... 1

From Biostatistics Using JMP: A Practical Guide. Full book available for purchase here. Chapter 1: Introduction... 1 From Biostatistics Using JMP: A Practical Guide. Full book available for purchase here. Contents Dedication... iii Acknowledgments... xi About This Book... xiii About the Author... xvii Chapter 1: Introduction...

More information

The Statistical Analysis of Failure Time Data

The Statistical Analysis of Failure Time Data The Statistical Analysis of Failure Time Data Second Edition JOHN D. KALBFLEISCH ROSS L. PRENTICE iwiley- 'INTERSCIENCE A JOHN WILEY & SONS, INC., PUBLICATION Contents Preface xi 1. Introduction 1 1.1

More information

Data Analysis Using Regression and Multilevel/Hierarchical Models

Data Analysis Using Regression and Multilevel/Hierarchical Models Data Analysis Using Regression and Multilevel/Hierarchical Models ANDREW GELMAN Columbia University JENNIFER HILL Columbia University CAMBRIDGE UNIVERSITY PRESS Contents List of examples V a 9 e xv " Preface

More information

Biostatistics II

Biostatistics II Biostatistics II 514-5509 Course Description: Modern multivariable statistical analysis based on the concept of generalized linear models. Includes linear, logistic, and Poisson regression, survival analysis,

More information

Psychosocial Treatment of Schizophrenia

Psychosocial Treatment of Schizophrenia Psychosocial Treatment of Schizophrenia Clinician s Guide to Evidence-Based Practice Series Treatment of Traumatized Adults and Children Allen Rubin and David W. Springer, Editors Substance Abuse Treatment

More information

Statistics for Biology and Health

Statistics for Biology and Health Statistics for Biology and Health Series Editors Mitchell Gail Jonathan M. Samet Anastasios Tsiatis Wing Wong More information about this series at http://www.springer.com/series/2848 Daniel Zelterman

More information

BIOMECHANICS AND MOTOR CONTROL OF HUMAN MOVEMENT

BIOMECHANICS AND MOTOR CONTROL OF HUMAN MOVEMENT BIOMECHANICS AND MOTOR CONTROL OF HUMAN MOVEMENT Fourth Edition DAVID A. WINTER University of Waterloo, Waterloo, Ontario, Canada JOHN WILEY & SONS, INC. Biomechanics and Motor Control of Human Movement,

More information

Introductory Statistical Inference with the Likelihood Function

Introductory Statistical Inference with the Likelihood Function Introductory Statistical Inference with the Likelihood Function Charles A. Rohde Introductory Statistical Inference with the Likelihood Function 123 Charles A. Rohde Bloomberg School of Health Johns Hopkins

More information

Multicultural Health

Multicultural Health Multicultural Health Fundamentals of Epidemiology and Biostatistics: Combining the Basics Lois Ray A. M. Ritter, Merrill, EdD, PhD, MS, MPH, MA MS Assistant Professor, Nursing Brigham and Young Health

More information

INTRODUC TION TO BAYESIAN STATISTICS W ILLI A M M. BOLSTA D JA MES M. CUR R A N

INTRODUC TION TO BAYESIAN STATISTICS W ILLI A M M. BOLSTA D JA MES M. CUR R A N INTRODUC TION TO BAYESIAN STATISTICS T H I R D E DI T IO N W ILLI A M M. BOLSTA D JA MES M. CUR R A N INTRODUCTION TO BAYESIAN STATISTICS INTRODUCTION TO BAYESIAN STATISTICS Third Edition WILLIAM M.

More information

Revised Edition HELPING WOMEN RECOVER. A Woman s Journal. A Program for Treating Addiction. Stephanie S. Covington

Revised Edition HELPING WOMEN RECOVER. A Woman s Journal. A Program for Treating Addiction. Stephanie S. Covington Revised Edition HELPING WOMEN RECOVER A Woman s Journal A Program for Treating Addiction Stephanie S. Covington A Woman s Journal Previous Books by Stephanie S. Covington Leaving the Enchanted Forest:

More information

Bayes Linear Statistics. Theory and Methods

Bayes Linear Statistics. Theory and Methods Bayes Linear Statistics Theory and Methods Michael Goldstein and David Wooff Durham University, UK BICENTENNI AL BICENTENNIAL Contents r Preface xvii 1 The Bayes linear approach 1 1.1 Combining beliefs

More information

Applied Medical. Statistics Using SAS. Geoff Der. Brian S. Everitt. CRC Press. Taylor Si Francis Croup. Taylor & Francis Croup, an informa business

Applied Medical. Statistics Using SAS. Geoff Der. Brian S. Everitt. CRC Press. Taylor Si Francis Croup. Taylor & Francis Croup, an informa business Applied Medical Statistics Using SAS Geoff Der Brian S. Everitt CRC Press Taylor Si Francis Croup Boca Raton London New York CRC Press is an imprint of the Taylor & Francis Croup, an informa business A

More information

Copyright 2017 by Rochelle Barlow, ASLDoneRight, ASL Rochelle. All rights reserved.

Copyright 2017 by Rochelle Barlow, ASLDoneRight, ASL Rochelle. All rights reserved. Copyright 2017 by Rochelle Barlow, ASLDoneRight, ASL Rochelle. All rights reserved. You are welcome to print a copy of this document for your personal use. Other than that, no part of this publication

More information

Statistical Analysis in Forensic Science

Statistical Analysis in Forensic Science Statistical Analysis in Forensic Science Statistical Analysis in Forensic Science Evidential Value of Multivariate Physicochemical Data Grzegorz Zadora Institute of Forensic Research, Kraków, Poland Agnieszka

More information

Data Analysis with SPSS

Data Analysis with SPSS Data Analysis with SPSS A First Course in Applied Statistics Fourth Edition Stephen Sweet Ithaca College Karen Grace-Martin The Analysis Factor Allyn & Bacon Boston Columbus Indianapolis New York San Francisco

More information

1.4 - Linear Regression and MS Excel

1.4 - Linear Regression and MS Excel 1.4 - Linear Regression and MS Excel Regression is an analytic technique for determining the relationship between a dependent variable and an independent variable. When the two variables have a linear

More information

PRACTICAL STATISTICS FOR MEDICAL RESEARCH

PRACTICAL STATISTICS FOR MEDICAL RESEARCH PRACTICAL STATISTICS FOR MEDICAL RESEARCH Douglas G. Altman Head of Medical Statistical Laboratory Imperial Cancer Research Fund London CHAPMAN & HALL/CRC Boca Raton London New York Washington, D.C. Contents

More information

10. LINEAR REGRESSION AND CORRELATION

10. LINEAR REGRESSION AND CORRELATION 1 10. LINEAR REGRESSION AND CORRELATION The contingency table describes an association between two nominal (categorical) variables (e.g., use of supplemental oxygen and mountaineer survival ). We have

More information

CLASSICAL AND. MODERN REGRESSION WITH APPLICATIONS

CLASSICAL AND. MODERN REGRESSION WITH APPLICATIONS - CLASSICAL AND. MODERN REGRESSION WITH APPLICATIONS SECOND EDITION Raymond H. Myers Virginia Polytechnic Institute and State university 1 ~l~~l~l~~~~~~~l!~ ~~~~~l~/ll~~ Donated by Duxbury o Thomson Learning,,

More information

Sample Size Tables for Clinical Studies

Sample Size Tables for Clinical Studies Sample Size Tables for Clinical Studies Sample Size Tables for Clinical Studies, 3rd edition. D. M., M. J. Campbell, S. B. Tan, and S. H. Tan 2009 D. Machin, M.J. Campbell, S.B. Tan, S.H. Tan. ISBN: 978-1-4051-4650-0

More information

For general queries, contact

For general queries, contact Much of the work in Bayesian econometrics has focused on showing the value of Bayesian methods for parametric models (see, for example, Geweke (2005), Koop (2003), Li and Tobias (2011), and Rossi, Allenby,

More information

Computer Age Statistical Inference. Algorithms, Evidence, and Data Science. BRADLEY EFRON Stanford University, California

Computer Age Statistical Inference. Algorithms, Evidence, and Data Science. BRADLEY EFRON Stanford University, California Computer Age Statistical Inference Algorithms, Evidence, and Data Science BRADLEY EFRON Stanford University, California TREVOR HASTIE Stanford University, California ggf CAMBRIDGE UNIVERSITY PRESS Preface

More information

Handbook of EMDR and Family Therapy Processes

Handbook of EMDR and Family Therapy Processes Handbook of EMDR and Family Therapy Processes Edited by Francine Shapiro Florence W. Kaslow Louise Maxfield John Wiley & Sons, Inc. Handbook of EMDR and Family Therapy Processes Handbook of EMDR and

More information

Statistical Tolerance Regions: Theory, Applications and Computation

Statistical Tolerance Regions: Theory, Applications and Computation Statistical Tolerance Regions: Theory, Applications and Computation K. KRISHNAMOORTHY University of Louisiana at Lafayette THOMAS MATHEW University of Maryland Baltimore County Contents List of Tables

More information

M15_BERE8380_12_SE_C15.6.qxd 2/21/11 8:21 PM Page Influence Analysis 1

M15_BERE8380_12_SE_C15.6.qxd 2/21/11 8:21 PM Page Influence Analysis 1 M15_BERE8380_12_SE_C15.6.qxd 2/21/11 8:21 PM Page 1 15.6 Influence Analysis FIGURE 15.16 Minitab worksheet containing computed values for the Studentized deleted residuals, the hat matrix elements, and

More information

An Introduction to Modern Econometrics Using Stata

An Introduction to Modern Econometrics Using Stata An Introduction to Modern Econometrics Using Stata CHRISTOPHER F. BAUM Department of Economics Boston College A Stata Press Publication StataCorp LP College Station, Texas Contents Illustrations Preface

More information

Handbook of HIV. and. Social Work. Principles, Practice, and Populations. Edited by. Cynthia Cannon Poindexter

Handbook of HIV. and. Social Work. Principles, Practice, and Populations. Edited by. Cynthia Cannon Poindexter Handbook of HIV and Social Work Principles, Practice, and Populations Edited by Cynthia Cannon Poindexter HANDBOOK OF HIV AND SOCIAL WORK HANDBOOK OF HIV AND SOCIAL WORK Principles, Practice, and Populations

More information

Small Animal Bandaging, Casting, and Splinting Techniques

Small Animal Bandaging, Casting, and Splinting Techniques Small Animal Bandaging, Casting, and Splinting Techniques Small Animal Bandaging, Casting, and Splinting Techniques Steven F. Swaim, DVM, MS Professor Emeritus Scott-Ritchey Research Center and Dept.

More information

Regression CHAPTER SIXTEEN NOTE TO INSTRUCTORS OUTLINE OF RESOURCES

Regression CHAPTER SIXTEEN NOTE TO INSTRUCTORS OUTLINE OF RESOURCES CHAPTER SIXTEEN Regression NOTE TO INSTRUCTORS This chapter includes a number of complex concepts that may seem intimidating to students. Encourage students to focus on the big picture through some of

More information

Maximum Likelihood Estimation and Inference. With Examples in R, SAS and ADMB. Russell B. Millar STATISTICS IN PRACTICE

Maximum Likelihood Estimation and Inference. With Examples in R, SAS and ADMB. Russell B. Millar STATISTICS IN PRACTICE Maximum Likelihood Estimation and Inference With Examples in R, SAS and ADMB Russell B. Millar STATISTICS IN PRACTICE Maximum Likelihood Estimation and Inference Statistics in Practice Series Advisors

More information

The SAGE Encyclopedia of Educational Research, Measurement, and Evaluation Multivariate Analysis of Variance

The SAGE Encyclopedia of Educational Research, Measurement, and Evaluation Multivariate Analysis of Variance The SAGE Encyclopedia of Educational Research, Measurement, Multivariate Analysis of Variance Contributors: David W. Stockburger Edited by: Bruce B. Frey Book Title: Chapter Title: "Multivariate Analysis

More information

IAPT: Regression. Regression analyses

IAPT: Regression. Regression analyses Regression analyses IAPT: Regression Regression is the rather strange name given to a set of methods for predicting one variable from another. The data shown in Table 1 and come from a student project

More information

Unit 1 Exploring and Understanding Data

Unit 1 Exploring and Understanding Data Unit 1 Exploring and Understanding Data Area Principle Bar Chart Boxplot Conditional Distribution Dotplot Empirical Rule Five Number Summary Frequency Distribution Frequency Polygon Histogram Interquartile

More information

Rewire Your Brain THINK YOUR WAY TO A BETTER LIFE. John B. Arden, Ph.D.

Rewire Your Brain THINK YOUR WAY TO A BETTER LIFE. John B. Arden, Ph.D. Rewire Your Brain THINK YOUR WAY TO A BETTER LIFE John B. Arden, Ph.D. Rewire Your Brain Rewire Your Brain Think Your Way to a Better Life John B. Arden, Ph. D. John Wiley & Sons, Inc. Copyright 2010

More information

MEA DISCUSSION PAPERS

MEA DISCUSSION PAPERS Inference Problems under a Special Form of Heteroskedasticity Helmut Farbmacher, Heinrich Kögel 03-2015 MEA DISCUSSION PAPERS mea Amalienstr. 33_D-80799 Munich_Phone+49 89 38602-355_Fax +49 89 38602-390_www.mea.mpisoc.mpg.de

More information

Multiple Regression. James H. Steiger. Department of Psychology and Human Development Vanderbilt University

Multiple Regression. James H. Steiger. Department of Psychology and Human Development Vanderbilt University Multiple Regression James H. Steiger Department of Psychology and Human Development Vanderbilt University James H. Steiger (Vanderbilt University) Multiple Regression 1 / 19 Multiple Regression 1 The Multiple

More information

fifth edition Assessment in Counseling A Guide to the Use of Psychological Assessment Procedures Danica G. Hays

fifth edition Assessment in Counseling A Guide to the Use of Psychological Assessment Procedures Danica G. Hays fifth edition Assessment in Counseling A Guide to the Use of Psychological Assessment Procedures Danica G. Hays Assessment in Counseling A Guide to the Use of Psychological Assessment Procedures Danica

More information

MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES OBJECTIVES

MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES OBJECTIVES 24 MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES In the previous chapter, simple linear regression was used when you have one independent variable and one dependent variable. This chapter

More information

bivariate analysis: The statistical analysis of the relationship between two variables.

bivariate analysis: The statistical analysis of the relationship between two variables. bivariate analysis: The statistical analysis of the relationship between two variables. cell frequency: The number of cases in a cell of a cross-tabulation (contingency table). chi-square (χ 2 ) test for

More information

Preliminary Report on Simple Statistical Tests (t-tests and bivariate correlations)

Preliminary Report on Simple Statistical Tests (t-tests and bivariate correlations) Preliminary Report on Simple Statistical Tests (t-tests and bivariate correlations) After receiving my comments on the preliminary reports of your datasets, the next step for the groups is to complete

More information

Understandable Statistics

Understandable Statistics Understandable Statistics correlated to the Advanced Placement Program Course Description for Statistics Prepared for Alabama CC2 6/2003 2003 Understandable Statistics 2003 correlated to the Advanced Placement

More information

Statistical Methods and Reasoning for the Clinical Sciences

Statistical Methods and Reasoning for the Clinical Sciences Statistical Methods and Reasoning for the Clinical Sciences Evidence-Based Practice Eiki B. Satake, PhD Contents Preface Introduction to Evidence-Based Statistics: Philosophical Foundation and Preliminaries

More information

LAB ASSIGNMENT 4 INFERENCES FOR NUMERICAL DATA. Comparison of Cancer Survival*

LAB ASSIGNMENT 4 INFERENCES FOR NUMERICAL DATA. Comparison of Cancer Survival* LAB ASSIGNMENT 4 1 INFERENCES FOR NUMERICAL DATA In this lab assignment, you will analyze the data from a study to compare survival times of patients of both genders with different primary cancers. First,

More information

Unbalanced Analysis of Variance, Design, and Regression: Applied Statistical Methods

Unbalanced Analysis of Variance, Design, and Regression: Applied Statistical Methods Unbalanced Analysis of Variance, Design, and Regression: Applied Statistical Methods Ronald Christensen Department of Mathematics and Statistics University of New Mexico To Mark, Karl, and John It was

More information

11/18/2013. Correlational Research. Correlational Designs. Why Use a Correlational Design? CORRELATIONAL RESEARCH STUDIES

11/18/2013. Correlational Research. Correlational Designs. Why Use a Correlational Design? CORRELATIONAL RESEARCH STUDIES Correlational Research Correlational Designs Correlational research is used to describe the relationship between two or more naturally occurring variables. Is age related to political conservativism? Are

More information

Bangor University Laboratory Exercise 1, June 2008

Bangor University Laboratory Exercise 1, June 2008 Laboratory Exercise, June 2008 Classroom Exercise A forest land owner measures the outside bark diameters at.30 m above ground (called diameter at breast height or dbh) and total tree height from ground

More information

Chapter 4. Navigating. Analysis. Data. through. Exploring Bivariate Data. Navigations Series. Grades 6 8. Important Mathematical Ideas.

Chapter 4. Navigating. Analysis. Data. through. Exploring Bivariate Data. Navigations Series. Grades 6 8. Important Mathematical Ideas. Navigations Series Navigating through Analysis Data Grades 6 8 Chapter 4 Exploring Bivariate Data Important Mathematical Ideas Copyright 2009 by the National Council of Teachers of Mathematics, Inc. www.nctm.org.

More information

EMOTIONAL INTELLIGENCE INTELLIGENCE GILL HASSON LITTLE EXERCISES FOR AN INTUITIVE LIFE

EMOTIONAL INTELLIGENCE INTELLIGENCE GILL HASSON LITTLE EXERCISES FOR AN INTUITIVE LIFE EMOTIONAL INTELLIGENCE INTELLIGENCE LITTLE EXERCISES FOR AN INTUITIVE LIFE GILL HASSON Bestselling author of Emotional Intelligence and Mindfulness Pocketbook Emotional Intelligence Pocketbook Emotional

More information

Ecological Statistics

Ecological Statistics A Primer of Ecological Statistics Second Edition Nicholas J. Gotelli University of Vermont Aaron M. Ellison Harvard Forest Sinauer Associates, Inc. Publishers Sunderland, Massachusetts U.S.A. Brief Contents

More information

CRITERIA FOR USE. A GRAPHICAL EXPLANATION OF BI-VARIATE (2 VARIABLE) REGRESSION ANALYSISSys

CRITERIA FOR USE. A GRAPHICAL EXPLANATION OF BI-VARIATE (2 VARIABLE) REGRESSION ANALYSISSys Multiple Regression Analysis 1 CRITERIA FOR USE Multiple regression analysis is used to test the effects of n independent (predictor) variables on a single dependent (criterion) variable. Regression tests

More information

Social. Research SECOND EDITION

Social. Research SECOND EDITION Social Research SECOND EDITION Social Research SECOND EDITION Soti rios Sarantakos Charles Sturt University, Australia Sotirios Sarantakos 1993, 1998 All rights reserved. No reproduction, copy or transmission

More information

Macro Calculation Worksheet

Macro Calculation Worksheet Macro Calculation Worksheet Step 1: Determine Base Calories Activity Multiplier Choose 10, 11 or 12 if: You have a sedentary life You work a desk job You work out 2-3x a week You re over 35 Choose 13 or

More information

Essentials. of Stanford-Binet Intelligence Scales (SB5) Assessment. Gale H. Roid and R. Andrew Barram. John Wiley & Sons, Inc.

Essentials. of Stanford-Binet Intelligence Scales (SB5) Assessment. Gale H. Roid and R. Andrew Barram. John Wiley & Sons, Inc. Essentials of Stanford-Binet Intelligence Scales (SB5) Assessment Gale H. Roid and R. Andrew Barram John Wiley & Sons, Inc. Essentials of Stanford-Binet Intelligence Scales (SB5) Assessment Essentials

More information

From Bivariate Through Multivariate Techniques

From Bivariate Through Multivariate Techniques A p p l i e d S T A T I S T I C S From Bivariate Through Multivariate Techniques R e b e c c a M. W a r n e r University of New Hampshire DAI HOC THAI NGUYEN TRUNG TAM HOC LIEU *)SAGE Publications '55'

More information

Applications. DSC 410/510 Multivariate Statistical Methods. Discriminating Two Groups. What is Discriminant Analysis

Applications. DSC 410/510 Multivariate Statistical Methods. Discriminating Two Groups. What is Discriminant Analysis DSC 4/5 Multivariate Statistical Methods Applications DSC 4/5 Multivariate Statistical Methods Discriminant Analysis Identify the group to which an object or case (e.g. person, firm, product) belongs:

More information

This is a free sample of content from Basic Stereology. Click here for more information or to buy the book.

This is a free sample of content from Basic Stereology. Click here for more information or to buy the book. BASIC STEREOLOGY FOR BIOLOGISTS AND NEUROSCIENTISTS ALSO FROM COLD SPRING HARBOR LABORATORY PRESS RELATED LABORATORY MANUALS Basic Methods in Microscopy Imaging: A Laboratory Manual Imaging in Developmental

More information

Chapter 1: Explaining Behavior

Chapter 1: Explaining Behavior Chapter 1: Explaining Behavior GOAL OF SCIENCE is to generate explanations for various puzzling natural phenomenon. - Generate general laws of behavior (psychology) RESEARCH: principle method for acquiring

More information

Doctors Fees in Ireland Following the Change in Reimbursement: Did They Jump?

Doctors Fees in Ireland Following the Change in Reimbursement: Did They Jump? The Economic and Social Review, Vol. 38, No. 2, Summer/Autumn, 2007, pp. 259 274 Doctors Fees in Ireland Following the Change in Reimbursement: Did They Jump? DAVID MADDEN University College Dublin Abstract:

More information

Convolutional Coding: Fundamentals and Applications. L. H. Charles Lee. Artech House Boston London

Convolutional Coding: Fundamentals and Applications. L. H. Charles Lee. Artech House Boston London Convolutional Coding: Fundamentals and Applications L. H. Charles Lee Artech House Boston London Contents Preface xi Chapter 1 Introduction of Coded Digital Communication Systems 1 1.1 Introduction 1 1.2

More information

A SAS Macro for Adaptive Regression Modeling

A SAS Macro for Adaptive Regression Modeling A SAS Macro for Adaptive Regression Modeling George J. Knafl, PhD Professor University of North Carolina at Chapel Hill School of Nursing Supported in part by NIH Grants R01 AI57043 and R03 MH086132 Overview

More information

AGE-RELATED DIFFERENCES IN VERBAL, VISUAL. AND SPATIAL MEMORY: The Same or Different?

AGE-RELATED DIFFERENCES IN VERBAL, VISUAL. AND SPATIAL MEMORY: The Same or Different? i AGE-RELATED DIFFERENCES IN VERBAL, VISUAL AND SPATIAL MEMORY: The Same or Different? Thesis submitted by Rhonda M Shaw (B.Psych [Hons]) February 1 2007 For the Degree of Doctor of Philosophy School of

More information

MEASURES OF ASSOCIATION AND REGRESSION

MEASURES OF ASSOCIATION AND REGRESSION DEPARTMENT OF POLITICAL SCIENCE AND INTERNATIONAL RELATIONS Posc/Uapp 816 MEASURES OF ASSOCIATION AND REGRESSION I. AGENDA: A. Measures of association B. Two variable regression C. Reading: 1. Start Agresti

More information

CHAPTER VI RESEARCH METHODOLOGY

CHAPTER VI RESEARCH METHODOLOGY CHAPTER VI RESEARCH METHODOLOGY 6.1 Research Design Research is an organized, systematic, data based, critical, objective, scientific inquiry or investigation into a specific problem, undertaken with the

More information

Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 5 Residuals and multiple regression Introduction

Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 5 Residuals and multiple regression Introduction Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 5 Residuals and multiple regression Introduction In this exercise, we will gain experience assessing scatterplots in regression and

More information

BIOL 458 BIOMETRY Lab 7 Multi-Factor ANOVA

BIOL 458 BIOMETRY Lab 7 Multi-Factor ANOVA BIOL 458 BIOMETRY Lab 7 Multi-Factor ANOVA PART 1: Introduction to Factorial ANOVA ingle factor or One - Way Analysis of Variance can be used to test the null hypothesis that k or more treatment or group

More information

Regression Analysis II

Regression Analysis II Regression Analysis II Lee D. Walker University of South Carolina e-mail: walker23@gwm.sc.edu COURSE OVERVIEW This course focuses on the theory, practice, and application of linear regression. As Agresti

More information

6. Unusual and Influential Data

6. Unusual and Influential Data Sociology 740 John ox Lecture Notes 6. Unusual and Influential Data Copyright 2014 by John ox Unusual and Influential Data 1 1. Introduction I Linear statistical models make strong assumptions about the

More information

NO MORE KIDNEY STONES

NO MORE KIDNEY STONES NO MORE KIDNEY STONES The Experts Tell You All You Need to Know about Prevention and Treatment REVISED AND EXPANDED EDITION John S. Rodman, M.D., R. Ernest Sosa, M.D., and Cynthia Seidman, M.S., R.D.,

More information

BIOSTATISTICAL METHODS AND RESEARCH DESIGNS. Xihong Lin Department of Biostatistics, University of Michigan, Ann Arbor, MI, USA

BIOSTATISTICAL METHODS AND RESEARCH DESIGNS. Xihong Lin Department of Biostatistics, University of Michigan, Ann Arbor, MI, USA BIOSTATISTICAL METHODS AND RESEARCH DESIGNS Xihong Lin Department of Biostatistics, University of Michigan, Ann Arbor, MI, USA Keywords: Case-control study, Cohort study, Cross-Sectional Study, Generalized

More information

A Handbook of Statistical Analyses using SAS

A Handbook of Statistical Analyses using SAS A Handbook of Statistical Analyses using SAS SECOND EDITION Geoff Der Statistician MRC Social and Public Health Sciences Unit University of Glasgow Glasgow, Scotland and Brian S. Everitt Professor of Statistics

More information

Business Statistics Probability

Business Statistics Probability Business Statistics The following was provided by Dr. Suzanne Delaney, and is a comprehensive review of Business Statistics. The workshop instructor will provide relevant examples during the Skills Assessment

More information

Chapter 11: Advanced Remedial Measures. Weighted Least Squares (WLS)

Chapter 11: Advanced Remedial Measures. Weighted Least Squares (WLS) Chapter : Advanced Remedial Measures Weighted Least Squares (WLS) When the error variance appears nonconstant, a transformation (of Y and/or X) is a quick remedy. But it may not solve the problem, or it

More information

Modeling Psychophysical Data in R

Modeling Psychophysical Data in R Kenneth Knoblauch, Laurence T. Maloney Modeling Psychophysical Data in R Monograph April 12, 2012 Springer Preface This book is about modeling psychophysical data with modern statistical methods using

More information

HEALTH BEHAVIOR HEALTH EDUCATION

HEALTH BEHAVIOR HEALTH EDUCATION HEALTH BEHAVIOR AND HEALTH EDUCATION Theory, Research, and Practice 4TH EDITION KAREN GLANZ BARBARA K. RIMER K. VISWANATH Editors Foreword by C. Tracy Orleans HEALTH BEHAVIOR AND HEALTH EDUCATION HEALTH

More information

Measurement Error in Nonlinear Models

Measurement Error in Nonlinear Models Measurement Error in Nonlinear Models R.J. CARROLL Professor of Statistics Texas A&M University, USA D. RUPPERT Professor of Operations Research and Industrial Engineering Cornell University, USA and L.A.

More information

An Introduction to Biomedical Science in Professional and Clinical Practice

An Introduction to Biomedical Science in Professional and Clinical Practice An Introduction to Biomedical Science in Professional and Clinical Practice by Sarah J. Pitt University of Brighton and Brighton and Sussex University Hospitals NHS Trust, Brighton, UK and James M. Cunningham

More information

Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and

Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and private study only. The thesis may not be reproduced elsewhere

More information

Lecture Outline. Biost 517 Applied Biostatistics I. Purpose of Descriptive Statistics. Purpose of Descriptive Statistics

Lecture Outline. Biost 517 Applied Biostatistics I. Purpose of Descriptive Statistics. Purpose of Descriptive Statistics Biost 517 Applied Biostatistics I Scott S. Emerson, M.D., Ph.D. Professor of Biostatistics University of Washington Lecture 3: Overview of Descriptive Statistics October 3, 2005 Lecture Outline Purpose

More information

Correlation and Regression

Correlation and Regression Dublin Institute of Technology ARROW@DIT Books/Book Chapters School of Management 2012-10 Correlation and Regression Donal O'Brien Dublin Institute of Technology, donal.obrien@dit.ie Pamela Sharkey Scott

More information

Contents. Part 1 Introduction. Part 2 Cross-Sectional Selection Bias Adjustment

Contents. Part 1 Introduction. Part 2 Cross-Sectional Selection Bias Adjustment From Analysis of Observational Health Care Data Using SAS. Full book available for purchase here. Contents Preface ix Part 1 Introduction Chapter 1 Introduction to Observational Studies... 3 1.1 Observational

More information

Advances in. Clinical Child. Psychology. Volume 16

Advances in. Clinical Child. Psychology. Volume 16 Advances in Clinical Child Psychology Volume 16 ADVANCES IN CLINICAL CHILD PSYCHOLOGY Advisory Editors ELAINE BLECHMAN, University of Colorado-Boulder SUSAN B. CAMPBELL, University of Pittsburgh JUDITH

More information

Fundamentals of Biomechanics

Fundamentals of Biomechanics Fundamentals of Biomechanics Fundamentals of Biomechanics Duane Knudson California State University at Chico Chico, California Springer Science+Business Media, LLC Library of Congress Cataloging-in-Publication

More information

Section 3.2 Least-Squares Regression

Section 3.2 Least-Squares Regression Section 3.2 Least-Squares Regression Linear relationships between two quantitative variables are pretty common and easy to understand. Correlation measures the direction and strength of these relationships.

More information

CLINICAL BIOSTATISTICS

CLINICAL BIOSTATISTICS 09/06/17 1 Overview and Descriptive Statistics a. Application of statistics in biomedical research b. Type of data c. Graphic representation of data d. Summary statistics: central tendency and dispersion

More information

STATISTICS & PROBABILITY

STATISTICS & PROBABILITY STATISTICS & PROBABILITY LAWRENCE HIGH SCHOOL STATISTICS & PROBABILITY CURRICULUM MAP 2015-2016 Quarter 1 Unit 1 Collecting Data and Drawing Conclusions Unit 2 Summarizing Data Quarter 2 Unit 3 Randomness

More information