View source: R/skat_dorp_brandstof.R
skat_dorp_brandstof | R Documentation |
Function to estimate township fuel. You need: a population data frame, a data frame giving indication of proportions who use the fuel and format, a consumption variable in unit counts, a dataframe with format weights (1 if units are already standardised) lapply this on a bootstrap sample to estimate uncertainty
skat_dorp_brandstof( pop, dta, placename = "place", unitname = "sol_energy_coal_consumptionwinter", formatname = "sol_energy_coal_format", notusename = "none", unitweights, som = FALSE, debug = FALSE )
pop |
dataframe |
dta |
data frame giving indication of proportions who use the fuel and format |
placename |
Character. Default: "place" |
unitname |
Character. Default: "sol_energy_coal_consumptionwinter" |
formatname |
Character. Default: "sol_energy_coal_format" |
notusename |
Character. Default: "none" |
unitweights |
Named list with unit weights |
som |
Logical |
debug |
Logical |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.