Coder Social home page Coder Social logo

yuminliut / wooldridge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lnsongxf/wooldridge

0.0 1.0 0.0 27.93 MB

R package containing 105 data sets for "Introductory Econometrics: A Modern Approach". A vignette contains example models from each chapter.

Home Page: https://justinmshea.github.io/wooldridge

R 100.00%

wooldridge's Introduction

CRAN_Status_Badge Travis AppVeyor Build Status

wooldridge: 105 Data Sets for Econometrics

Economics students new to both econometrics and R may find the introduction to both challenging. However, if one's text is "Introductory Econometrics: A Modern Approach" by Jeffrey M. Wooldridge, they are in luck!

The wooldridge data package aims to lighten the task by easily loading any data set from the text. The package contains documentation for each set and all data has been compressed to 62.73% of its original size. Just install the package, load it, and call the set you wish to work with.

But wait...there's more! A vignette, Introductory Econometrics Examplesโœจ illustrates solutions to examples from each chapter of the text, offering a relevant introduction to econometric modelling with R. The vignette also includes an Appendix of helpful resources, such as Using R for Introductory Econometrics by Florian Hess.

While the original course companion site provides publicly available data sets for Eviews, Excel, MiniTab, and Stata commercial software, R is the open source option. Furthermore, using R while building a foundation in econometric modeling introduces one to software tools capable of scaling with the demands of modern methods in statistical computing. And, working with R is fun.

Note: All data sets are from the 5th edition (Wooldridge 2013, ISBN-13: 978-1-111-53104-1), which is compatible with most other editions.

Installation

Install v1.2 directly from CRAN, which depends on R >= 3.4.

install.packages("wooldridge")

Or, install v1.2.1.9000 from the @dev branch, which depends on R >= 3.0.

In addition, data sets from the 6th edition (approval, catholic, census2000, countymurders, econmath, and meapsingle) are included on the dev branch.

devtools::install_github("JustinMShea/wooldridge@dev")

Example

Load the wooldridge package and use the data() function to load the desired data set. Data set names match those in the text.

library(wooldridge)
data("jtrain")

If using RStudio, View the jtrain data set

View(jtrain)

Check out the documentation for jtrain. It includes variable column names, original source of data, as well as page number(s) where the data appear in the text.

?jtrain

wooldridge's People

Contributors

justinmshea avatar tappek avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.