Open Issues Need Help
View All on GitHubAI Summary: The `CPI-Wage-Disparity-Statistical-Analysis` repository's GitHub language statistics are inaccurate, showing almost 100% HTML due to counting rendered HTML outputs and not recognizing `.Rmd` files as R. The goal is to correct this by adding a `.gitattributes` file that treats `.Rmd` as R and excludes generated HTML files (potentially entire output folders) from the language statistics, thereby reflecting R as the primary language.
Statistical analysis of CPI (Consumer Price Index) and wage disparity trends, combining data exploration, visualization, and R-based econometric methods. Includes a review of prior research and a reproducible workflow for extending the analysis.
AI Summary: This issue outlines the setup for a new GitHub repository for CPI-Wage-Disparity analysis. It requires organizing existing, scattered Rmd, HTML, and data files by archiving prior versions into a structured `/archive/vYYYY/` directory and establishing the current 2025 work under `/analysis/2025/` with rendered outputs in `/docs/`. The root `README.md` must be updated with a version history table and working links, ensuring all documentation and data sources are properly attributed.
Statistical analysis of CPI (Consumer Price Index) and wage disparity trends, combining data exploration, visualization, and R-based econometric methods. Includes a review of prior research and a reproducible workflow for extending the analysis.