-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
28 lines (28 loc) · 1.16 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: GEGravity
Type: Package
Title: Solver for Armington-CES General Equilibrium Trade Model
Version: 1.0.0
Authors@R: c(
person("Tom", "Zylkin", email = "[email protected]", role = c("aut", "cre")),
person("Vadim", "Kudlay", email = "[email protected]", role = c("aut")))
Description:
An implementation to solve for general equilibrium effects of changes in trade policies using
a one sector Armington-CES trade model. It uses a simple fixed point algorithm that allows for
fast computation and is ideal for bootstrapping confidence intervals for general equilibrium
simulations based on prior gravity estimates of FTAs or other similar variables. Note that this
package is directly associated with the 'ge_gravity' Stata package and has been commissioned with
the appreciated support of the UK Department for Digital, Culture, Media & Sport.
License: GPL-3
Depends:
R (>= 2.10)
Suggests:
alpaca (>= 0.3.1),
rmarkdown (>= 2.1),
data.table (>= 1.14),
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://github.com/VKudlay/GEGravity
BugReports: https://github.com/VKudlay/GEGravity/issues