Package: hpiR
Type: Package
Title: House Price Indexes
Version: 0.3.2
Authors@R: c(person("Andy", "Krause", role=c("aut", "cre"), 
                    email = "andyxkrause@gmail.com"))
Maintainer: Andy Krause <andyxkrause@gmail.com>
Description: Compute house price indexes and series using a variety of different methods and
    models common through the real estate literature.  Evaluate index 'goodness' based
    on accuracy, volatility and revision statistics. Background on basic model construction
    for repeat sales models can be found at: Case and Quigley (1991) 
    <https://ideas.repec.org/a/tpr/restat/v73y1991i1p50-58.html> and for hedonic pricing models at: 
    Bourassa et al (2006) <doi:10.1016/j.jhe.2006.03.001>. The package author's working paper on the 
    random forest approach to house price indexes can be found at: <http://www.github.com/andykrause/hpi_research>.
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: dplyr, magrittr, lubridate, robustbase, ggplot2, imputeTS (>=
        3.0), purrr, forecast, gridExtra, MASS, rlang, plyr, zoo,
        ranger, pdp
URL: https://www.github.com/andykrause/hpiR
RoxygenNote: 6.1.1
Suggests: markdown, testthat, covr, knitr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-04-01 15:24:12 UTC; andyk
Author: Andy Krause [aut, cre]
Repository: CRAN
Date/Publication: 2020-04-01 16:00:02 UTC
Built: R 4.2.0; ; 2023-07-11 02:21:49 UTC; unix
