Package: REPS 1.1.1

Vivek Gajadhar
REPS: Hedonic and Multilateral Index Methods for Real Estate Price Statistics
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>).
Authors:
REPS_1.1.1.tar.gz
REPS_1.1.1.zip(r-4.7)REPS_1.1.1.zip(r-4.6)REPS_1.1.1.zip(r-4.5)
REPS_1.1.1.tgz(r-4.6-any)REPS_1.1.1.tgz(r-4.5-any)
REPS_1.1.1.tar.gz(r-4.7-any)REPS_1.1.1.tar.gz(r-4.6-any)
REPS_1.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
REPS/json (API)
| # Install 'REPS' in R: |
| install.packages('REPS', repos = c('https://vivekag7.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/vivekag7/reps/issues
- hedonic_data - A real estate example dataframe
Last updated from:383a74e880. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 160 | ||
| source / vignettes | OK | 191 | ||
| linux-release-x86_64 | OK | 141 | ||
| macos-release-arm64 | OK | 118 | ||
| macos-oldrel-arm64 | OK | 83 | ||
| windows-devel | OK | 98 | ||
| windows-release | OK | 107 | ||
| windows-oldrel | OK | 111 | ||
| wasm-release | OK | 115 |
Exports:calculate_hedonic_indexcalculate_price_indexcalculate_regression_diagnosticsplot_price_indexplot_regression_diagnostics
Dependencies:clidplyrgenericsglueKFASlatticelifecyclelmtestmagrittrpillarpkgconfigR6rlangstringistringrtibbletidyselectutf8vctrswithrzoo
Last update: 2026-07-03
Started: 2026-07-03
Last update: 2026-06-08
Started: 2026-03-24
Last update: 2026-06-08
Started: 2025-07-03
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Calculate index based on specified method (Fisher, Laspeyres, Paasche, HMTS, Time Dummy, Rolling Time Dummy) | calculate_hedonic_index |
| Calculate Price Index (Deprecated) | calculate_price_index |
| Calculate regression diagnostics by period | calculate_regression_diagnostics |
| A real estate example dataframe | hedonic_data |
| Plot index output from calculate_hedonic_index | plot_price_index |
| Plot diagnostics output from calculate_regression_diagnostics as a multi-panel grid (base R) | plot_regression_diagnostics |