Applied Regression Modeling

Size: px
Start display at page:

Download "Applied Regression Modeling"

Transcription

1

2

3 Applied Regression Modeling

4

5 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

6 Copyright O 2006 by John Wiley & Sons, Inc. Allrightsreserved. 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, Denvers, MA 01923, (978) , fax (978) , or on the web at Requests to the Publisher for pennission should be addressed to the Permissions Department, John Wiley & Sons, Inc., Ill River Street, Hoboken, NJ 07030, (201) , fax (201) , or online at Limit of Liability/Disclaimer of Warranty: While the publisher and author have used their best efforts in preparing this book, they make no tepiesentalions or warranties with respect to the accuracy or completeness of the contents of this book and specifically disclaim any implied warranties of merchantability orfitnessfor 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 or for technical support, please contact our Customer Care Department within the United States at (800) , outside the United States at (317) or fax (317) Wiley also publishes its books in a variety of electronic formats. Some content that appears in print may not be available in electronic format For information about Wiley products, visit our web site at Library of Congress CaUdoging-in-Publication Datei Pardoe, Iain Applied regression modeling: a business approach / Iain Pardoe. p. cm. Includes bibliographical references and index. ISBN 13:978-0^ (alk. paper) ISBN 10: (alk. paper) 1. Regression analysis. 2. Statistics. I. Title. QA278.2.P *36 dc

7 To Tanya, Bethany, and Sierra

8

9 CONTENTS Preface Acknowledgments xiii xv Introduction xvii 1.1 Statistics in business xvii 1.2 Learning statistics xix 1 Foundations Identifying and summarizing data Population distributions Selecting individuals at random probability Random sampling Central limit theorem normal version Student's t-distribution Central limit theorem t version Interval estimation Hypothesis testing The rejection region method The p-value method Hypothesis test errors Random errors and prediction 23 vii

10 Vlll CONTENTS 1.8 Chapter summary 26 Problems 27 2 Simple linear regression Probability model for X and Y Least squares criterion Model evaluation Regression standard error Coefficient of determination R Slope parameter Model assumptions Checking the model assumptions Model interpretation Estimation and prediction Confidence interval for the population mean, E(K) Prediction interval for an individual K-value Chapter summary Review example 66 Problems 70 3 Multiple linear regression Probability model for (X\,X 2,...) and Y Least squares criterion Model evaluation Regression standard error Coefficient of determination R Regression parameters global usefulness test Regression parameters nested model test Regression parameters individual tests Model assumptions Checking the model assumptions Model interpretation Estimation and prediction Confidence interval for the population mean, E(Y) Prediction interval for an individual K-value Chapter summary 114 Problems Regression model building I Transformations Natural logarithm transformation for predictors 122

11 CONTENTS IX Polynomial transformation for predictors Reciprocal transformation for predictors Natural logarithm transformation for the response Transformations for the response and predictors Interactions Qualitative predictors Qualitative predictors with two levels Qualitative predictors with three or more levels Chapter summary 158 Problems Regression model building II Influential points Outliers Leverage Cook's distance Regression pitfalls Autocorrelation Multicollinearity Excluding important predictor variables Overfitting Extrapolation Missing Data Model building guidelines Model interpretation using graphics Chapter summary 194 Problems Case studies Home prices Data description Exploratory data analysis Regression model building Results and conclusions Further questions Vehicle fuel efficiency Data description Exploratory data analysis Regression model building Results and conclusions Further questions 219

12 X CONTENTS 7 Extensions Generalized linear models Logistic regression Poisson regression Discrete choice models Multilevel models Bayesian modeling Frequentist inference Bayesian inference 235 Appendix A: Computer software help 237 A.l SPSS 238 A. 1.1 Getting started and summarizing univariate data 238 A. 1.2 Simple linear regression 241 A. 1.3 Multiple linear regression 243 A.2 Minitab 245 A.2.1 Getting started and summarizing univariate data 245 A.2.2 Simple linear regression 248 A.2.3 Multiple linear regression 249 A.3 SAS 251 A.3.1 Getting started and summarizing univariate data 252 A.3.2 Simple linear regression 254 A.3.3 Multiple linear regression 255 A.4 R and S-PLUS 257 A.4.1 Getting started and summarizing univariate data 258 A.4.2 Simple linear regression 260 A.4.3 Multiple linear regression 261 A.5 Excel 263 A.5.1 Getting started and summarizing univariate data 263 A.5.2 Simple linear regression 265 A.5.3 Multiple linear regression 265 Problems 267 Appendix B: Critical values for t-dlstributions 269 Appendix C: Notation and formulas 273 C.l Univariate data 273 C.2 Simple linear regression 274 C.3 Multiple linear regression 275 Appendix D: Mathematics refresher 277

13 CONTENTS Xi D. 1 The natural logarithm and exponential functions 277 D.2 Rounding and accuracy 278 Appendix E: Brief answers to selected problems 279 References 287 Glossary 291 Index 297

14

15 PREFACE This book has developed from class notes written for the "Business Statistics" course taken primarily by undergraduate business majors in their junior year at the University of Oregon. This course is essentially an applied regression course, and incoming students have already taken an introductory probability and statistics course. The book is suitable for any undergraduate second statistics course in which regression analysis is the main focus. It would also be suitable for use in an applied regression course for nonstatistics major graduate students, including MBAs. Mathematical details have deliberately been kept to a minimum, and the book does not contain any calculus. Instead, emphasis is placed on applying regression analysis to data using statistical software, and understanding and interpreting results. Chapter 1 reviews essential introductory statistics material, while Chapter 2 covers simple linear regression. Chapter 3 introduces multiple linear regression, while Chapters 4 and 5 provide guidance on building regression models, including transforming variables, using interactions, incorporating qualitative information, and using regression diagnostics. Each of these chapters includes homework problems, mostly based on analyzing real datasets provided with the book. Chapter 6 contains two in-depth case studies, while Chapter 7 introduces extensions to linear regression and outlines some related topics. The appendices contain instructions on using statistical software (SPSS, Minitab, SAS, and R/S-PLUS) to carry out all the analyses covered in the book, a table of critical values for the t-distribution, notation and formulas used throughout the book, a glossary of important terms, a short mathematics refresher, and brief answers to selected homework problems. The first five chapters of the book have been successfully used in quarter-length courses over the last several years. An alternative approach for a quarter-length course would be to skip some of the material in Chapters 4 and 5 and substitute one or both of the case studies xlli

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

AN INTRODUCTION TO PROBABILITY AND STATISTICS

AN INTRODUCTION TO PROBABILITY AND STATISTICS AN INTRODUCTION TO PROBABILITY AND STATISTICS WILEY SERIES IN PROBABILITY AND STATISTICS Established by WALTER A. SHEWHART and SAMUEL S. WILKS Editors: David J. Balding, Noel A. C. Cressie, Garrett M.

More information

TEACH YOURSELF THE BASICS OF ASPEN PLUS

TEACH YOURSELF THE BASICS OF ASPEN PLUS TEACH YOURSELF THE BASICS OF ASPEN PLUS TEACH YOURSELF THE BASICS OF ASPEN PLUS RALPH SCHEFFLAN Chemical Engineering and Materials Science Department Stevens Institute of Technology A JOHN WILEY & SONS,

More information

BASICS OF ANALYTICAL CHEMISTRY AND CHEMICAL EQUILIBRIA

BASICS OF ANALYTICAL CHEMISTRY AND CHEMICAL EQUILIBRIA BASICS OF ANALYTICAL CHEMISTRY AND CHEMICAL EQUILIBRIA BASICS OF ANALYTICAL CHEMISTRY AND CHEMICAL EQUILIBRIA BRIAN M. TISSUE Virginia Tech Department of Chemistry Blacksburg, VA Cover Design: Wiley Cover

More information

Arrow Pushing in Organic Chemistry

Arrow Pushing in Organic Chemistry Arrow Pushing in Organic Chemistry An Easy Approach to Understanding Reaction Mechanisms Daniel E. Levy Arrow Pushing in Organic Chemistry Arrow Pushing in Organic Chemistry An Easy Approach to Understanding

More information

STATISTICAL ANALYSIS WITH MISSING DATA

STATISTICAL ANALYSIS WITH MISSING DATA STATISTICAL ANALYSIS WITH MISSING DATA SECOND EDITION Roderick J.A. Little & Donald B. Rubin WILEY SERIES IN PROBABILITY AND STATISTICS Statistical Analysis with Missing Data Second Edition WILEY SERIES

More information

Statistical Methods. for Forecasting

Statistical Methods. for Forecasting Statistical Methods for Forecasting Statistical Methods for Forecasting BOVAS ABRAHAM JOHANNES LEDOLTER WILEY- INTERSCI ENCE A JOHN WILEY & SONS, INC., PUBLICA'TION Copyright 0 1983.2005 by John Wiley

More information

Discriminant Analysis and Statistical Pattern Recognition

Discriminant Analysis and Statistical Pattern Recognition Discriminant Analysis and Statistical Pattern Recognition GEOFFRY J. McLACHLAN The University of Queensland @EEC*ENCE A JOHN WILEY & SONS, INC., PUBLICATION This Page Intentionally Left Blank Discriminant

More information

BASIC STRUCTURAL DYNAMICS

BASIC STRUCTURAL DYNAMICS BASIC STRUCTURAL DYNAMICS BASIC STRUCTURAL DYNAMICS James C. Anderson Ph.D. Professor of Civil Engineering, University of Southern California Farzad Naeim Ph.D., S.E., Esq. Vice President and General

More information

FOURIER TRANSFORMS. Principles and Applications. ERIC W. HANSEN Thayer School of Engineering, Dartmouth College

FOURIER TRANSFORMS. Principles and Applications. ERIC W. HANSEN Thayer School of Engineering, Dartmouth College FOURIER TRANSFORMS FOURIER TRANSFORMS Principles and Applications ERIC W. HANSEN Thayer School of Engineering, Dartmouth College Cover Image: istockphoto/olgaaltunina Copyright 2014 by John Wiley & Sons,

More information

INTRODUCTION TO LINEAR REGRESSION ANALYSIS

INTRODUCTION TO LINEAR REGRESSION ANALYSIS INTRODUCTION TO LINEAR REGRESSION ANALYSIS WILEY SERIES IN PROBABILITY AND STATISTICS Established by WALTER A. SHEWHART and SAMUEL S. WILKS Editors: David J. Balding, Noel A. C. Cressie, Garrett M. Fitzmaurice,

More information

INTRODUCTION TO CHEMICAL ENGINEERING COMPUTING

INTRODUCTION TO CHEMICAL ENGINEERING COMPUTING INTRODUCTION TO CHEMICAL ENGINEERING COMPUTING BRUCE A. FINLÄYSON, PH.D. University of Washington Seattle, Washington iwiley- INTERSCIENCE A JOHN WILEY & SONS, INC., PUBLICATION Microsoft product screen

More information

ANALYSIS OF ELECTRIC MACHINERY AND DRIVE SYSTEMS

ANALYSIS OF ELECTRIC MACHINERY AND DRIVE SYSTEMS ANALYSIS OF ELECTRIC MACHINERY AND DRIVE SYSTEMS IEEE Press 445 Hoes Lane Piscataway, NJ 08854 IEEE Press Editorial Board 2013 John Anderson, Editor in Chief Linda Shafer Saeid Nahavandi George Zobrist

More information

REACTIVE INTERMEDIATE CHEMISTRY

REACTIVE INTERMEDIATE CHEMISTRY REACTIVE INTERMEDIATE CHEMISTRY REACTIVE INTERMEDIATE CHEMISTRY Edited by Robert A.Moss Department of Chemistry Rutgers University New Brunswick, NJ Matthew S. Platz Department of Chemistry Ohio State

More information

BASIC GAS CHROMATOGRAPHY Second Edition HAROLD M. MCNAIR JAMES M. MILLER A JOHN WILEY & SONS, INC., PUBLICATION BASIC GAS CHROMATOGRAPHY BASIC GAS CHROMATOGRAPHY Second Edition HAROLD M. MCNAIR JAMES

More information

TRANSPORT PHENOMENA FOR CHEMICAL REACTOR DESIGN

TRANSPORT PHENOMENA FOR CHEMICAL REACTOR DESIGN TRANSPORT PHENOMENA FOR CHEMICAL REACTOR DESIGN Laurence A. Belfiore Department of Chemical Engineering Colorado State University Fort Collins, CO A JOHN WILEY & SONS, INC., PUBLICATION TRANSPORT PHENOMENA

More information

STRESS IN ASME PRESSURE VESSELS, BOILERS, AND NUCLEAR COMPONENTS

STRESS IN ASME PRESSURE VESSELS, BOILERS, AND NUCLEAR COMPONENTS STRESS IN ASME PRESSURE VESSELS, BOILERS, AND NUCLEAR COMPONENTS Wiley-ASME Press Series List Stress in ASME Pressure Vessels, Boilers, and Nuclear Jawad October 2017 Components Robust Adaptive Control

More information

RESPONSE SURFACE METHODOLOGY

RESPONSE SURFACE METHODOLOGY RESPONSE SURFACE METHODOLOGY WILEY SERIES IN PROBABILITY AND STATISTICS Established by WALTER A. SHEWHART and SAMUEL S. WILKS Editors: David J. Balding, Noel A. C. Cressie, Garrett M. Fitzmaurice, Iain

More information

Arrow Pushing in Organic Chemistry

Arrow Pushing in Organic Chemistry Arrow Pushing in Organic Chemistry Arrow Pushing in Organic Chemistry An Easy Approach to Understanding Reaction Mechanisms Daniel E. Levy Copyright # 2008 by John Wiley & Sons, Inc. All rights reserved

More information

Regression Analysis by Example

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

More information

Thermal Design. Heat Sinks, Thermoelectrics, Heat Pipes, Compact Heat Exchangers, and Solar Cells. HoSung Lee JOHN WILEY & SONS, INC.

Thermal Design. Heat Sinks, Thermoelectrics, Heat Pipes, Compact Heat Exchangers, and Solar Cells. HoSung Lee JOHN WILEY & SONS, INC. Thermal Design Thermal Design Heat Sinks, Thermoelectrics, Heat Pipes, Compact Heat Exchangers, and Solar Cells HoSung Lee JOHN WILEY & SONS, INC. This book is printed on acid-free paper. Copyright c

More information

Statistical Hypothesis Testing with SAS and R

Statistical Hypothesis Testing with SAS and R Statistical Hypothesis Testing with SAS and R Statistical Hypothesis Testing with SAS and R Dirk Taeger Institute for Prevention and Occupational Medicine of the German Social Accident Insurance, Institute

More information

TRANSPORT PHENOMENA AND UNIT OPERATIONS

TRANSPORT PHENOMENA AND UNIT OPERATIONS TRANSPORT PHENOMENA AND UNIT OPERATIONS TRANSPORT PHENOMENA AND UNIT OPERATIONS A COMBINED APPROACH Richard G. Griskey A JOHN WILEY & SONS, INC., PUBLICATION This book is printed on acid-free paper Copyright

More information

Practical Statistics for Geographers and Earth Scientists

Practical Statistics for Geographers and Earth Scientists Practical Statistics for Geographers and Earth Scientists Nigel Walford A John Wiley & Sons, Ltd., Publication Practical Statistics for Geographers and Earth Scientists Practical Statistics for Geographers

More information

ELECTRONIC MATERIALS SCIENCE

ELECTRONIC MATERIALS SCIENCE ELECTRONIC MATERIALS SCIENCE ELECTRONIC MATERIALS SCIENCE Eugene A. Irene University of North Carolina Chapel Hill, North Carolina A John Wiley & Sons, Inc., Publication Copyright 2005 by John Wiley &

More information

GREEN CHEMISTRY AND ENGINEERING

GREEN CHEMISTRY AND ENGINEERING GREEN CHEMISTRY AND ENGINEERING GREEN CHEMISTRY AND ENGINEERING A Practical Design Approach CONCEPCIÓN JIMÉNEZ-GONZÁLEZ DAVID J. C. CONSTABLE Copyright Ó 2011 by John Wiley & Sons, Inc. All rights reserved.

More information

WATER SOFTENING WITH POTASSIUM CHLORIDE

WATER SOFTENING WITH POTASSIUM CHLORIDE WATER SOFTENING WITH POTASSIUM CHLORIDE WATER SOFTENING WITH POTASSIUM CHLORIDE Process, Health, and Environmental Benefi ts William Wist Jay H. Lehr Rod McEachern A JOHN WILEY & SONS, INC., PUBLICATION

More information

A FIRST COURSE IN INTEGRAL EQUATIONS

A FIRST COURSE IN INTEGRAL EQUATIONS A FIRST COURSE IN INTEGRAL EQUATIONS This page is intentionally left blank A FIRST COURSE IN INTEGRAL EQUATIONS Abdul-M ajid Wazwaz Saint Xavier University, USA lib World Scientific 1M^ Singapore New Jersey

More information

THE ORGANIC CHEMISTRY OF DRUG SYNTHESIS

THE ORGANIC CHEMISTRY OF DRUG SYNTHESIS THE ORGANIC CHEMISTRY OF DRUG SYNTHESIS THE ORGANIC CHEMISTRY OF DRUG SYNTHESIS Volume 7 DANIEL LEDNICER North Bethesda, MD Copyright # 2008 by John Wiley & Sons, Inc. All rights reserved Published by

More information

Fundamental Concepts in Heterogeneous Catalysis

Fundamental Concepts in Heterogeneous Catalysis Fundamental Concepts in Heterogeneous Catalysis Fundamental Concepts in Heterogeneous Catalysis Jens K. Nørskov Felix Studt Frank Abild-Pedersen Thomas Bligaard Cover Image: istockphoto olgaaltunina Cover

More information

Quick Selection Guide to Chemical Protective Clothing Fourth Edition A JOHN WILEY & SONS PUBLICATION

Quick Selection Guide to Chemical Protective Clothing Fourth Edition A JOHN WILEY & SONS PUBLICATION Quick Selection Guide to Chemical Protective Clothing Fourth Edition Krister Forsberg Lidingo, Sweden S.Z. Mansdorf Paris, France A JOHN WILEY & SONS PUBLICATION Quick Selection Guide to Chemical Protective

More information

Organometallics in Synthesis. Third Manual

Organometallics in Synthesis. Third Manual Organometallics in Synthesis Third Manual Organometallics in Synthesis Third Manual Edited by Manfred Schlosser Swiss Federal Institute of Technology Lausanne, Switzerland U Mg Na SI К Fe Zn Pd Sn WILEY

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

ELECTRON FLOW IN ORGANIC CHEMISTRY

ELECTRON FLOW IN ORGANIC CHEMISTRY ELECTRON FLOW IN ORGANIC CHEMISTRY ELECTRON FLOW IN ORGANIC CHEMISTRY A Decision-Based Guide to Organic Mechanisms Second Edition Paul H. Scudder New College of Florida WILEY A JOHN WILEY & SONS, INC.,

More information

DIFFERENTIAL EQUATION ANALYSIS IN BIOMEDICAL SCIENCE AND ENGINEERING

DIFFERENTIAL EQUATION ANALYSIS IN BIOMEDICAL SCIENCE AND ENGINEERING DIFFERENTIAL EQUATION ANALYSIS IN BIOMEDICAL SCIENCE AND ENGINEERING DIFFERENTIAL EQUATION ANALYSIS IN BIOMEDICAL SCIENCE AND ENGINEERING ORDINARY DIFFERENTIAL EQUATION APPLICATIONS WITH R William E.

More information

ENVIRONMENTAL LABORATORY EXERCISES FOR INSTRUMENTAL ANALYSIS AND ENVIRONMENTAL CHEMISTRY

ENVIRONMENTAL LABORATORY EXERCISES FOR INSTRUMENTAL ANALYSIS AND ENVIRONMENTAL CHEMISTRY ENVIRONMENTAL LABORATORY EXERCISES FOR INSTRUMENTAL ANALYSIS AND ENVIRONMENTAL CHEMISTRY ENVIRONMENTAL LABORATORY EXERCISES FOR INSTRUMENTAL ANALYSIS AND ENVIRONMENTAL CHEMISTRY FRANK M. DUNNIVANT Whitman

More information

PRINCIPLES OF CHEMICAL REACTOR ANALYSIS AND DESIGN

PRINCIPLES OF CHEMICAL REACTOR ANALYSIS AND DESIGN PRINCIPLES OF CHEMICAL REACTOR ANALYSIS AND DESIGN PRINCIPLES OF CHEMICAL REACTOR ANALYSIS AND DESIGN New Tools for Industrial Chemical Reactor Operations Second Edition UZI MANN Texas Tech University

More information

QUANTUM COMPUTING EXPLAINED

QUANTUM COMPUTING EXPLAINED QUANTUM COMPUTING EXPLAINED David McMahon WILEY-INTERSCIENCE A John Wiley & Sons, Inc., Publication QUANTUM COMPUTING EXPLAINED QUANTUM COMPUTING EXPLAINED David McMahon WILEY-INTERSCIENCE A John Wiley

More information

Regression Analysis By Example

Regression Analysis By Example Regression Analysis By Example Third Edition SAMPRIT CHATTERJEE New York University ALI S. HADI Cornell University BERTRAM PRICE Price Associates, Inc. A Wiley-Interscience Publication JOHN WILEY & SONS,

More information

ORGANO MAIN GROUP CHEMISTRY

ORGANO MAIN GROUP CHEMISTRY ORGANO MAIN GROUP CHEMISTRY ORGANO MAIN GROUP CHEMISTRY KIN-YA AKIBA A JOHN WILEY & SONS, INC., PUBLICATION Copyright 2011 by John Wiley & Sons, Inc. All rights reserved. Published by John Wiley & Sons,

More information

APPLIED ELECTROMAGNETICS AND ELECTROMAGNETIC COMPATIBILITY

APPLIED ELECTROMAGNETICS AND ELECTROMAGNETIC COMPATIBILITY APPLIED ELECTROMAGNETICS AND ELECTROMAGNETIC COMPATIBILITY APPLIED ELECTROMAGNETICS AND ELECTROMAGNETIC C 0 M PATI B I L ITY Dipak L. Sengupta The University of Michigan and The University of Detroit

More information

PROTEIN SEQUENCING AND IDENTIFICATION USING TANDEM MASS SPECTROMETRY

PROTEIN SEQUENCING AND IDENTIFICATION USING TANDEM MASS SPECTROMETRY PROTEIN SEQUENCING AND IDENTIFICATION USING TANDEM MASS SPECTROMETRY Michael Kinter Department of Cell Biology Lerner Research Institute Cleveland Clinic Foundation Nicholas E. Sherman Department of Microbiology

More information

QUICK SELECTION GUIDE TO CHEMICAL PROTECTIVE CLOTHING

QUICK SELECTION GUIDE TO CHEMICAL PROTECTIVE CLOTHING QUICK SELECTION GUIDE TO CHEMICAL PROTECTIVE CLOTHING QUICK SELECTION GUIDE TO CHEMICAL PROTECTIVE CLOTHING Sixth Edition Krister Forsberg, Lidingo, Stockholm, Sweden Ann Van den Borre, Liedekerke, Brussels,

More information

THERMAL ANALYSIS OF POLYMERS

THERMAL ANALYSIS OF POLYMERS THERMAL ANALYSIS OF POLYMERS THERMAL ANALYSIS OF POLYMERS Fundamentals and Applications EDITED BY JOSEPH D. MENCZEL Alcon Laboratories Fort Worth TX R. BRUCE PRIME San Jose, CA A JOHN WILEY & SONS, INC.,

More information

COMPARATIVE STATICS ANALYSIS in ECONOMICS

COMPARATIVE STATICS ANALYSIS in ECONOMICS COMPARATIVE STATICS ANALYSIS in ECONOMICS This page is intentionally left blank COMPARATIVE STATICS ANALYSIS in ECONOMICS Kevin M. Currier Department of Economics Oklahoma State University \ > World Scientific

More information

Geometrical Properties of Differential Equations Downloaded from by on 05/09/18. For personal use only.

Geometrical Properties of Differential Equations Downloaded from  by on 05/09/18. For personal use only. This page intentionally left blank Applications of Lie Group Analysis in Financial Mathematics Ljudmila A. Bordag University of Applied Sciences Zittau/Görlitz, Germany World Scientific NEW JERSEY LONDON

More information

Monte-Carlo Methods and Stochastic Processes

Monte-Carlo Methods and Stochastic Processes Monte-Carlo Methods and Stochastic Processes From Linear to Non-Linear EMMANUEL GOBET ECOLE POLYTECHNIQUE - UNIVERSITY PARIS-SACLAY CMAP, PALAISEAU CEDEX, FRANCE CRC Press Taylor & Francis Group 6000 Broken

More information

Section 11: Quantitative analyses: Linear relationships among variables

Section 11: Quantitative analyses: Linear relationships among variables Section 11: Quantitative analyses: Linear relationships among variables Australian Catholic University 214 ALL RIGHTS RESERVED. No part of this work covered by the copyright herein may be reproduced or

More information

Applied Multivariate Statistical Analysis Richard Johnson Dean Wichern Sixth Edition

Applied Multivariate Statistical Analysis Richard Johnson Dean Wichern Sixth Edition Applied Multivariate Statistical Analysis Richard Johnson Dean Wichern Sixth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

More information

JWUS_LC-Khoo_Prelims.qxd 1/19/ :32 PM Page i Liquid Crystals

JWUS_LC-Khoo_Prelims.qxd 1/19/ :32 PM Page i Liquid Crystals Liquid Crystals Liquid Crystals Second Edition IAM-CHOON KHOO WILEY-INTERSCIENCE A JOHN WILEY & SONS, INC., PUBLICATION Copyright 2007 by John Wiley & Sons, Inc. All rights reserved. Published by John

More information

Bayesian Modeling Using WinBUGS

Bayesian Modeling Using WinBUGS Bayesian Modeling Using WinBUGS WILEY SERIES IN COMPUTATIONAL STATISTICS Consulting Editors: Paolo Giudici University of Pavia, Italy Geof H. Givens Colorado State University, USA Bani K. Mallick Texas

More information

GIS AND TERRITORIAL INTELLIGENCE. Using Microdata. Jean Dubé and Diègo Legros

GIS AND TERRITORIAL INTELLIGENCE. Using Microdata. Jean Dubé and Diègo Legros GIS AND TERRITORIAL INTELLIGENCE Spatial Econometrics Using Microdata Jean Dubé and Diègo Legros Spatial Econometrics Using Microdata To the memory of Gilles Dubé. For Mélanie, Karine, Philippe, Vincent

More information

Design and Analysis of Experiments

Design and Analysis of Experiments Design and Analysis of Experiments Design and Analysis of Experiments Volume 2 Advanced Experimental Design KLAUS HINKELMANN Virginia Polytechnic Institute and State University Department of Statistics

More information

Multivariate Data Analysis Joseph F. Hair Jr. William C. Black Barry J. Babin Rolph E. Anderson Seventh Edition

Multivariate Data Analysis Joseph F. Hair Jr. William C. Black Barry J. Babin Rolph E. Anderson Seventh Edition Multivariate Data Analysis Joseph F. Hair Jr. William C. Black Barry J. Babin Rolph E. Anderson Seventh Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies

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

Linear Statistical Models

Linear Statistical Models Linear Statistical Models JAMES H. STAPLETON Michigan State University A Wiley-Interscience Publication JOHN WILEY & SONS, INC. New York 0 Chichester 0 Brisbane 0 Toronto 0 Singapore This Page Intentionally

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

PeopleSoft 8.8 Global Payroll Reports

PeopleSoft 8.8 Global Payroll Reports PeopleSoft 8.8 Global Payroll Reports December 2002 PeopleSoft 8.8 Global Payroll Reports SKU HRMS88GPY-R 1202 PeopleBooks Contributors: Teams from PeopleSoft Product Documentation and Development. Copyright

More information

HOW TO FIND CHEMICAL INFORMATION

HOW TO FIND CHEMICAL INFORMATION HOW TO FIND CHEMICAL INFORMATION HOW TO FIND CHEMICAL INFORMATION. A Guide for Practicing Chemists, Educators, and Students THIRD EDITION Robert E. Maizell Director, Technology Information Science Park

More information

ATMOSPHEMC CHEMISTRY AND PHYSICS

ATMOSPHEMC CHEMISTRY AND PHYSICS ATMOSPHEMC CHEMISTRY AND PHYSICS ATMOSPHERIC CHEMISTRY AND PHYSICS From Air Pollution to Climate Change SECOND EDITION John H. Seinfeld California Institute of Technology Spyros N. Pandis University of

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

Applied Regression Modeling: A Business Approach Chapter 2: Simple Linear Regression Sections

Applied Regression Modeling: A Business Approach Chapter 2: Simple Linear Regression Sections Applied Regression Modeling: A Business Approach Chapter 2: Simple Linear Regression Sections 2.1 2.3 by Iain Pardoe 2.1 Probability model for and 2 Simple linear regression model for and....................................

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

VARIATIONS INTRODUCTION TO THE CALCULUS OF. 3rd Edition. Introduction to the Calculus of Variations Downloaded from

VARIATIONS INTRODUCTION TO THE CALCULUS OF. 3rd Edition. Introduction to the Calculus of Variations Downloaded from INTRODUCTION TO THE CALCULUS OF VARIATIONS 3rd Edition This page intentionally left blank INTRODUCTION TO THE CALCULUS OF VARIATIONS 3rd Edition Bernard Dacorogna Ecole Polytechnique Fédérale Lausanne,

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

Handbook of Regression Analysis

Handbook of Regression Analysis Handbook of Regression Analysis Samprit Chatterjee New York University Jeffrey S. Simonoff New York University WILEY A JOHN WILEY & SONS, INC., PUBLICATION CONTENTS Preface xi PARTI THE MULTIPLE LINEAR

More information

An INTRODUCTION to NUMERICAL METHODS and

An INTRODUCTION to NUMERICAL METHODS and Solutions Manual to Accompany An INTRODUCTION to NUMERICAL METHODS and ANALYSIS Second Edition JAMES F. EPPERSON Solutions Manual to Accompany AN INTRODUCTION TO NUMERICAL METHODS AND ANALYSIS Solutions

More information

Convective Heat Transfer

Convective Heat Transfer Convective Heat Transfer Solved Problems Michel Favre-Marinet Sedat Tardu This page intentionally left blank Convective Heat Transfer This page intentionally left blank Convective Heat Transfer Solved

More information

Spatial Analysis with ArcGIS Pro STUDENT EDITION

Spatial Analysis with ArcGIS Pro STUDENT EDITION Spatial Analysis with ArcGIS Pro STUDENT EDITION Copyright 2018 Esri All rights reserved. Course version 2.0. Version release date November 2018. Printed in the United States of America. The information

More information

A Second Course in Statistics Regression Analysis William Mendenhall Terry Sincich Seventh Edition......

A Second Course in Statistics Regression Analysis William Mendenhall Terry Sincich Seventh Edition...... A Second Course in Statistics Regression Analysis William Mendenhall Terry Sincich Seventh Edition...... Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies

More information

Statistics for Managers using Microsoft Excel 6 th Edition

Statistics for Managers using Microsoft Excel 6 th Edition Statistics for Managers using Microsoft Excel 6 th Edition Chapter 13 Simple Linear Regression 13-1 Learning Objectives In this chapter, you learn: How to use regression analysis to predict the value of

More information

Using Meteorology Probability Forecasts in Operational Hydrology

Using Meteorology Probability Forecasts in Operational Hydrology Using Meteorology Probability Forecasts in Operational Hydrology THOMAS E. CROLEY II Great Lakes Environmental Research Laboratory National Oceanic and Atmospheric Administration United States Department

More information

Mechanics of Fluid Flow

Mechanics of Fluid Flow Mechanics of Fluid Flow Scrivener Publishing 100 Cummings Center, Suite 54 U Beverly, MA 01915-6106 Publishers at Scrivener Martin Scrivener (martin@scrivenerpublishing.com) Phillip Carmical (pcarmical@scrivenerpublishing.com)

More information

Risk Assessment in Geotechnical Engineering

Risk Assessment in Geotechnical Engineering Risk Assessment in Geotechnical Engineering Risk Assessment in Geotechnical Engineering Gordon A. Fenton and D. V. Griffiths Copyright 2008 John Wiley & Sons, Inc. ISBN: 978-0-470-17820-1 Risk Assessment

More information

Response Surface Methodology

Response Surface Methodology Response Surface Methodology Process and Product Optimization Using Designed Experiments Second Edition RAYMOND H. MYERS Virginia Polytechnic Institute and State University DOUGLAS C. MONTGOMERY Arizona

More information

INTRODUCTORY REGRESSION ANALYSIS

INTRODUCTORY REGRESSION ANALYSIS ;»»>? INTRODUCTORY REGRESSION ANALYSIS With Computer Application for Business and Economics Allen Webster Routledge Taylor & Francis Croup NEW YORK AND LONDON TABLE OF CONTENT IN DETAIL INTRODUCTORY REGRESSION

More information

FRACTIONAL CALCULUS IN PHYSICS

FRACTIONAL CALCULUS IN PHYSICS APPLICATIONS OF FRACTIONAL CALCULUS IN PHYSICS APPLICATIONS OF FRACTIONAL CALCULUS IN PHYSICS Editor Universitat Mainz and Universitat Stuttgart Germany Vfe World Scientific «Singapore New Jersey London

More information

Field Geophysics THIRD EDITION. John Milsom University College London

Field Geophysics THIRD EDITION. John Milsom University College London Field Geophysics THIRD EDITION John Milsom University College London Field Geophysics The Geological Field Guide Series Basic Geological Mapping, Third edition John Barnes The Field Description of Metamorphic

More information

Course ID May 2017 COURSE OUTLINE. Mathematics 130 Elementary & Intermediate Algebra for Statistics

Course ID May 2017 COURSE OUTLINE. Mathematics 130 Elementary & Intermediate Algebra for Statistics Non-Degree Applicable Glendale Community College Course ID 010238 May 2017 Catalog Statement COURSE OUTLINE Mathematics 130 Elementary & Intermediate Algebra for Statistics is a one-semester accelerated

More information

APPLIED STRUCTURAL EQUATION MODELLING FOR RESEARCHERS AND PRACTITIONERS. Using R and Stata for Behavioural Research

APPLIED STRUCTURAL EQUATION MODELLING FOR RESEARCHERS AND PRACTITIONERS. Using R and Stata for Behavioural Research APPLIED STRUCTURAL EQUATION MODELLING FOR RESEARCHERS AND PRACTITIONERS Using R and Stata for Behavioural Research APPLIED STRUCTURAL EQUATION MODELLING FOR RESEARCHERS AND PRACTITIONERS Using R and Stata

More information

FORECASTING. Methods and Applications. Third Edition. Spyros Makridakis. European Institute of Business Administration (INSEAD) Steven C Wheelwright

FORECASTING. Methods and Applications. Third Edition. Spyros Makridakis. European Institute of Business Administration (INSEAD) Steven C Wheelwright FORECASTING Methods and Applications Third Edition Spyros Makridakis European Institute of Business Administration (INSEAD) Steven C Wheelwright Harvard University, Graduate School of Business Administration

More information

Nuclear Chemistry. Principles of. Principles of Nuclear Chemistry Downloaded from

Nuclear Chemistry. Principles of. Principles of Nuclear Chemistry Downloaded from Principles of Nuclear Chemistry Essential Textbooks in Chemistry ISBN: 2059-7738 Orbitals: With Applications in Atomic Spectra by Charles Stuart McCaw Principles of Nuclear Chemistry by Peter A C McPherson

More information

SPECTROSCOPY FOR THE BIOLOGICAL SCIENCES

SPECTROSCOPY FOR THE BIOLOGICAL SCIENCES SPECTROSCOPY FOR THE BIOLOGICAL SCIENCES GORDON G. HAMMES Department of Biochemistry Duke University A JOHN WILEY & SONS, INC., PUBLICATION SPECTROSCOPY FOR THE BIOLOGICAL SCIENCES SPECTROSCOPY FOR THE

More information

QUANTUM MECHANICS. For Electrical Engineers. Quantum Mechanics Downloaded from

QUANTUM MECHANICS. For Electrical Engineers. Quantum Mechanics Downloaded from Quantum Mechanics Downloaded from www.worldscientific.com QUANTUM MECHANICS For Electrical Engineers Quantum Mechanics Downloaded from www.worldscientific.com This page intentionally left blank Quantum

More information

FORENSIC ANALYTICAL TECHNIQUES

FORENSIC ANALYTICAL TECHNIQUES FORENSIC ANALYTICAL TECHNIQUES Analytical Techniques in the Sciences (AnTS) Series Editor: David J. Ando, Consultant, Dartford, Kent, UK A series of open learning/distance learning books which covers all

More information

Regulated CheInicals Directory

Regulated CheInicals Directory Regulated CheInicals Directory 1995 REGULA1ED ehe I DIREClORY 1995 Compiled by ChemADVISOR, Inc. Pittsburgh, Pennsylvania ~ SPRINGER SCIENCE+BUSINESS MEDIA, LLC Copyright 1995 Springer Science+Business

More information

LINEAR MODELS IN STATISTICS

LINEAR MODELS IN STATISTICS LINEAR MODELS IN STATISTICS Second Edition Alvin C. Rencher and G. Bruce Schaalje Department of Statistics, Brigham Young University, Provo, Utah LINEAR MODELS IN STATISTICS LINEAR MODELS IN STATISTICS

More information

An Introduction to Nonlinear Partial Differential Equations

An Introduction to Nonlinear Partial Differential Equations An Introduction to Nonlinear Partial Differential Equations PURE AND APPLIED MATHEMATICS A Wiley-Interscience Series of Texts, Monographs, and Tracts Founded by RICHARD COURANT Editors Emeriti: MYRON B.

More information

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

PRACTICAL RAMAN SPECTROSCOPY AN INTRODUCTION

PRACTICAL RAMAN SPECTROSCOPY AN INTRODUCTION PRACTICAL RAMAN SPECTROSCOPY AN INTRODUCTION PRACTICAL RAMAN SPECTROSCOPY AN INTRODUCTION Peter Vandenabeele Ghent University, Belgium This edition first published 2013 2013 John Wiley & Sons, Ltd Registered

More information

SUPERCRITICAL WATER. A Green Solvent: Properties and Uses. Yizhak Marcus

SUPERCRITICAL WATER. A Green Solvent: Properties and Uses. Yizhak Marcus SUPERCRITICAL WATER SUPERCRITICAL WATER A Green Solvent: Properties and Uses Yizhak Marcus Copyright Ó 2012 by John Wiley & Sons, Inc. All rights reserved Published by John Wiley & Sons, Inc., Hoboken,

More information

Fundamentals of Mass Determination

Fundamentals of Mass Determination Fundamentals of Mass Determination Michael Borys Roman Schwartz Arthur Reichmuth Roland Nater Fundamentals of Mass Determination 123 Michael Borys Fachlabor 1.41 Physikalisch-Technische Bundesanstalt Bundesallee

More information

VIBRATIONS AND WAVES. George C. King. School of Physics & Astronomy, The University of Manchester, Manchester, UK

VIBRATIONS AND WAVES. George C. King. School of Physics & Astronomy, The University of Manchester, Manchester, UK VIBRATIONS AND WAVES George C. King School of Physics & Astronomy, The University of Manchester, Manchester, UK A John Wiley and Sons, Ltd., Publication Vibrations and Waves The Manchester Physics Series

More information

Applied Structural Equation Modelling for Researchers and Practitioners Using R and Stata for Behavioural Research

Applied Structural Equation Modelling for Researchers and Practitioners Using R and Stata for Behavioural Research Applied Structural Equation Modelling for Researchers and Practitioners Using R and Stata for Behavioural Research Book information: To cite this document: Ramlall, Indranarain. Applied Structural Equation

More information

Forecasting: Methods and Applications

Forecasting: Methods and Applications Neapolis University HEPHAESTUS Repository School of Economic Sciences and Business http://hephaestus.nup.ac.cy Books 1998 Forecasting: Methods and Applications Makridakis, Spyros John Wiley & Sons, Inc.

More information

The Manchester Physics Series

The Manchester Physics Series Electromagnetism The Manchester Physics Series General Editors D. J. SANDIFORD: F. MANDL: A. C. PHILLIPS Department of Physics and Astronomy, Faculty of Science, University of Manchester Properties of

More information

Advanced Calculus of a Single Variable

Advanced Calculus of a Single Variable Advanced Calculus of a Single Variable Tunc Geveci Advanced Calculus of a Single Variable 123 Tunc Geveci Department of Mathematics and Statistics San Diego State University San Diego, CA, USA ISBN 978-3-319-27806-3

More information

INTRODUCTION TO LINEAR REGRESSION ANALYSIS

INTRODUCTION TO LINEAR REGRESSION ANALYSIS INTRODUCTION TO LINEAR REGRESSION ANALYSIS WILEY SERIES IN PROBABILITY AND STATISTICS Established by WALTER A. SHEWHART and SAMUEL S. WILKS Editors: David J. Balding, Noel A. C. Cressie, Garrett M. Fitzmaurice,

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

Chapter 13. Multiple Regression and Model Building

Chapter 13. Multiple Regression and Model Building Chapter 13 Multiple Regression and Model Building Multiple Regression Models The General Multiple Regression Model y x x x 0 1 1 2 2... k k y is the dependent variable x, x,..., x 1 2 k the model are the

More information