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

Size: px
Start display at page:

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

Transcription

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

2 Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: Pearson Education Limited 2014 All rights reserved. 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 or otherwise, without either the prior written permission of the publisher or a licence permitting restricted copying in the United Kingdom issued by the Copyright Licensing Agency Ltd, Saffron House, 6 10 Kirby Street, London EC1N 8TS. All trademarks used herein are the property of their respective owners. The use of any trademark in this text does not vest in the author or publisher any trademark ownership rights in such trademarks, nor does the use of such trademarks imply any affiliation with or endorsement of this book by such owners. ISBN 10: ISBN 10: ISBN 13: ISBN 13: British Library Cataloguing-in-Publication Data A catalogue record for this book is available from the British Library Printed in the United States of America

3 and TPF&C uses multiple regression models to accomplish this salary evaluation. The Compensation Management Service, as TPF&C calls it, measures both the internal and external consistency of a company s pay policies to determine whether they reflect the management s intent. The dependent variable y used to measure executive compensation is annual salary. The independent variables used to explain salary structure include the variables listed in Table 5. The management at TPF&C has found that executive compensation models that use the natural logarithm of salary as the dependent variable are better predictors than models that use salary as the dependent variable. This is probably because salaries tend to be incremented in percentages rather than dollar values. Thus, the multiplicative model we propose (in its linear form) is ln(y) = β 0 + β 1 x 1 + β 2 x 2 + β 3 x 3 + β 4 x 4 + β 5 x 5 + β 6 x1 2 + β 7x 3 x 4 + ε We have included a second-order term, x1 2, to account for a possible curvilinear relationship between ln(salary) and years of experience, x 1. Also, the interaction term x 3 x 4 is included to account for the fact that the relationship between the number of employees supervised, x 4, and corporate salary may depend on gender, x 3. For example, as the number of supervised employees increases, a male s salary (with all other factors being equal) might rise more rapidly than a female s. (If this is found to be true, the firm will take steps to remove the apparent discrimination against female executives.) EXECSAL Table 5 List of independent variables for executive compensation example Independent Variable Description x 1 x 2 x 3 x 4 x 5 Years of experience Years of education 1 if male; 0 if female Number of employees supervised Corporate assets (millions of dollars) x 6 x 2 1 x 7 x 3 x 4 A sample of 100 executives is selected and the variables y and x 1,x 2,...,x 5 are recorded. (The data are saved in the CD file named EXECSAL.) The multiplicative model is fit to the data using MINITAB, with the results shown in the MINITAB printout, Figure 20. (a) Find the least squares prediction equation, and interpret the estimate of β 2. (b) Locate the estimate of s and interpret its value. (c) Locate Ra 2 and interpret its value. (d) Conduct a test of overall model utility using α =.05. (e) Is there evidence of gender discrimination at the firm? Test using α =.05. (f) Use the model to predict the salary of an executive with the characteristics shown in Table

4 Figure 20 MINITAB multiple regression output for Example 10 Table 6 Values of independent variables for a particular executive x 1 = 12 years of experience x 2 = 16 years of education x 3 = 0(female) x 4 = 400 employees supervised x 5 = $160 million (the firm s asset value) x1 2 = 144 x 3 x 4 = 0 Solution (a) The least squares model (highlighted on the MINITAB printout) is ln(y) = x x x x x x x 7 Because we are using the logarithm of salary as the dependent variable, the β estimates have different interpretations than previously discussed. In general, a parameter β in a multiplicative (log) model represents the percentage 221

5 increase (or decrease) in the dependent variable for a 1-unit increase in the corresponding independent variable. The percentage change is calculated by taking the antilogarithm of the β estimate and subtracting 1 (i.e., e ˆβ 1). For example, the percentage change in executive compensation associated with a 1-unit (i.e., 1-year) increase in years of education x 2 is (e ˆβ 2 1) = (e ) =.031. Thus, when all other independent variables are held constant, we estimate executive salary to increase 3.1% for each additional year of education. A Multiplicative (Log) Model Relating y to Several Independent Variables ln(y) = β 0 + β 1 x 1 + β 2 x 2 + +β k x k + ε where ln(y) = natural logarithm of y Interpretation of β s (e β i 1) 100% = Percentage change in y for every 1 unit increase in x i, holding all other x s fixed (b) The estimate of the standard deviation σ (shaded on the printout) is s =.066. Our interpretation is that most of the observed ln(y) values (logarithms of salaries) lie within 2s = 2(.066) =.132 of their least squares predicted values. A more practical interpretation (in terms of salaries) is obtained, however, if we take the antilog of this value and subtract 1, similar to the manipulation in part a. That is, we expect most of the observed executive salaries to lie within e 2s 1 = e =.141, or 14.1% of their respective least squares predicted values. (c) The adjusted R 2 value (highlighted on the printout) is Ra 2 =.936. This implies that, after taking into account sample size and the number of independent variables, almost 94% of the variation in the logarithm of salaries for these 100 sampled executives is accounted for by the model. (d) The test for overall model utility is conducted as follows: H 0 : β 1 = β 2 = =β 7 = 0 H a : At least one of the model coefficients is nonzero. Mean square for model Test statistic: F = = (shaded in Figure 20) MSE p-value =.000 (shaded in Figure 20) Since α =.05 exceeds the p-value of the test, we conclude that the model does contribute information for predicting executive salaries. It appears that at least one of the β parameters in the model differs from 0. (e) If the firm is (knowingly or unknowingly) discriminating against female executives, then the mean salary for females (denoted μ F ) will be less than the The result is derived by expressing the percentage change in salary y, as(y 1 y 0 )/y 0,wherey 1 = the value of y when, say, x = 1, and y 0 = the value of y when x = 0. Now let y = ln(y) and assume the log model is y = β 0 + β 1 x.then { y = e y = e β 0 e β1x e β 0 when x = 0 = e β 0 e β 1 when x = 1 Substituting, we have y 1 y 0 y 0 = eβ0 e β1 e β0 e β 0 = e β

6 mean salary for males (denoted μ M ) with the same qualifications (e.g., years of experience, years of education, etc.) From our previous discussion of dummy variables, this difference will be represented by β 3,theβ coefficient multiplied by x 3 if we set number of employees supervised, x 4,equalto0.Sincex 3 = 1 if male, 0 if female, then β 3 = (μ M μ F ) for fixed values of x 1,x 2 and x 5,and x 4 = 0. Consequently, a test of H 0 : β 3 = 0 versus H a : β 3 > 0 is one way to test the discrimination hypothesis. The p-value for this onetailed test is one-half the p-value shown on the MINITAB printout (i.e.,.002/2 =.001). With such a small p-value, there is strong evidence to reject H 0 and claim that some form of gender discrimination exists at the firm. A test for discrimination could also include testing for the interaction term, β 7 x 3 x 4. If, as the number of employees supervised (x 4 ) increases, the rate of increase in ln(salary) for males exceeds the rate for females, then β 7 > 0. To see this, hold x 1,x 2,andx 5 constant in the model (e.g., x 1 = 10 years of experience, x 2 = 15 years of education, and x 5 = $120 million in corporate assets), then substitute x 3 = 0 into the equation to obtain: x 3 = 0 (Females): E{ln(y)} =β 0 + β 1 (10) + β 2 (15) + β 5 (120) + β 6 (15 2 ) + β 3 (0) + β 4 (x 4 ) + β 7 (0)(x 4 ) = β 0 + β 1 (10)+ β 2 (15)+ β 5 (120)+ β 6 (15 2 ) + β }{{} 4 (x }{{} 4 ) y-intercept (constant) slope Similarly, substituting x 3 = 1 into the equation we obtain: x 3 = 1 (Males): E{ln(y)} =β 0 + β 1 (10) + β 2 (15) + β 5 (120) + β 6 (15 2 ) + β 3 (1) + β 4 (x 4 ) + β 7 (1)(x 4 ) = β 0 + β 1 (10) + β 2 (15) + β 5 (120) + β 6 (15 2 ) + β }{{} 3 y-intercept (constant) + (β 4 + β 7 ) x }{{} 4 slope Thus, the slope for males (β 4 + β 7 ) exceeds the slope for females (β 4 ) only if β 7 > 0. The one-tailed p-value for testing H 0 : β 7 = 0 against H a : β 7 > 0(highlighted on the printout) is.002/2 =.001. Consequently, we reject H 0 and find further evidence of gender discrimination at the firm. (f) The least squares model can be used to obtain a predicted value for the logarithm of salary. Substituting the values of the x s shown in Table 6, we obtain ln(y) = ˆβ 0 + ˆβ 1 (12) + ˆβ 2 (16) + ˆβ 3 (0) + ˆβ 4 (400) + ˆβ 5 (160x) + ˆβ 6 (144) + ˆβ 7 (0) This predicted value is given at the bottom of the MINITAB printout, Figure 20, ln(y) = The 95% prediction interval, from to , is also highlighted on the printout. To predict the salary of an executive with these characteristics, we take the antilog of these values. That is, the predicted salary is e = $80, 992 (rounded to the nearest dollar) and the 95% prediction interval is from e to e (or from $70,834 to 223

7 $92,596). Thus, an executive with the characteristics in Table 6 should be paid between $70,834 and $92,596 to be consistent with the sample data. Warning To decide whether a log transformation on the dependent variable is necessary, naive researchers sometimes compare the R 2 values for the two models y = β 0 + β 1 x 1 + +β k x k + ε and ln(y) = β 0 + β 1 x 1 + +β k x k + ε and choose the model with the larger R 2.ButtheseR 2 values are not comparable since the dependent variables are not the same! One way to generate comparable R 2 values is to calculate the predicted values, ln(y), for the log model and then compute the corresponding ŷ values using the inverse transformation ŷ = êln(y). A pseudo-r 2 for the log model can then be calculated in the usual way: Rln(y) 2 = 1 (y i ŷ i ) 2 (y i ȳ i ) 2 R 2 ln(y) is now comparable to the R2 for the untransformed model. See Maddala (1988) for a discussion of more formal methods for comparing the two models. 12 Exercises 43 First-order model. Write a first-order linear model relating the mean value of y, E(y), to (a) two quantitative independent variables (b) four quantitative independent variables 44 Second-order model. Write a complete secondorder linear model relating the mean value of y, E(y), to (a) two quantitative independent variables (b) three quantitative independent variables 45 Qualitative predictors. Write a model relating E(y) to a qualitative independent variable with (a) two levels, A and B (b) four levels, A, B, C, and D Interpret the β parameters in each case. 46 Graphing a first-order model. Consider the firstorder equation y = 1 + 2x 1 + x 2 (a) Graph the relationship between y and x 1 for x 2 = 0, 1, and 2. (b) Are the graphed curves in part a first-order or second-order? (c) How do the graphed curves in part a relate to each other? (d) If a linear model is first-order in two independent variables, what type of geometric relationship will you obtain when E(y) is graphed as a function of one of the independent variables for various values of the other independent variable? 47 Graphing a first-order model. Consider the firstorder equation y = 1 + 2x 1 + x 2 3x 3 (a) Graph the relationship between y and x 1 for x 2 = 1andx 3 = 3. (b) Repeat part a for x 2 = 1andx 3 = 1. (c) If a linear model is first-order in three independent variables, what type of geometric relationship will you obtain when E(y) is graphed as a function of one of the independent variables for various values of the other independent variables? 48 Graphing a second-order model. Consider the second-order model y = 1 + x 1 x 2 + 2x1 2 + x2 2 (a) Graph the relationship between y and x 1 for x 2 = 0, 1, and 2. (b) Are the graphed curves in part a first-order or second-order? (c) How do the graphed curves in part a relate to each other? (d) Do the independent variables x 1 and x 2 interact? Explain. 224

Introductory Statistics Neil A. Weiss Ninth Edition

Introductory Statistics Neil A. Weiss Ninth Edition Introductory Statistics Neil A. Weiss Ninth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at:

More information

The Practice Book for Conceptual Physics. Paul G. Hewitt Eleventh Edition

The Practice Book for Conceptual Physics. Paul G. Hewitt Eleventh Edition The Practice Book for Conceptual Physics Paul G. Hewitt Eleventh Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on

More information

Elementary Linear Algebra with Applications Bernard Kolman David Hill Ninth Edition

Elementary Linear Algebra with Applications Bernard Kolman David Hill Ninth Edition Elementary Linear Algebra with Applications Bernard Kolman David Hill Ninth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM JE England and Associated Companies throughout the world Visit

More information

Elementary Statistics in Social Research Essentials Jack Levin James Alan Fox Third Edition

Elementary Statistics in Social Research Essentials Jack Levin James Alan Fox Third Edition Elementary Statistics in Social Research Essentials Jack Levin James Alan Fox Third Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the

More information

William R. Wade Fourth Edition

William R. Wade Fourth Edition Introduction to Analysis William R. Wade Fourth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web

More information

Differential Equations and Linear Algebra C. Henry Edwards David E. Penney Third Edition

Differential Equations and Linear Algebra C. Henry Edwards David E. Penney Third Edition Differential Equations and Linear Algebra C. Henry Edwards David E. Penney Third Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

More information

Physics for Scientists & Engineers with Modern Physics Douglas C. Giancoli Fourth Edition

Physics for Scientists & Engineers with Modern Physics Douglas C. Giancoli Fourth Edition Physics for Scientists & Engineers with Modern Physics Douglas C. Giancoli Fourth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the

More information

Introductory Chemistry Essentials Nivaldo J. Tro Fourth Edition

Introductory Chemistry Essentials Nivaldo J. Tro Fourth Edition Introductory Chemistry Essentials Nivaldo J. Tro Fourth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 204

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 2014

More information

Student Workbook for Physics for Scientists and Engineers: A Strategic Approach with Modern Physics Randall D. Knight Third Edition

Student Workbook for Physics for Scientists and Engineers: A Strategic Approach with Modern Physics Randall D. Knight Third Edition Student Workbook for Physics for Scientists and Engineers: A Strategic Approach with Modern Physics Randall D. Knight Third Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England

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

Process Control Instrumentation Technology Curtis D. Johnson Eighth Edition

Process Control Instrumentation Technology Curtis D. Johnson Eighth Edition Process Control Instrumentation Technology Curtis D. Johnson Eighth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us

More information

Student Workbook for College Physics: A Strategic Approach Volume 2 Knight Jones Field Andrews Second Edition

Student Workbook for College Physics: A Strategic Approach Volume 2 Knight Jones Field Andrews Second Edition Student Workbook for College Physics: A Strategic Approach Volume 2 Knight Jones Field Andrews Second Edition Pearson Education Limited Edinburgh Gate Harlow Esse CM2 2JE England and Associated Companies

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 2014

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

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Esse CM2 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: wwwpearsonedcouk Pearson Education Limited 214 All

More information

A First Course in Probability Sheldon Ross Ninth Edition

A First Course in Probability Sheldon Ross Ninth Edition A First Course in Probability Sheldon Ross Ninth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 2014

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM0 JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 014 All

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM0 JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 0 All

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Esse CM0 JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 0 All

More information

Essential Organic Chemistry. Paula Y. Bruice Second Edition

Essential Organic Chemistry. Paula Y. Bruice Second Edition Essential rganic hemistry Paula Y. Bruice Second Edition Pearson Education Limited Edinburgh Gate arlow Essex M20 2JE England and Associated ompanies throughout the world Visit us on the World Wide Web

More information

Chemistry: The Central Science Brown LeMay Bursten Murphy Woodward Twelfth Edition

Chemistry: The Central Science Brown LeMay Bursten Murphy Woodward Twelfth Edition Chemistry: The Central Science Brown LeMay Bursten Murphy Woodward Twelfth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit

More information

Introduction to Electrodynamics David J. Griffiths Fourth Edition

Introduction to Electrodynamics David J. Griffiths Fourth Edition Introduction to Electrodynamics David J. Griffiths Fourth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World

More information

GLOBAL EDITION. Thomas. CALCULUS Early Transcendentals Thirteenth Edition in SI Units

GLOBAL EDITION. Thomas. CALCULUS Early Transcendentals Thirteenth Edition in SI Units GLOBAL EDITION Thomas CALCULUS Early Transcendentals Thirteenth Edition in SI Units Editor-in-Chief: Deirdre Lynch Senior Acquisitions Editor: William Hoffman Assistant Acquisitions Editor, Global Editions:

More information

Karen C. Timberlake William Timberlake Fourth Edition

Karen C. Timberlake William Timberlake Fourth Edition Basic Chemistry Karen C. Timberlake William Timberlake Fourth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Esse CM2 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 214 All

More information

History of Mathematics. Victor J. Katz Third Edition

History of Mathematics. Victor J. Katz Third Edition History of Mathematics Victor J. Katz Third Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM0 JE England and Associated Companies throughout the world Visit us on the World Wide Web at:

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 2014

More information

Introduction to Mathematical Statistics and Its Applications Richard J. Larsen Morris L. Marx Fifth Edition

Introduction to Mathematical Statistics and Its Applications Richard J. Larsen Morris L. Marx Fifth Edition Introduction to Mathematical Statistics and Its Applications Richard J. Larsen Morris L. Marx Fifth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies

More information

Organic Chemistry Paula Y. Bruice Seventh Edition

Organic Chemistry Paula Y. Bruice Seventh Edition rganic hemistry Paula Y. Bruice Seventh Edition Pearson Education Limited Edinburgh Gate arlow Essex M20 2JE England and Associated ompanies throughout the wld Visit us on the Wld Wide Web at: www.pearsoned.co.uk

More information

Figure Histogram (a) and normal probability plot (b) of butterfly wings data

Figure Histogram (a) and normal probability plot (b) of butterfly wings data Editor in Chief: Deirdre Lynch Editorial Assistant: Justin Billing Assistant Acquisitions Editor, Global Edition: Murchana Borthakur Associate Project Editor, Global Edition: Binita Roy Program Manager:

More information

Pearson Education Limited. Edinburgh Gate Harlow Essex CM20 2JE England. and Associated Companies throughout the world

Pearson Education Limited. Edinburgh Gate Harlow Essex CM20 2JE England. and Associated Companies throughout the world Editor in Chief: Jeanne Zalesky Executive Editor: Terry Haugen Director of Development: Jennifer Hart Product Marketing Manager: Elizabeth Ellsworth Executive Field Marketing Manager: Chris Barker Development

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 2014

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 2014

More information

Suzanne Bell Second Edition

Suzanne Bell Second Edition Forensic hemistry Suzanne Bell Second Edition Pearson Education Limited Edinburgh Gate Harlow Essex M20 2JE England and Associated ompanies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk

More information

Probability and Statistical Inference NINTH EDITION

Probability and Statistical Inference NINTH EDITION GLOBAL EDITION Probability and Statistical Inference NINTH EDITION Robert V. Hogg Elliot A. Tanis Dale L. Zimmerman Editor in Chief: Deirdre Lynch Acquisitions Editor: Christopher Cummings Sponsoring Editor:

More information

Series editor: Anita Straker

Series editor: Anita Straker Home Book Series editor: Anita Straker 3 Published and distributed by Pearson Education Limited, Edinburgh Gate, Harlow, Essex, CM20 2JE, England www.longman.co.uk Anita Straker, Rosalyn Hyde, Sue Jennings,

More information

Physical Chemistry Thomas Engel Philip Reid Third Edition

Physical Chemistry Thomas Engel Philip Reid Third Edition Physical Chemistry Thomas Engel Philip Reid Third Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide

More information

Developmental Algebra Beginning and Intermediate - Preparing for College Mathematics

Developmental Algebra Beginning and Intermediate - Preparing for College Mathematics Developmental Algebra Beginning and Intermediate - Preparing for College Mathematics By Paul Pierce Included in this preview: Copyright Page Table of Contents Excerpt of Chapter 1 For additional information

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM2 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 214

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 2014

More information

Earth Life System. An Introduction to the

Earth Life System. An Introduction to the An Introduction to the Earth Life System This undergraduate textbook brings together Earth and biological sciences to explore the co-evolution of the Earth and life over geological time. It examines the

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate arlow Essex M20 2JE England and Associated ompanies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 2014 All

More information

Inference with Simple Regression

Inference with Simple Regression 1 Introduction Inference with Simple Regression Alan B. Gelder 06E:071, The University of Iowa 1 Moving to infinite means: In this course we have seen one-mean problems, twomean problems, and problems

More information

Essentials of Geology F.K. Lutgens E.J. Tarbuck D.G. Tasa Eleventh Edition

Essentials of Geology F.K. Lutgens E.J. Tarbuck D.G. Tasa Eleventh Edition Essentials of Geology F.K. Lutgens E.J. Tarbuck D.G. Tasa Eleventh Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us

More information

Hypothesis Tests and Estimation for Population Variances. Copyright 2014 Pearson Education, Inc.

Hypothesis Tests and Estimation for Population Variances. Copyright 2014 Pearson Education, Inc. Hypothesis Tests and Estimation for Population Variances 11-1 Learning Outcomes Outcome 1. Formulate and carry out hypothesis tests for a single population variance. Outcome 2. Develop and interpret confidence

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Liited Edinburgh Gate Harlow Esse CM0 JE England and Associated Copanies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Liited 04 All rights

More information

Applied Regression Modeling

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 &

More information

Modern Control Systems. Richard C. Dorf Robert H. Bishop Twelfth Edition

Modern Control Systems. Richard C. Dorf Robert H. Bishop Twelfth Edition Modern Control Systems Richard C. Dorf Robert H. Bishop Twelfth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on

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

CHAPTER 5 FUNCTIONAL FORMS OF REGRESSION MODELS

CHAPTER 5 FUNCTIONAL FORMS OF REGRESSION MODELS CHAPTER 5 FUNCTIONAL FORMS OF REGRESSION MODELS QUESTIONS 5.1. (a) In a log-log model the dependent and all explanatory variables are in the logarithmic form. (b) In the log-lin model the dependent variable

More information

MAPWORK PRACTICE EXERCISES 13+ ABERDEEN

MAPWORK PRACTICE EXERCISES 13+ ABERDEEN Independent Schools Examinations Board MAPWORK PRACTICE EXERCISES 13+ ABERDEEN Belinda Froud-Yannic Independent Schools Examinations Board www.galorepark.co.uk Published by ISEB Publications, an imprint

More information

ESSENTIAL SAMPLE. Mathematical Methods 1&2CAS MICHAEL EVANS KAY LIPSON DOUG WALLACE

ESSENTIAL SAMPLE. Mathematical Methods 1&2CAS MICHAEL EVANS KAY LIPSON DOUG WALLACE ESSENTIAL Mathematical Methods 1&2CAS MICHAEL EVANS KAY LIPSON DOUG WALLACE TI-Nspire and Casio ClassPad material prepared in collaboration with Jan Honnens David Hibbard i CAMBRIDGE UNIVERSITY PRESS Cambridge,

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

Physics Technology Update James S. Walker Fourth Edition

Physics Technology Update James S. Walker Fourth Edition Phsics Technolog Update James S. Walker Fourth Edition Pearson Education Lim ited Edinburgh Gat e Harlow Esse CM20 2JE England and Associated Com panies throughout the world Visit us on t he World Wide

More information

Proportional Relationships

Proportional Relationships Sampler Math Foundation Unit Grade 7 Proportional Relationships This book belongs to: Copyright 2012 Pearson Education, Inc., or its affiliate(s). All Rights Reserved. Printed in the United States of America.

More information

KARLA KARSTENS University of Vermont. Ronald J. Harshbarger University of South Carolina Beaufort. Lisa S. Yocco Georgia Southern University

KARLA KARSTENS University of Vermont. Ronald J. Harshbarger University of South Carolina Beaufort. Lisa S. Yocco Georgia Southern University INSTRUCTOR S TESTING MANUAL KARLA KARSTENS University of Vermont COLLEGE ALGEBRA IN CONTEXT WITH APPLICATIONS FOR THE MANAGERIAL, LIFE, AND SOCIAL SCIENCES SECOND EDITION Ronald J. Harshbarger University

More information

Full file at

Full file at INSTRUCTOR S SOLUTIONS MANUAL to accompany ELEMENTARY NUMBER THEORY AND ITS APPLICATIONS FIFTH EDITION Bart Goddard Kenneth H. Rosen AT&T Labs This work is protected by United States copyright laws and

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

Acknowledgements of third party content appear on page 33, which constitutes an extension of this copyright page.

Acknowledgements of third party content appear on page 33, which constitutes an extension of this copyright page. Editor-in-hief: Jeanne Zalesky Executive Editor: Terry augen Product Marketing Manager: Elizabeth Ellsworth Executive Field Marketing Manager: hris Barker Director of Development: Jennifer art Development

More information

Regression Models. Chapter 4. Introduction. Introduction. Introduction

Regression Models. Chapter 4. Introduction. Introduction. Introduction Chapter 4 Regression Models Quantitative Analysis for Management, Tenth Edition, by Render, Stair, and Hanna 008 Prentice-Hall, Inc. Introduction Regression analysis is a very valuable tool for a manager

More information

Correlation and Regression (Excel 2007)

Correlation and Regression (Excel 2007) Correlation and Regression (Excel 2007) (See Also Scatterplots, Regression Lines, and Time Series Charts With Excel 2007 for instructions on making a scatterplot of the data and an alternate method of

More information

Correlation & Simple Regression

Correlation & Simple Regression Chapter 11 Correlation & Simple Regression The previous chapter dealt with inference for two categorical variables. In this chapter, we would like to examine the relationship between two quantitative variables.

More information

ArcGIS Pro: Essential Workflows STUDENT EDITION

ArcGIS Pro: Essential Workflows STUDENT EDITION ArcGIS Pro: Essential Workflows STUDENT EDITION Copyright 2018 Esri All rights reserved. Course version 6.0. Version release date August 2018. Printed in the United States of America. The information contained

More information

The simple linear regression model discussed in Chapter 13 was written as

The simple linear regression model discussed in Chapter 13 was written as 1519T_c14 03/27/2006 07:28 AM Page 614 Chapter Jose Luis Pelaez Inc/Blend Images/Getty Images, Inc./Getty Images, Inc. 14 Multiple Regression 14.1 Multiple Regression Analysis 14.2 Assumptions of the Multiple

More information

Categorical Predictor Variables

Categorical Predictor Variables Categorical Predictor Variables We often wish to use categorical (or qualitative) variables as covariates in a regression model. For binary variables (taking on only 2 values, e.g. sex), it is relatively

More information

Chapter 10 Correlation and Regression

Chapter 10 Correlation and Regression Chapter 10 Correlation and Regression 10-1 Review and Preview 10-2 Correlation 10-3 Regression 10-4 Variation and Prediction Intervals 10-5 Multiple Regression 10-6 Modeling Copyright 2010, 2007, 2004

More information

CfE Higher Mathematics Course Materials Topic 10: Logs and exponentials

CfE Higher Mathematics Course Materials Topic 10: Logs and exponentials SCHOLAR Study Guide CfE Higher Mathematics Course Materials Topic 10: Logs and exponentials Authored by: Margaret Ferguson Reviewed by: Jillian Hornby Previously authored by: Jane S Paterson Dorothy A

More information

4. Nonlinear regression functions

4. Nonlinear regression functions 4. Nonlinear regression functions Up to now: Population regression function was assumed to be linear The slope(s) of the population regression function is (are) constant The effect on Y of a unit-change

More information

Chapter 10. Regression. Understandable Statistics Ninth Edition By Brase and Brase Prepared by Yixun Shi Bloomsburg University of Pennsylvania

Chapter 10. Regression. Understandable Statistics Ninth Edition By Brase and Brase Prepared by Yixun Shi Bloomsburg University of Pennsylvania Chapter 10 Regression Understandable Statistics Ninth Edition By Brase and Brase Prepared by Yixun Shi Bloomsburg University of Pennsylvania Scatter Diagrams A graph in which pairs of points, (x, y), are

More information

Lecture 2: Categorical Variable. A nice book about categorical variable is An Introduction to Categorical Data Analysis authored by Alan Agresti

Lecture 2: Categorical Variable. A nice book about categorical variable is An Introduction to Categorical Data Analysis authored by Alan Agresti Lecture 2: Categorical Variable A nice book about categorical variable is An Introduction to Categorical Data Analysis authored by Alan Agresti 1 Categorical Variable Categorical variable is qualitative

More information

Multiple Regression Methods

Multiple Regression Methods Chapter 1: Multiple Regression Methods Hildebrand, Ott and Gray Basic Statistical Ideas for Managers Second Edition 1 Learning Objectives for Ch. 1 The Multiple Linear Regression Model How to interpret

More information

Marketing Research Session 10 Hypothesis Testing with Simple Random samples (Chapter 12)

Marketing Research Session 10 Hypothesis Testing with Simple Random samples (Chapter 12) Marketing Research Session 10 Hypothesis Testing with Simple Random samples (Chapter 12) Remember: Z.05 = 1.645, Z.01 = 2.33 We will only cover one-sided hypothesis testing (cases 12.3, 12.4.2, 12.5.2,

More information

i (x i x) 2 1 N i x i(y i y) Var(x) = P (x 1 x) Var(x)

i (x i x) 2 1 N i x i(y i y) Var(x) = P (x 1 x) Var(x) ECO 6375 Prof Millimet Problem Set #2: Answer Key Stata problem 2 Q 3 Q (a) The sample average of the individual-specific marginal effects is 0039 for educw and -0054 for white Thus, on average, an extra

More information

This content has been downloaded from IOPscience. Please scroll down to see the full text.

This content has been downloaded from IOPscience. Please scroll down to see the full text. This content has been downloaded from IOPscience. Please scroll down to see the full text. Download details: IP Address: 148.251.232.83 This content was downloaded on 20/11/2018 at 00:32 Please note that

More information

DISPLAYING THE POISSON REGRESSION ANALYSIS

DISPLAYING THE POISSON REGRESSION ANALYSIS Chapter 17 Poisson Regression Chapter Table of Contents DISPLAYING THE POISSON REGRESSION ANALYSIS...264 ModelInformation...269 SummaryofFit...269 AnalysisofDeviance...269 TypeIII(Wald)Tests...269 MODIFYING

More information

A VERTICAL LOOK AT KEY CONCEPTS AND PROCEDURES ALGEBRA I. Texas Education Agency

A VERTICAL LOOK AT KEY CONCEPTS AND PROCEDURES ALGEBRA I. Texas Education Agency A VERTICAL LOOK AT KEY CONCEPTS AND PROCEDURES ALGEBRA I Texas Education Agency The materials are copyrighted (c) and trademarked (tm) as the property of the Texas Education Agency (TEA) and may not be

More information

SAMPLE. The SSAT Course Book MIDDLE & UPPER LEVEL QUANTITATIVE. Focusing on the Individual Student

SAMPLE. The SSAT Course Book MIDDLE & UPPER LEVEL QUANTITATIVE. Focusing on the Individual Student The SSAT Course Book MIDDLE & UPPER LEVEL QUANTITATIVE Focusing on the Individual Student Copyright Statement The SSAT Course Book, along with all Summit Educational Group Course Materials, is protected

More information

Cambridge IGCSE and O Level Additional Mathematics Coursebook

Cambridge IGCSE and O Level Additional Mathematics Coursebook Cambridge IGCSE and O Level Additional Mathematics Coursebook Second edition University Printing House, Cambridge CB2 8BS, United Kingdom One Liberty Plaza, 20th Floor, New York, NY 10006, USA 477 Williamstown

More information

Chapter 4. Regression Models. Learning Objectives

Chapter 4. Regression Models. Learning Objectives Chapter 4 Regression Models To accompany Quantitative Analysis for Management, Eleventh Edition, by Render, Stair, and Hanna Power Point slides created by Brian Peterson Learning Objectives After completing

More information

Emulsions. Fundamentals and Applications in the Petroleum Industry

Emulsions. Fundamentals and Applications in the Petroleum Industry ADVANCES IN CHEMISTRY SERIES 231 Downloaded via 148.251.232.83 on July 23, 2018 at 08:49:52 (UTC). See https://pubs.acs.org/sharingguidelines for options on how to legitimately share published articles.

More information

Midterm 2 - Solutions

Midterm 2 - Solutions Ecn 102 - Analysis of Economic Data University of California - Davis February 23, 2010 Instructor: John Parman Midterm 2 - Solutions You have until 10:20am to complete this exam. Please remember to put

More information

28. SIMPLE LINEAR REGRESSION III

28. SIMPLE LINEAR REGRESSION III 28. SIMPLE LINEAR REGRESSION III Fitted Values and Residuals To each observed x i, there corresponds a y-value on the fitted line, y = βˆ + βˆ x. The are called fitted values. ŷ i They are the values of

More information

Chapter 6. Additional Topics in Trigonometry. 6.6 Vectors. Copyright 2014, 2010, 2007 Pearson Education, Inc.

Chapter 6. Additional Topics in Trigonometry. 6.6 Vectors. Copyright 2014, 2010, 2007 Pearson Education, Inc. Chapter 6 Additional Topics in Trigonometry 6.6 Vectors Copyright 2014, 2010, 2007 Pearson Education, Inc. 1 Obectives: Use magnitude and direction to show vectors are equal. Visualize scalar multiplication,

More information

Section 5: Dummy Variables and Interactions

Section 5: Dummy Variables and Interactions Section 5: Dummy Variables and Interactions Carlos M. Carvalho The University of Texas at Austin McCombs School of Business http://faculty.mccombs.utexas.edu/carlos.carvalho/teaching/ 1 Example: Detecting

More information

Statistics for Managers Using Microsoft Excel 7 th Edition

Statistics for Managers Using Microsoft Excel 7 th Edition Statistics for Managers Using Microsoft Excel 7 th Edition Chapter 8 Confidence Interval Estimation Statistics for Managers Using Microsoft Excel 7e Copyright 2014 Pearson Education, Inc. Chap 8-1 Learning

More information

FOUNDATION SCIENCE FOR ENGINEERS

FOUNDATION SCIENCE FOR ENGINEERS FOUNDATION SCIENCE FOR ENGINEERS Other titles of interest to engineers Dynamics G.E. Drabble Electric Circuits P. Silvester Electromagnetism R.G. Powell Engineering Mathematics, fourth edition K.A. Stroud

More information

Simple Linear Regression. John McGready Johns Hopkins University

Simple Linear Regression. John McGready Johns Hopkins University This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this

More information

Mark Scheme (Results) Summer Edexcel Level 3 Award (AAL30) Algebra

Mark Scheme (Results) Summer Edexcel Level 3 Award (AAL30) Algebra Mark Scheme (Results) Summer 203 Edexcel Level 3 Award (AAL30) Algebra Edexcel and BTEC Qualifications Edexcel and BTEC qualifications come from Pearson, the world s leading learning company. We provide

More information

Automatic Control Systems

Automatic Control Systems Automatic Control Systems Edited by Dr. Yuri Sokolov Contributing Authors: Dr. Victor Iliushko, Dr. Emaid A. Abdul-Retha, Mr. Sönke Dierks, Dr. Pascual Marqués. Published by Marques Aviation Ltd Southport,

More information

Box-Cox Transformations

Box-Cox Transformations Box-Cox Transformations Revised: 10/10/2017 Summary... 1 Data Input... 3 Analysis Summary... 3 Analysis Options... 5 Plot of Fitted Model... 6 MSE Comparison Plot... 8 MSE Comparison Table... 9 Skewness

More information

MATH STUDENT BOOK. 11th Grade Unit 10

MATH STUDENT BOOK. 11th Grade Unit 10 MATH STUDENT BOOK 11th Grade Unit 10 Unit 10 ALGEBRA II REVIEW MATH 1110 ALGEBRA II REVIEW INTRODUCTION 3 1. INTEGERS, OPEN SENTENCES, AND GRAPHS 5 INTEGERS 5 OPEN SENTENCES 10 GRAPHS 18 SELF TEST 1 24

More information

ArcGIS Enterprise: Administration Workflows STUDENT EDITION

ArcGIS Enterprise: Administration Workflows STUDENT EDITION ArcGIS Enterprise: Administration Workflows STUDENT EDITION Copyright 2019 Esri All rights reserved. Course version 1.1. Version release date April 2019. Printed in the United States of America. The information

More information

SAT & ACT Foundations

SAT & ACT Foundations E SAT & ACT Foundations SA M PL MATHEMATICS (800) MY TUTOR Focusing on the Individual Student MYTUTOR.COM Copyright Statement The ACT & SAT Skills Book, along with all Summit Educational Group Course Materials,

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

Introduction to Mathematical Statistics Robert V. Hogg Joeseph McKean Allen T. Craig Seventh Edition

Introduction to Mathematical Statistics Robert V. Hogg Joeseph McKean Allen T. Craig Seventh Edition Intoduction to Mathematical Statistics Robet V. Hogg Joeseph McKean Allen T. Caig Seventh Edition Peason Education Limited Edinbugh Gate Halow Essex CM2 2JE England and Associated Companies thoughout the

More information

Grade AM108R 7 + Mastering the Standards ALGEBRA. By Murney R. Bell

Grade AM108R 7 + Mastering the Standards ALGEBRA. By Murney R. Bell Hayes AM108R Mastering the Standards ALGEBRA By Murney R. Bell Grade 7 + Mastering the Standards Algebra By Murney R. Bell Illustrated by Reneé Yates Copyright 2008, Hayes School Publishing Co., Inc.,

More information

Mark Scheme (Results) June IGCSE Mathematics (4MAO) Paper 3H

Mark Scheme (Results) June IGCSE Mathematics (4MAO) Paper 3H Mark Scheme (Results) June 0 IGCSE Mathematics (4MAO) Paper 3H Edexcel is one of the leading examining and awarding bodies in the UK and throughout the world. We provide a wide range of qualifications

More information