-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 2 KB
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 2 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
Package: REPS
Type: Package
Title: Hedonic and Multilateral Index Methods for Real Estate Price Statistics
Version: 1.1.1
Authors@R: c(
person(given = "Farley", family = "Ishaak", role = "aut"),
person(given = "Pim", family = "Ouwehand", role = "aut"),
person(given = "David", family = "Pietersz", role = "aut"),
person(given = c("Liu", "Nuo"), family = "Su", role = "aut"),
person(given = "Cynthia", family = "Cao", role = "aut"),
person(given = "Mohammed", family = "Kardal", role = "aut"),
person(given = "Odens", family = "van der Zwan", role = "aut"),
person(given = "Vivek", family = "Gajadhar", role = c("aut", "cre"), email = "v.gajadhar@cbs.nl")
)
Maintainer: Vivek Gajadhar <v.gajadhar@cbs.nl>
Description: Compute price indices using various Hedonic and
multilateral methods, including Laspeyres, Paasche, Fisher, and HMTS (Hedonic
Multilateral Time series re-estimation with splicing). The central function
calculate_hedonic_index() offers a unified interface for running these methods
on structured datasets. This package is designed to support index construction workflows across a wide range of domains
— including but not limited to real estate — where quality-adjusted price comparisons over time are essential.
The development of this package was funded by Eurostat and Statistics Netherlands (CBS), and carried out by Statistics Netherlands.
The HMTS method implemented here is described in Ishaak, Ouwehand and Remøy (2024)
<doi:10.1177/0282423X241246617>. For broader methodological context, see Eurostat
(2013, ISBN:978-92-79-25984-5, <doi:10.2785/34007>).
License: EUPL-1.2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Depends:
R (>= 4.4.0)
Imports:
dplyr,
stats,
KFAS,
stringr,
lmtest
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/vivekag7/REPS
BugReports: https://github.com/vivekag7/REPS/issues