diff --git a/DESCRIPTION b/DESCRIPTION index 41047ea..1f7cef8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: wooldridge Type: Package Title: 105 Data Sets from "Introductory Econometrics: A Modern Approach" by Jeffrey M. Wooldridge -Version: 1.0.1.9010 +Version: 1.0.1.9011 Author: Justin M. Shea Maintainer: Justin M. Shea Description: Economics students new to both Econometrics and R may find the diff --git a/README.md b/README.md index e8afaca..26605f3 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/wooldridge)](https://cran.r-project.org/package=wooldridge) [![Travis-CI Build Status](https://travis-ci.org/JustinMShea/wooldridge.svg?branch=master)](https://travis-ci.org/JustinMShea/wooldridge) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/JustinMShea/wooldRidge?branch=master&svg=true)](https://ci.appveyor.com/project/JustinMShea/wooldRidge) -Economics students new to both Econometrics and R may find the tasks of learning both a bit daunting. However, if your text is **"Introductory Econometrics: A Modern Approach"** by Jeffrey M. Wooldridge, then you are in luck! +Economics students new to both Econometrics and **R** may find the tasks of learning both a bit daunting. However, if your text is **"Introductory Econometrics: A Modern Approach"** by Jeffrey M. Wooldridge, then you are in luck! The `wooldridge` data package aims to lighten the task by loading any data set from the text with a single command. The package contains documentation for each data set and all data has been efficiently compressed resulting in a total size that is **62.73%** of its original. Just install the package, load it, and call the data set you need to work with. -_**But wait...there's more!**_ Act now (or at anytime) and you will receive the :sparkles: [`wooldridge-vignette`](https://github.com/JustinMShea/wooldridge/tree/master/vignettes/wooldridge-vignette.pdf).:sparkles: The vignette illustrates how to recreate examples provided in the text, offering a relevant introduction to getting started with R's econometric modelling syntax. +_**But wait...there's more!**_ Act now (or at anytime) and you will receive the [`wooldridge-vignette`](https://github.com/JustinMShea/wooldridge/tree/master/vignettes/wooldridge-vignette.pdf)!:sparkles: The vignette illustrates examples provided in the text, offering a relevant introduction to getting started with R's econometric modelling syntax. -While the course companion site also provides publicly available data sets for E-views, Excel, MiniTab, and Stata commercial software products, **R** is an open source option. Furthermore, taking the step to use R while building a foundation in Econometrics, offers the curious Student a gateway to accessing advanced topics available in the R package ecosystem. +While the course companion site also provides publicly available data sets for E-views, Excel, MiniTab, and Stata commercial software products, **R** is an open source option. Furthermore, taking the step to use **R** while building a foundation in Econometrics, offers the curious Student a gateway to accessing advanced topics available in the greater package ecosystem. **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.