diff --git a/2020-10-16-retrofOrBust/retrofitOrBust.Rmd b/2020-10-16-retrofOrBust/retrofitOrBust.Rmd index f6c7b634d85a2f64ed6e9e61728516f2ceecaa8d..e2c5827826704783d03d70ae0539f47ec289f503 100644 --- a/2020-10-16-retrofOrBust/retrofitOrBust.Rmd +++ b/2020-10-16-retrofOrBust/retrofitOrBust.Rmd @@ -1,6 +1,31 @@ --- -title: "Retrofit or bust?" -output: html_document +params: + subtitle: "" + title: "" + authors: "" +title: '`r params$title`' +subtitle: '`r params$subtitle`' +author: '`r params$authors`' +date: 'Last run at: `r Sys.time()`' +output: + bookdown::html_document2: + self_contained: true + fig_caption: yes + code_folding: hide + number_sections: yes + toc: yes + toc_depth: 2 + toc_float: TRUE + bookdown::pdf_document2: + fig_caption: yes + number_sections: yes + bookdown::word_document2: + fig_caption: yes + number_sections: yes + toc: yes + toc_depth: 2 + fig_width: 5 +bibliography: '`r path.expand("~/github/dataknut/refs/refs.bib")`' --- ```{r setup, include=FALSE} @@ -70,6 +95,24 @@ Intriguingly this is exactly what N[ew Zealand’s Ministry of Business, Innovat # Detailed tables -# Admission +We did the original analysis in the excel workbooks we downloaded from gov.uk. You can find them [here](https://git.soton.ac.uk/SERG/fridayfun/-/blob/master/2020-10-16-retrofOrBust/2018_EHS_Energy_Chapter_3_Figures_and_Annex_Tables.xlsx) (Tab: AT3.4 Edited). Hey, no-one's perfect. -We did the original analysis in the excel workbooks we downloaded from gov.uk. You can find them here (Tab: AT3.4 Edited). Hey, no-one's perfect. \ No newline at end of file + + +>Table 1: Adapted from EHS 2018 Report: Annex Table 1.5: Average modelled energy costs, by dwelling characteristics, 2018 (with additional total column, over-precision retained for hilarity) + + + +>Table 2: Estimated retrofit costs and % energy savings (over-precision retained for hilarity) + + + +>Table 3: Current estimated energy costs and estimated retrofit costs by tenure (EHS 2018 Report Table AT1.2, own calculations as for Table 2, over-precision retained for hilarity)) + +# R packages used + + * rmarkdown [@rmarkdown] + * bookdown [@bookdown] + * knitr [@knitr] + +# References diff --git a/2020-10-16-retrofOrBust/t1.png b/2020-10-16-retrofOrBust/t1.png new file mode 100644 index 0000000000000000000000000000000000000000..10edf31ad1816ab04e52cc06a035b6031f98a99b Binary files /dev/null and b/2020-10-16-retrofOrBust/t1.png differ diff --git a/2020-10-16-retrofOrBust/t2.png b/2020-10-16-retrofOrBust/t2.png new file mode 100644 index 0000000000000000000000000000000000000000..39885985837586f2d0c9c2329f78d0409a998ebe Binary files /dev/null and b/2020-10-16-retrofOrBust/t2.png differ diff --git a/2020-10-16-retrofOrBust/t3.png b/2020-10-16-retrofOrBust/t3.png new file mode 100644 index 0000000000000000000000000000000000000000..e64aeb6c3fb1b14a6dd69ed108b590a545a79f0e Binary files /dev/null and b/2020-10-16-retrofOrBust/t3.png differ diff --git a/2020-10-16-retrofOrBust/tables.xlsx b/2020-10-16-retrofOrBust/tables.xlsx index 811b278f5461d595ee6db7e26909c78971710e71..912296ea9be996d90df4a11dbbeaaeaf2621029f 100644 Binary files a/2020-10-16-retrofOrBust/tables.xlsx and b/2020-10-16-retrofOrBust/tables.xlsx differ