rsindex: Calculate the repeated-sales index

View source: R/rsindex.R View source: R/02-rsindex.R

rsindexR Documentation

Calculate the repeated-sales index

Description

Calculate the repeated-sales index

Calculate the House Price Index using the Repeated Sales methodology

Usage

rsindex(
  data,
  gclass = c("nuts1", "nuts2", "nuts3", "countries", "uk", "london_effect"),
  freq = c("monthly", "quarterly", "annual", "daily", "weekly"),
  period_trans = 100,
  ntras_low = 1,
  ntrans_high = 8,
  abs_annual_ret = 0.15
)

rsindex(
  data,
  gclass = c("nuts1", "nuts2", "nuts3", "countries", "uk", "london_effect"),
  freq = c("monthly", "quarterly", "annual", "daily", "weekly"),
  period_trans = 100,
  ntras_low = 1,
  ntrans_high = 8,
  abs_annual_ret = 0.15
)

Arguments

data

The data to use

gclass

geographical classification

freq

frequenct

period_trans

minimum period of translations

ntras_low

minimum number of translations

ntrans_high

maximum number of translations

abs_annual_ret

should not exceed the absolute annual return


lancs-macro/hopi documentation built on April 11, 2024, 12:26 a.m.