-
Notifications
You must be signed in to change notification settings - Fork 69
/
DESCRIPTION
26 lines (26 loc) · 1.39 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
Package: wooldridge
Type: Package
Title: 115 Data Sets from "Introductory Econometrics: A Modern Approach, 7e" by Jeffrey M. Wooldridge
Version: 1.4-3
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. 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 been
compressed to a fraction of their original size. Documentation files contain page numbers,
the original source, time of publication, and notes from the author suggesting avenues for
further analysis and research. If one needs an introduction to R model syntax, a
vignette contains solutions to examples from chapters of the text.
Data sets are from the 7th edition (Wooldridge 2020, ISBN-13 978-1-337-55886-0),
and are backwards compatible with all previous versions of the text.
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Suggests: knitr, rmarkdown, stargazer, tinytest, xts, zoo
VignetteBuilder: knitr
LazyDataCompression: xz
URL: https://justinmshea.github.io/wooldridge/
BugReports: https://github.com/JustinMShea/wooldridge/issues/