-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 947 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 947 Bytes
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
Package: multilateral
Type: Package
Title: Generalised Function to Calculate a Variety of Multilateral Price Index Methods
Version: 1.0.0
Authors@R: c(person("Matthew", "Stansfield",
email = "m.stansfield85@gmail.com",
role = c("aut", "cre")))
Description: A flexible, efficient implementation of multilateral price index calculations.
Includes common methods focused on time product dummy regression and GEKS variations.
Allows for extension of the methods through automatic window splicing.
See Krsinich (2016) <doi: 10.1515/jos-2016-0021>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/MjStansfi/multilateral
Suggests:
testthat,
knitr,
rmarkdown,
devtools,
dplyr,
ggplot2
VignetteBuilder: knitr
Imports:
assertive,
data.table,
fastmatch,
parallel,
yaml,
MatrixModels