View source: R/resample_dorp_brandstof.R
resample_dorp_brandstof | R Documentation |
Function to estimate township fuel using resampling. Used within boot_dorp_brandstof
resample_dorp_brandstof( dta, placename = "place", unitname = "sol_energy_coal_consumptionwinter", formatname = "sol_energy_coal_format", pop, unitweights, notusename = "none", rep = 1000, ... )
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" |
pop |
dataframe |
unitweights |
Named list with unit weights |
notusename |
Character. Default: "none" |
... |
Currently ignored |
debug |
Logical |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.