-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path804_capstone_lfs_ab_recovery.Rmd
More file actions
69 lines (34 loc) · 2.84 KB
/
Copy path804_capstone_lfs_ab_recovery.Rmd
File metadata and controls
69 lines (34 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!--
This file by Martin Monkman
is licensed under a Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
-->
# Labour force participation: Alberta's recovery {#lfs-ab}
```{r echo = FALSE}
library(knitr)
opts_chunk$set(message = FALSE, warning = FALSE, cache = TRUE)
options(width = 100, dplyr.width = 100)
```
## Introduction {#lfs-ab-intro}
This project asks you to recreate the chart below, which was featured in the 2019 _Maclean's_ magazine "Chart Week" issue.
{width=100%}
>“Economic recoveries take time. But for Alberta’s young men, it hasn’t even started. After two years of job losses, the economic recovery finally began in late 2016 and employment rates for most Albertans have gradually improved ever since. Prime-age men (25-54 year olds), for example, have recovered nearly three quarters of their recessionary losses. But for young men (24 and under) the situation is no better today than it was two years ago. This group was hardest hit by job losses in oil and gas, construction, and manufacturing — especially those with lower levels of education — and adjustment is proving difficult. Will economic recovery finally reach all Albertans in 2019? This is the chart to watch.”
> —Trevor Tombe, assistant professor of economics, University of Calgary^[Source: Alberta's uneven economic recovery", _Maclean's_](https://www.macleans.ca/economy/economicanalysis/the-most-important-charts-to-watch-in-2019/)
The COVID-19 pandemic of 2020-21 has provided an additional shock to the labour market.
* What does the line look like if it's extended to include the latest data?
* What does the labour market in British Columbia look like by comparison?
## Going Beyond
### {cansim} package
You will receive a data file that contains the data necessary to complete this project. If you are interested in exploring a method of accessing the latest data directly from Statistics Canada, you can use the {cansim} R package. The reference page for the package is here:
https://mountainmath.github.io/cansim/
## Data source {#lfs-ab-data}
Data file: "data_14100287_trunc.csv"
**NOTE:**
The data available for this project is a truncated version of the source file listed below. A number of variables have been removed, and any non-estimate values have been filtered out. See the file data_truncate.Rmd for details.
[Labour force characteristics, monthly, seasonally adjusted and trend-cycle, last 5 months](https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1410028701)
Frequency: Monthly
Table: 14-10-0287-01 (formerly CANSIM 282-0087)
Geography: Canada, Province or territory
DOI: https://doi.org/10.25318/1410028701-eng
[Statistics Canada Open License Agreement](http://www.statcan.gc.ca/eng/reference/licence)
-30-