MyNixOS website logo
Description

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_price_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>).

REPS: Hedonic and Multilateral Index Methods for Real Estate Price Statistics

R-CMD-check

REPS (Real Estate Price Statistics) is an R package for computing price indices using a variety of hedonic regression and multilateral methods. It provides a unified interface to calculate quality-adjusted price indices across time, supporting classical index formulas as well as advanced techniques tailored to property price analysis. While developed with real estate in mind, the package is applicable to any domain where reliable, quality-adjusted price comparisons over time are needed. REPS was developed by Statistics Netherlands (CBS) with funding from Eurostat, aligning with international guidelines for compiling residential property price indices.

Installation

You can install the development version of REPS from GitHub using devtools:

# install.packages("devtools")  # if devtools is not installed
devtools::install_github("vivekag7/REPS")

Hedonic Price Index Methods

REPS offers a single entry pointcalculate_price_index() to compute price indices using different methodologies. By changing the method argument, you can generate indices with any of the supported approaches, all from the same dataset and function call. Supported index calculation methods include:

  • Laspeyres – Base-period weighted hedonic double imputation index.
  • Paasche – Current-period weighted hedonic double imputation index.
  • Fisher – The geometric mean of Laspeyres and Paasche indices.
  • Time Dummy – A single regression with time dummy variables (log-linear hedonic model).
  • Rolling Time Dummy – A rolling window (chained) time-dummy hedonic index.
  • Repricing – A quasi-repeat-sales method comparing observed vs. predicted price changes between consecutive periods.
  • HMTSHedonic Multilateral Time Series re-estimation with Splicing. An advanced multilateral index method that leverages hedonic models across all period pairs and uses Kalman filtering to improve stability.

All methods are accessed via calculate_price_index() with a consistent interface. The function returns either a single index or, for multiple methods, a list of results. A reference period can be specified to normalize index values (default sets the first period to 100).

Diagnostics and Visualization Tools

  • Regression Diagnostics:calculate_regression_diagnostics() fits a separate log-linear model per period and checks normality, R², autocorrelation, and heteroscedasticity of residuals. plot_regression_diagnostics() visualizes these over time in a 3×2 grid.
  • Index Visualization:plot_price_index() plots one or more index series as a time-series chart for comparison and exploration.

Getting Started and Documentation

  • Example Dataset:data_constraxion is included (7,800 × 6), simulating real estate transactions. Use data("data_constraxion") to load it.
  • Vignettes: Use vignette("calculate_price_index", package="REPS") and vignette("calculate_regression_diagnostics", package="REPS") for step-by-step guides using the example dataset.

REPS provides a comprehensive and extensible framework to compute and evaluate real estate price indices. Its flexible architecture enables comparison across methods and statistical validation of underlying models, suitable for both official statistics and research applications.

Metadata

Version

1.0.0

License

Unknown

Platforms (75)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-freebsd
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64-windows
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows