Module # 10 assignment
Issaiah. Jennings Module # 10 assignment For this project, I used the economics dataset in R to analyze unemployment trends from 2000 to 2008 using ggplot2. First, I added a year column to make it easier to categorize the data by time. I then created a line plot to visualize the unemployment rate over time, providing a clear look at how the number of unemployed individuals changed each month. Next, I generated another line plot to examine the median duration of unemployment, highlighting periods when people stayed unemployed longer. Finally, I created a scatter plot with paths to compare the unemployment rate and median duration, using color to distinguish different years. Visualizing time series data with ggplot2 helped uncover trends and patterns that might not be as obvious in raw numbers. The line plots made it easy to track changes over time, while the scatter plot provided insights into the relationship between unemployment and duration. Customizing the colors and layout im...