Note: This release marks the rebranding and official
first major release of the package.
The package was previously known as cbsREPS
(version 0.1.0)
and is now renamed to REPS
.
calculate_price_index()
Added support for three additional index calculation methods:
These methods can now be called individually or together via the
method
argument.
Example:
calculate_price_index(..., method = c("fisher", "laspeyres", "repricing"))
plot_price_index()
introduced for quick visualization
of index results.
calculate_regression_diagnostics()
plot_regression_diagnostics()
validate_input()
:
"202101"
and
"2020Q1"
.assertthat
; replaced with native
R error handling.resting_points = TRUE
with multiple methods).calculate_regression_diagnostics
showcasing diagnostics workflow.REPS 1.0.0 sets the stage for scalable, reproducible price index analysis. Whether you’re working with Fisher, Laspeyres, or regression-based methods, this version provides you with the tools needed to compute, compare, and interpret indices with ease and statistical rigor.