Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request merges significant improvements from the
developbranch intomaster, introducing expanded index methodologies, diagnostic tooling, plotting utilities, and robustness enhancements across the REPS package.Enhancements and New Features
Expanded Method Support in
calculate_price_index()calculate_price_index()interface.Multi-Method Compatibility
calculate_price_index()returns a named list when multiple methods are supplied.Plotting Utilities
plot_price_index()for quick visualization of index results:Regression Diagnostics
Introduced
calculate_regression_diagnostics()to evaluate model assumptions over time:New
plot_regression_diagnostics()function visualizes these diagnostics across time:Bug Fixes and Compatibility Improvements
Input Validation Enhancements
validate_input()with better messages and checks:"202101"and"2020Q1"period formats.Methodology Guardrails
resting_points = TRUEwhen using multiple methods simultaneously.Removed
assertthatDependencyDocumentation and Testing
Vignette updates:
vignette("calculate_regression_diagnostics")demonstrates model quality analysis workflow.Function manuals updated to include:
Test coverage expanded to ensure robustness across new functionalities.
This update significantly expands the capabilities of the REPS package while improving usability and diagnostics. It lays the groundwork for even more advanced analytics while maintaining backward compatibility and user clarity.