Microeconometrics with R

Microeconometrics with R

  • Yves Croissant
Publisher:CRC PressISBN 13: 9781040298220ISBN 10: 1040298222

Paperback & Hardcover deals ―

Amazon IndiaGOFlipkart GOSnapdealGOSapnaOnlineGOJain Book AgencyGOBooks Wagon₹5,803Book ChorGOCrosswordGODC BooksGO

e-book & Audiobook deals ―

Amazon India GOGoogle Play Books GOAudible GO

* Price may vary from time to time.

* GO = We're not able to fetch the price (please check manually visiting the website).

Know about the book -

Microeconometrics with R is written by Yves Croissant and published by CRC Press. It's available with International Standard Book Number or ISBN identification 1040298222 (ISBN 10) and 9781040298220 (ISBN 13).

This book is about doing microeconometrics, defined by Cameron and Trivedi as "the analysis of individual-level data on the economic behavior of individuals or firms using regression methods applied to cross-section and panel data" with R. Microeconometrics became increasingly popular in the last decades, thanks to the availability of many individual data sets and to the development of computer performance. R appeared in the late nineties as a clone of S. It became increasingly popular among statisticians, especially in fields where S was widely used. Twenty years ago, using R for doing econometrics analysis required a lot of programming because a lot of core methods of econometrics were not available in R. Nowadays, most of the basic methods described in the book are available in contributed packages. Moreover, the set of packages called the tidyverse developed by RStudio (now Posit) for all the basic tasks of an applied statistician (importing, tidying, transforming and visualizing data sets) makes the use of R faster and easier. The book uses extensively specialized econometrics packages and the tidyverse, and it seeks to demonstrate that the adoption of R as the primary software for an econometrician is a relevant choice. The first part of the book is devoted to the ordinary least squares estimator. Matrix algebra is progressively introduced in this part, and special attention is paid to the interpretation of the estimated coefficients. The second part goes beyond the basic OLS estimator by testing the hypothesis on which this estimator is based and providing more complex estimators relevant when some of these hypotheses are violated. Finally, the third part of the book presents specific estimators devoted to "special" responses, e.g., count, binomial or duration data. Key Features: Many applications using data sets of recent academic works are developed Testing and estimation procedures using the programming framework of R and specialized packages are presented Two companion packages (micsr and micsr.data), containing respectively functions implementing some estimation and testing procedures not available in other contributed packages and data sets used in the book, are provided