This project conducts a comprehensive analysis of housing and homelessness in Washington State using R programming. The goal is to explore the factors influencing housing stability, analyze trends in homelessness, and provide actionable insights for policymakers and stakeholders.
- Data Collection: Gather data from various sources, including government reports, surveys, and datasets available from public repositories.
- Data Cleaning: Use R libraries like
dplyrandtidyrto preprocess and clean the data for analysis. - Statistical Analysis: Conduct various statistical tests and analysis to understand the relationships between socioeconomic factors and housing stability.
- Visualization: Create informative visualizations using
ggplot2to depict trends and key findings effectively.
data/: Contains raw and processed data files.scripts/: R scripts for data analysisfigures/: Plots and figures generated from the analysis.results/: Analysis results and summaries.
To run this project locally, ensure you have R installed along with the necessary libraries. You can install the required packages using:
install.packages(c("dplyr", "ggplot2", "tidyr"))- Load the data files from the
data/directory. - Run the analysis scripts located in the
scripts/directory. - Examine the plots and results in the
results/andfigures/directories.
Contributions to improve this analysis and project are welcome! Please open issues or submit pull requests for further enhancements.
For any inquiries, please contact Tarang Jammalamadaka at tarangjammalamadaka9@gmail.com.
This project is licensed under the MIT License - see the LICENSE file for details.