Details

Panel Data Econometrics with R


Panel Data Econometrics with R


1. Aufl.

von: Yves Croissant, Giovanni Millo

84,99 €

Verlag: Wiley
Format: EPUB
Veröffentl.: 10.08.2018
ISBN/EAN: 9781118949184
Sprache: englisch
Anzahl Seiten: 328

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<p><i>Panel Data Econometrics with R</i> provides a tutorial for using R in the field of panel data econometrics. Illustrated throughout with examples in econometrics, political science, agriculture and epidemiology, this book presents classic methodology and applications as well as more advanced topics and recent developments in this field including error component models, spatial panels and dynamic models. They have developed the software programming in R and host replicable material on the book’s accompanying website.</p>
<p>Preface xiii</p> <p>Acknowledgments xvii</p> <p>About the CompanionWebsite xix</p> <p><b>1 Introduction 1</b></p> <p>1.1 Panel Data Econometrics: A Gentle Introduction 1</p> <p>1.1.1 Eliminating Unobserved Components 2</p> <p>1.1.1.1 Differencing Methods 2</p> <p>1.1.1.2 LSDV Methods 2</p> <p>1.1.1.3 Fixed Effects Methods 2</p> <p>1.2 R for Econometric Computing 6</p> <p>1.2.1 The Modus Operandi of R 7</p> <p>1.2.2 Data Management 8</p> <p>1.2.2.1 Outsourcing to Other Software 8</p> <p>1.2.2.2 Data ManagementThrough Formulae 8</p> <p>1.3 plm for the Casual R User 8</p> <p>1.3.1 R for the Matrix Language User 9</p> <p>1.3.2 R for the User of Econometric Packages 10</p> <p>1.4 plm for the Proficient R User 11</p> <p>1.4.1 Reproducible EconometricWork 12</p> <p>1.4.2 Object-orientation for the User 13</p> <p>1.5 plm for the R Developer 13</p> <p>1.5.1 Object-orientation for Development 14</p> <p>1.6 Notations 17</p> <p>1.6.1 General Notation 18</p> <p>1.6.2 Maximum Likelihood Notations 18</p> <p>1.6.3 Index 18</p> <p>1.6.4 The Two-way Error Component Model 18</p> <p>1.6.5 Transformation for the One-way Error Component Model 19</p> <p>1.6.6 Transformation for the Two-ways Error Component Model 20</p> <p>1.6.7 Groups and Nested Models 20</p> <p>1.6.8 Instrumental Variables 20</p> <p>1.6.9 Systems of Equations 20</p> <p>1.6.10 Time Series 21</p> <p>1.6.11 Limited Dependent and Count Variables 21</p> <p>1.6.12 Spatial Panels 21</p> <p><b>2 The Error Component Model 23</b></p> <p>2.1 Notations and Hypotheses 23</p> <p>2.1.1 Notations 23</p> <p>2.1.2 Some Useful Transformations 24</p> <p>2.1.3 Hypotheses Concerning the Errors 25</p> <p>2.2 Ordinary Least Squares Estimators 27</p> <p>2.2.1 Ordinary Least Squares on the Raw Data: The Pooling Model 27</p> <p>2.2.2 The between Estimator 28</p> <p>2.2.3 The within Estimator 29</p> <p>2.3 The Generalized Least Squares Estimator 33</p> <p>2.3.1 Presentation of the GLS Estimator 34</p> <p>2.3.2 Estimation of the Variances of the Components of the Error 35</p> <p>2.4 Comparison of the Estimators 39</p> <p>2.4.1 Relations between the Estimators 39</p> <p>2.4.2 Comparison of the Variances 40</p> <p>2.4.3 Fixed vs Random Effects 40</p> <p>2.4.4 Some Simple Linear Model Examples 42</p> <p>2.5 The Two-ways Error Components Model 47</p> <p>2.5.1 Error Components in the Two-ways Model 47</p> <p>2.5.2 Fixed and Random Effects Models 48</p> <p>2.6 Estimation of a Wage Equation 49</p> <p><b>3 Advanced Error Components Models 53</b></p> <p>3.1 Unbalanced Panels 53</p> <p>3.1.1 Individual Effects Model 53</p> <p>3.1.2 Two-ways Error Component Model 54</p> <p>3.1.2.1 Fixed Effects Model 55</p> <p>3.1.2.2 Random Effects Model 56</p> <p>3.1.3 Estimation of the Components of the Error Variance 57</p> <p>3.2 Seemingly Unrelated Regression 64</p> <p>3.2.1 Introduction 64</p> <p>3.2.2 Constrained Least Squares 65</p> <p>3.2.3 Inter-equations Correlation 66</p> <p>3.2.4 SUR With Panel Data 67</p> <p>3.3 The Maximum Likelihood Estimator 71</p> <p>3.3.1 Derivation of the Likelihood Function 71</p> <p>3.3.2 Computation of the Estimator 73</p> <p>3.4 The Nested Error Components Model 74</p> <p>3.4.1 Presentation of the Model 74</p> <p>3.4.2 Estimation of the Variance of the Error Components 75</p> <p><b>4 Tests on Error Component Models </b><b>83</b></p> <p>4.1 Tests on Individual and/or Time Effects 83</p> <p>4.1.1 F Tests 84</p> <p>4.1.2 Breusch-Pagan Tests 84</p> <p>4.2 Tests for Correlated Effects 88</p> <p>4.2.1 The Mundlak Approach 89</p> <p>4.2.2 Hausman Test 90</p> <p>4.2.3 Chamberlain’s Approach 90</p> <p>4.2.3.1 Unconstrained Estimator 91</p> <p>4.2.3.2 Constrained Estimator 93</p> <p>4.2.3.3 Fixed Effects Models 93</p> <p>4.3 Tests for Serial Correlation 95</p> <p>4.3.1 Unobserved Effects Test 95</p> <p>4.3.2 Score Test of Serial Correlation and/or Individual Effects 96</p> <p>4.3.3 Likelihood Ratio Tests for AR(1) and Individual Effects 99</p> <p>4.3.4 Applying Traditional Serial Correlation Tests to Panel Data 101</p> <p>4.3.5 Wald Tests for Serial Correlation using within and First-differenced Estimators 102</p> <p>4.3.5.1 Wooldridge’s within-based Test 102</p> <p>4.3.5.2 Wooldridge’s First-difference-based Test 103</p> <p>4.4 Tests for Cross-sectional Dependence 104</p> <p>4.4.1 Pairwise Correlation Coefficients 104</p> <p>4.4.2 CD-type Tests for Cross-sectional Dependence 105</p> <p>4.4.3 Testing Cross-sectional Dependence in a pseries 107</p> <p><b>5 Robust Inference and Estimation for Non-spherical Errors 109</b></p> <p>5.1 Robust Inference 109</p> <p>5.1.1 Robust Covariance Estimators 109</p> <p>5.1.1.1 Cluster-robust Estimation in a Panel Setting 110</p> <p>5.1.1.2 Double Clustering 115</p> <p>5.1.1.3 Panel Newey-west and SCC 116</p> <p>5.1.2 Generic Sandwich Estimators and Panel Models 120</p> <p>5.1.2.1 Panel Corrected Standard Errors 122</p> <p>5.1.3 Robust Testing of Linear Hypotheses 123</p> <p>5.1.3.1 An Application: Robust Hausman Testing 125</p> <p>5.2 Unrestricted Generalized Least Squares 127</p> <p>5.2.1 General Feasible Generalized Least Squares 128</p> <p>5.2.1.1 Pooled GGLS 129</p> <p>5.2.1.2 Fixed Effects GLS 130</p> <p>5.2.1.3 First Difference GLS 132</p> <p>5.2.2 Applied Examples 133</p> <p><b>6 Endogeneity </b><b>139</b></p> <p>6.1 Introduction 139</p> <p>6.2 The Instrumental Variables Estimator 140</p> <p>6.2.1 Generalities about the Instrumental Variables Estimator 140</p> <p>6.2.2 The within Instrumental Variables Estimator 141</p> <p>6.3 Error Components Instrumental Variables Estimator 143</p> <p>6.3.1 The General Model 143</p> <p>6.3.2 Special Cases of the General Model 145</p> <p>6.3.2.1 The within Model 145</p> <p>6.3.2.2 Error Components Two Stage Least Squares 146</p> <p>6.3.2.3 The Hausman and Taylor Model 146</p> <p>6.3.2.4 The Amemiya-Macurdy Estimator 147</p> <p>6.3.2.5 The Breusch, Mizon and Schmidt’s Estimator 147</p> <p>6.3.2.6 Balestra and Varadharajan-Krishnakumar Estimator 147</p> <p>6.4 Estimation of a System of Equations 154</p> <p>6.4.1 TheThree Stage Least Squares Estimator 155</p> <p>6.4.2 The Error Components Three Stage Least Squares Estimator 156</p> <p>6.5 More Empirical Examples 158</p> <p><b>7 Estimation of a Dynamic Model </b><b>161</b></p> <p>7.1 Dynamic Model and Endogeneity 163</p> <p>7.1.1 The Bias of the ols Estimator 163</p> <p>7.1.2 The within Estimator 164</p> <p>7.1.3 Consistent Estimation Methods for Dynamic Models 165</p> <p>7.2 GMM Estimation of the Differenced Model 168</p> <p>7.2.1 Instrumental Variables and Generalized Method of Moments 168</p> <p>7.2.2 One-step Estimator 169</p> <p>7.2.3 Two-steps Estimator 171</p> <p>7.2.4 The Proliferation of Instruments in the Generalized Method of Moments Difference Estimator 172</p> <p>7.3 Generalized Method of Moments Estimator in Differences and Levels 174</p> <p>7.3.1 Weak Instruments 174</p> <p>7.3.2 Moment Conditions on the Levels Model 175</p> <p>7.3.3 The System GMM Estimator 177</p> <p>7.4 Inference 178</p> <p>7.4.1 Robust Estimation of the Coefficients’ Covariance 178</p> <p>7.4.2 Overidentification Tests 179</p> <p>7.4.3 Error Serial Correlation Test 181</p> <p>7.5 More Empirical Examples 182</p> <p><b>8 Panel Time Series </b><b>185</b></p> <p>8.1 Introduction 185</p> <p>8.2 Heterogeneous Coefficients 186</p> <p>8.2.1 Fixed Coefficients 186</p> <p>8.2.2 Random Coefficients 187</p> <p>8.2.2.1 The Swamy Estimator 187</p> <p>8.2.2.2 The Mean Groups Estimator 190</p> <p>8.2.3 Testing for Poolability 192</p> <p>8.3 Cross-sectional Dependence and Common Factors 194</p> <p>8.3.1 The Common Factor Model 195</p> <p>8.3.2 Common Correlated Effects Augmentation 196</p> <p>8.3.2.1 cce Mean Groups vs. cce Pooled 198</p> <p>8.3.2.2 Computing the ccep Variance 199</p> <p>8.4 Nonstationarity and Cointegration 200</p> <p>8.4.1 Unit Root Testing: Generalities 201</p> <p>8.4.2 First Generation Unit Root Testing 204</p> <p>8.4.2.1 Preliminary Results 204</p> <p>8.4.2.2 Levin-Lin-Chu Test 205</p> <p>8.4.2.3 Im, Pesaran and Shin Test 205</p> <p>8.4.2.4 The Maddala and Wu Test 206</p> <p>8.4.3 Second Generation Unit Root Testing 207</p> <p><b>9 Count Data and Limited Dependent Variables </b><b>211</b></p> <p>9.1 Binomial and Ordinal Models 213</p> <p>9.1.1 Introduction 213</p> <p>9.1.1.1 The Binomial Model 213</p> <p>9.1.1.2 Ordered Models 214</p> <p>9.1.2 The Random Effects Model 214</p> <p>9.1.2.1 The Binomial Model 214</p> <p>9.1.2.2 Ordered Models 217</p> <p>9.1.3 The Conditional Logit Model 219</p> <p>9.2 Censored or Truncated Dependent Variable 223</p> <p>9.2.1 Introduction 223</p> <p>9.2.2 The Ordinary Least Squares Estimator 223</p> <p>9.2.3 The Symmetrical Trimmed Estimator 225</p> <p>9.2.3.1 Truncated Sample 225</p> <p>9.2.3.2 Censored Sample 226</p> <p>9.2.4 The Maximum Likelihood Estimator 226</p> <p>9.2.4.1 Truncated Sample 226</p> <p>9.2.4.2 Censored Sample 227</p> <p>9.2.5 Fixed Effects Model 227</p> <p>9.2.5.1 Truncated Sample 227</p> <p>9.2.5.2 Censored Sample 229</p> <p>9.2.6 The Random Effects Model 233</p> <p>9.2.6.1 Truncated Sample 233</p> <p>9.2.6.2 Censored Sample 234</p> <p>9.3 Count Data 236</p> <p>9.3.1 Introduction 236</p> <p>9.3.1.1 The Poisson Model 236</p> <p>9.3.1.2 The NegBin Model 237</p> <p>9.3.2 Fixed Effects Model 237</p> <p>9.3.2.1 The Poisson Model 237</p> <p>9.3.2.2 Negbin Model 239</p> <p>9.3.3 Random Effects Models 239</p> <p>9.3.3.1 The Poisson Model 239</p> <p>9.3.3.2 The NegBin Model 240</p> <p>9.4 More Empirical Examples 243</p> <p><b>10 Spatial Panels </b><b>245</b></p> <p>10.1 Spatial Correlation 245</p> <p>10.1.1 Visual Assessment 245</p> <p>10.1.2 Testing for Spatial Dependence 246</p> <p>10.1.2.1 CD p Tests for Local Cross-sectional Dependence 247</p> <p>10.1.2.2 The Randomized W Test 247</p> <p>10.2 Spatial Lags 250</p> <p>10.2.1 Spatially Lagged Regressors 251</p> <p>10.2.2 Spatially Lagged Dependent Variables 253</p> <p>10.2.2.1 Spatial OLS 254</p> <p>10.2.2.2 ML Estimation of the sar Model 254</p> <p>10.2.3 Spatially Correlated Errors 255</p> <p>10.3 Individual Heterogeneity in Spatial Panels 258</p> <p>10.3.1 Random versus Fixed Effects 258</p> <p>10.3.2 Spatial Panel Models with Error Components 260</p> <p>10.3.2.1 Spatial Panels with Independent Random Effects 260</p> <p>10.3.2.2 Spatially Correlated Random Effects 261</p> <p>10.3.3 Estimation 261</p> <p>10.3.3.1 Spatial Models with a General Error Covariance 262</p> <p>10.3.3.2 General Maximum Likelihood Framework 263</p> <p>10.3.3.3 Generalized Moments Estimation 267</p> <p>10.3.4 Testing 269</p> <p>10.3.4.1 LM Tests for Random Effects and Spatial Errors 269</p> <p>10.3.4.2 Testing for Spatial Lag vs Error 272</p> <p>10.4 Serial and Spatial Correlation 277</p> <p>10.4.1 Maximum Likelihood Estimation 277</p> <p>10.4.1.1 Serial and Spatial Correlation in the Random Effects Model 277</p> <p>10.4.1.2 Serial and Spatial Correlation with KKP-Type Effects 278</p> <p>10.4.2 Testing 281</p> <p>10.4.2.1 Tests for Random Effects, Spatial, and Serial Error Correlation 281</p> <p>10.4.2.2 Spatial Lag vs Error in the Serially Correlated Model 284</p> <p>Bibliography 285</p> <p>Index 297</p>
<p><b><i>Yves Croissant,</i></b><i> Professor of Economics, CEMOI, Faculté de Droit et d'Economie, Université de La Réunion, France</i> <p><b><i>Giovanni Millo,</i></b><i> Senior Economist, Group Insurance Research, Assicurazioni Generali S.p.A., Trieste, Italy</i>
<p><b>Panel Data Econometrics with R</b> <p><b>A practical guide to using R in the growing field of panel data econometrics</b> <p>This book serves as a tutorial for using R in the field of panel data econometrics, illustrated throughout with examples in econometrics, political science, agriculture and ecology. It presents classic methodology and applications as well as more advanced topics and recent developments in this field including spatial panels, dynamic and generalised linear models. Software procedures are presented at a basic level to provide access to the casual R users. More advanced users will appreciate the scalability of the software and find directions towards more sophisticated operation, exploiting the functional nature of R and its object-orientation features. <p><b><i>Key features:</i></b> <ul> <li>Panel data econometrics is explained in a rigorous but practical way</li> <li>A rich collection of fully reproducible examples features throughout</li> <li>Written by the authors of the well-known 'plm' package for R</li> <li>Covers the basics of panel data econometrics as taught in graduate econometrics classes</li> <li>Includes datasets with examples in econometrics, political science, agriculture and ecology</li> <li>Supported by accompanying website featuring R code, examples, replicable material and instructor materials</li> </ul> <p>Enriched by a wide collection of examples, <i>Panel Data Econometrics with R</i> can be a practical companion to advanced textbooks as well as a primary reference text for practitioners. The techniques covered will also appeal to many social and natural scientists beside economists.

Diese Produkte könnten Sie auch interessieren:

Designated Drivers
Designated Drivers
von: G. E. Anderson
PDF ebook
22,99 €
Quantitative Financial Economics
Quantitative Financial Economics
von: Keith Cuthbertson, Dirk Nitzsche
PDF ebook
40,99 €