This version of the baseline microsimulation model uses a household dataset (n = 1800) with household size (occupancy) set to match the UK 2011 Census distributions together with regression coefficients from [@parkerThesis2014] to construct a synthetic household level micro-component water consumption dataset.
```{r Set model v1 version}
```{r Set model v1 version}
modelVersion <- "v1_3"
modelVersion <- "v1_3"
```
```
> Model: `r modelVersion`
This version of the baseline microsimulation model uses a household dataset (n = 1800) with household size (occupancy) set to match the UK 2011 Census distributions together with regression coefficients from [@parkerThesis2014] to construct a synthetic household level micro-component water consumption dataset.
This code generates monthly household water demand for 1800 households, using information derived from the SPRG Survey such as frequency of use for different end uses. The code also uses information that is derived from water company and other reports such as 'At home with water' report by the Energy Saving Trust. As we do not have access to details of litres per usage for metered vs non-metered households, this model produces estimates which do not differ substabtially between metered and non-metered households.
> Model: `r modelVersion`
This code generates monthly household water demand for 1800 households, using information derived from the SPRG Survey such as frequency of use for different end uses. The code also uses information that is derived from water company and other reports such as 'At home with water' report by the Energy Saving Trust. As we do not have access to details of litres per usage for metered vs non-metered households, this model produces estimates which do not differ substantially between metered and non-metered households.
Objectives:
Objectives:
...
@@ -788,6 +790,8 @@ plotDT <- rbind(estDT, mtDT)
...
@@ -788,6 +790,8 @@ plotDT <- rbind(estDT, mtDT)
plotDT <- plotDT[, Usage := as.factor(Usage)]
plotDT <- plotDT[, Usage := as.factor(Usage)]
plotDT <- plotDT[, UsageRo := relevel(Usage, "Total")] # put usage at the end
plotDT <- plotDT[, UsageRo := relevel(Usage, "Total")] # put usage at the end