forked from JustinMShea/wooldridge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.55 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: wooldridge
Type: Package
Title: 111 Data Sets from "Introductory Econometrics: A Modern Approach, 6e" by Jeffrey M. Wooldridge
Version: 1.3.1
Authors@R: c(
person("Justin M.", "Shea", role = c("aut", "cre"), email = "[email protected]"),
person("Kennth H.", "Brown", role = c("ctb"), email = "[email protected]"))
Description: Students learning both econometrics and R may find the introduction
to both challenging. However, if the 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 efficiently loading
any data set found in the text with a single command. Data sets have all been
compressed to a fraction of their original size and are well documented.
Documentation files contain the page numbers of the text where each set is used,
the original source, time of publication, and notes suggesting ideas for further
exploratory data analysis and research. If one need's to brush-up on model syntax, a
vignette contains R solutions to examples from each chapter of the text.
Data sets are from the 6th edition (Wooldridge 2016, ISBN-13: 978-1-305-27010-7),
and are backwards compatible with all versions of the text.
Depends: R (>= 3.2.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Suggests: AER, knitr, plm, prais, rmarkdown, stargazer, testthat
VignetteBuilder: knitr
URL: https://justinmshea.github.io/wooldridge
BugReports: https://github.com/JustinMShea/wooldridge/issues