장바구니 담기 close

장바구니에 상품을 담았습니다.

Introduction to Linear Regression Analysis

Introduction to Linear Regression Analysis

  • Douglas C. Montgomery
  • |
  • Wiley
  • |
  • 2021-01-27 출간
  • |
  • 704페이지
  • |
  • English
  • |
  • ISBN 9781119578727
판매가

185,830원

즉시할인가

183,972

배송비

무료배송

(제주/도서산간 배송 추가비용:3,000원)

수량
+ -
총주문금액
183,972

※ 스프링제본 상품은 반품/교환/환불이 불가능하므로 신중하게 선택하여 주시기 바랍니다.

목차


Preface xiii

About the Companion Website xvi

1. Introduction 1

1.1 Regression and Model Building 1

1.2 Data Collection 5

1.3 Uses of Regression 9

1.4 Role of the Computer 10

2. Simple Linear Regression 12

2.1 Simple Linear Regression Model 12

2.2 Least-Squares Estimation of the Parameters 13

2.2.1 Estimation of β0 and β1 13

2.2.2 Properties of the Least-Squares Estimators and the Fitted Regression Model 18

2.2.3 Estimation of σ2 20

2.2.4 Alternate Form of the Model 22

2.3 Hypothesis Testing on the Slope and Intercept 22

2.3.1 Use of t Tests 22

2.3.2 Testing Significance of Regression 24

2.3.3 Analysis of Variance 25

2.4 Interval Estimation in Simple Linear Regression 29

2.4.1 Confidence Intervals on β0, β1, and σ2 29

2.4.2 Interval Estimation of the Mean Response 30

2.5 Prediction of New Observations 33

2.6 Coefficient of Determination 35

2.7 A Service Industry Application of Regression 37

2.8 Does Pitching Win Baseball Games? 39

2.9 Using SAS? and R for Simple Linear Regression 41

2.10 Some Considerations in the Use of Regression 44

2.11 Regression Through the Origin 46

2.12 Estimation by Maximum Likelihood 52

2.13 Case Where the Regressor x is Random 53

2.13.1 x and y Jointly Distributed 54

2.13.2 x and y Jointly Normally Distributed: Correlation Model 54

Problems 59

3. Multiple Linear Regression 69

3.1 Multiple Regression Models 69

3.2 Estimation of the Model Parameters 72

3.2.1 Least-Squares Estimation of the Regression Coefficients 72

3.2.2 Geometrical Interpretation of Least Squares 79

3.2.3 Properties of the Least-Squares Estimators 81

3.2.4 Estimation of σ2 82

3.2.5 Inadequacy of Scatter Diagrams in Multiple Regression 84

3.2.6 Maximum-Likelihood Estimation 85

3.3 Hypothesis Testing in Multiple Linear Regression 86

3.3.1 Test for Significance of Regression 86

3.3.2 Tests on Individual Regression Coefficients and Subsets of Coefficients 90

3.3.3 Special Case of Orthogonal Columns in X 95

3.3.4 Testing the General Linear Hypothesis 97

3.4 Confidence Intervals in Multiple Regression 99

3.4.1 Confidence Intervals on the Regression Coefficients 100

3.4.2 CI Estimation of the Mean Response 101

3.4.3 Simultaneous Confidence Intervals on Regression Coefficients 102

3.5 Prediction of New Observations 106

3.6 A Multiple Regression Model for the Patient Satisfaction Data 106

3.7 Does Pitching and Defense Win Baseball Games? 108

3.8 Using SAS and R for Basic Multiple Linear Regression 110

3.9 Hidden Extrapolation in Multiple Regression 111

3.10 Standardized Regression Coefficients 115

3.11 Multicollinearity 121

3.12 Why Do Regression Coefficients Have the Wrong Sign? 123

Problems 125

4. Model Adequacy Checking 134

4.1 Introduction 134

4.2 Residual Analysis 135

4.2.1 Definition of Residuals 135

4.2.2 Methods for Scaling Residuals 135

4.2.3 Residual Plots 141

4.2.4 Partial Regression and Partial Residual Plots 148

4.2.5 Using Minitab?, SAS, and R for Residual Analysis 151

4.2.6 Other Residual Plotting and Analysis Methods 154

4.3 PRESS Statistic 156

4.4 Detection and Treatment of Outliers 157

4.5 Lack of Fit of the Regression Model 161

4.5.1 A Formal Test for Lack of Fit 161

4.5.2 Estimation of Pure Error from Near Neighbors 165

Problems 170

5. Transformations and Weighting To Correct Model Inadequacies 177

5.1 Introduction 177

5.2 Variance-Stabilizing Transformations 178

5.3 Transformations to Linearize the Model 182

5.4 Analytical Methods for Selecting a Transformation 188

5.4.1 Transformations on y: The Box?Cox Method 188

5.4.2 Transformations on the Regressor Variables 190

5.5 Generalized and Weighted Least Squares 194

5.5.1 Generalized Least Squares 194

5.5.2 Weighted Least Squares 196

5.5.3 Some Practical Issues 197

5.6 Regression Models with Random Effects 200

5.6.1 Subsampling 200

5.6.2 The General Situation for a Regression Model with a Single Random Effect 204

5.6.3 The Importance of the Mixed Model in Regression 208

Problems 208

6. Diagnostics For Leverage and Influence 217

6.1 Importance of Detecting Influential Observations 217

6.2 Leverage 218

6.3 Measures of Influence: Cook’s D 221

6.4 Measures of Influence: DFFITS and DFBETAS 223

6.5 A Measure of Model Performance 225

6.6 Detecting Groups of Influential Observations 226

6.7 Treatment of Influential Observations 226

Problems 227

7. Polynomial Regression Models 230

7.1 Introduction 230

7.2 Polynomial Models in One Variable 230

7.2.1 Basic Principles 230

7.2.2 Piecewise Polynomial Fitting (Splines) 236

7.2.3 Polynomial and Trigonometric Terms 242

7.3 Nonparametric Regression 243

7.3.1 Kernel Regression 244

7.3.2 Locally Weighted Regression (Loess) 244

7.3.3 Final Cautions 249

7.4 Polynomial Models in Two or More Variables 249

7.5 Orthogonal Polynomials 255

Problems 261

8. Indicator Variables 268

8.1 General Concept of Indicator Variables 268

8.2 Comments on the Use of Indicator Variables 281

8.2.1 Indicator Variables versus Regression on Allocated Codes 281

8.2.2 Indicator Variables as a Substitute for a Quantitative Regressor 282

8.3 Regression Approach to Analysis of Variance 283

Problems 288

9. Multicollinearity 293

9.1 Introduction 293

9.2 Sources of Multicollinearity 294

9.3 Effects of Multicollinearity 296

9.4 Multicollinearity Diagnostics 300

9.4.1 Examination of the Correlation Matrix 300

9.4.2 Variance Inflation Factors 304

교환 및 환불안내

도서교환 및 환불
  • ㆍ배송기간은 평일 기준 1~3일 정도 소요됩니다.(스프링 분철은 1일 정도 시간이 더 소요됩니다.)
  • ㆍ상품불량 및 오배송등의 이유로 반품하실 경우, 반품배송비는 무료입니다.
  • ㆍ고객님의 변심에 의한 반품,환불,교환시 택배비는 본인 부담입니다.
  • ㆍ상담원과의 상담없이 교환 및 반품으로 반송된 물품은 책임지지 않습니다.
  • ㆍ이미 발송된 상품의 취소 및 반품, 교환요청시 배송비가 발생할 수 있습니다.
  • ㆍ반품신청시 반송된 상품의 수령후 환불처리됩니다.(카드사 사정에 따라 카드취소는 시일이 3~5일이 소요될 수 있습니다.)
  • ㆍ주문하신 상품의 반품,교환은 상품수령일로 부터 7일이내에 신청하실 수 있습니다.
  • ㆍ상품이 훼손된 경우 반품 및 교환,환불이 불가능합니다.
  • ㆍ반품/교환시 고객님 귀책사유로 인해 수거가 지연될 경우에는 반품이 제한될 수 있습니다.
  • ㆍ스프링제본 상품은 교환 및 환불이 불가능 합니다.
  • ㆍ군부대(사서함) 및 해외배송은 불가능합니다.
  • ㆍ오후 3시 이후 상담원과 통화되지 않은 취소건에 대해서는 고객 반품비용이 발생할 수 있습니다.
반품안내
  • 마이페이지 > 나의상담 > 1 : 1 문의하기 게시판 또는 고객센터 1800-7327
교환/반품주소
  • 경기도 파주시 문발로 211 1층 / (주)북채널 / 전화 : 1800-7327
  • 택배안내 : CJ대한통운(1588-1255)
  • 고객님 변심으로 인한 교환 또는 반품시 왕복 배송비 5,000원을 부담하셔야 하며, 제품 불량 또는 오 배송시에는 전액을 당사에서부담 합니다.