Skip to content
Snippets Groups Projects
Commit 914a4ac4 authored by Ben Anderson's avatar Ben Anderson
Browse files

amended code to run .Rmd

parent 2687bd3a
No related branches found
No related tags found
No related merge requests found
---
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](T1.png)
>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](T2.png)
>Table 2: Estimated retrofit costs and % energy savings (over-precision retained for hilarity)
![Table 3](T3.png)
>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
2020-10-16-retrofOrBust/t1.png

54.8 KiB

2020-10-16-retrofOrBust/t2.png

70.7 KiB

2020-10-16-retrofOrBust/t3.png

107 KiB

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