-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.03 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
29
30
31
32
33
34
Package: emetricsrsw
Type: Package
Title: Econometrics Using R
Version: 0.0.0.9000
Authors@R:
c(person(given = "Danica",
family = "Miguel",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Lizette",
family = "Carpenter",
role = c("aut"),
email = "[email protected]"),
person(given = "Fatima",
family = "Keita",
role = c("aut"),
email = "[email protected]"))
Description: A companion to the exercises and examples from Chapter 5 of Introduction to Econometrics by James H. Stock and Mark W. Watson. This companion allows users to utilize some of the most commonly used STATA commands in R to perform statistical analysis.
License: GPL-3 + file LICENSE
Depends: R (>= 2.10)
Imports:
ggplot2,
mosaic,
tibble,
stats
Suggests:
knitr,
rmarkdown,
testthat
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
VignetteBuilder: knitr