Skip to content
Snippets Groups Projects
Commit 7acd49c2 authored by Ingram Jaccard's avatar Ingram Jaccard
Browse files

edit si

parent c7d81023
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -804,7 +804,7 @@ flextable(footprint_alt_method) %>%
```{r load-data, include=FALSE}
# load data wrangling functions
source(here("analysis", "r", "wrangler_functions.R"))
source(here("analysis", "R", "wrangler_functions.R"))
## load result data for EU deciles
eu_q_count = 10
......@@ -1308,7 +1308,7 @@ ggsave(here("analysis", "figures", "figureS2.pdf"), device=cairo_pdf)
```{r load-data2, include=FALSE}
# load data wrangling functions
source(here("analysis", "r", "si", "wrangler_functions_pxp.R"))
source(here("analysis", "R", "si", "wrangler_functions_pxp.R"))
## load result data for EU deciles
eu_q_count = 10
......@@ -1582,7 +1582,7 @@ There is relatively good agreement between the alternative method footprints and
```{r load-data3, include=FALSE}
# load data wrangling functions
source(here("analysis", "r", "si", "wrangler_functions_method2_ixi.R"))
source(here("analysis", "R", "si", "wrangler_functions_method2_ixi.R"))
## load result data for EU deciles
eu_q_count = 10
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment