View source: R/nwos_estimates_rep_geo.R
nwos_estimates_rep_geo | R Documentation |
Estimator used to calculate NWOS totals by state, variable and level.
nwos_total_svl(state, variable, level, data = QUEST, area = NA, weights = "WEIGHT")
Butler, B.J. In review. Weighting for the US Forest Service, National Woodland Owner Survey. U.S. Department of Agriculture, Forest Service, Northern Research Station. Newotwn Square, PA.
rep = "0"
variable.list = VARIABLE_LIST
quest.list = QUEST_LIST
rep.list = REPLICATE_LIST
geo.list = GEO_LIST
stratum = "FFO"
domain = "TENPLUS"
i = 1
g = 1
v = 1
start.time <- Sys.time()
nwos_estimates_rep(geo.list = GEO_LIST[1,])
Sys.time() - start.time # Time difference of 11.77129 secs
#' start.time <- Sys.time()
nwos_estimates_rep(geo.list = GEO_LIST[1,])
Sys.time() - start.time # Time difference of 11.77129 secs
nwos_estimates_rep(geo.list = GEO_LIST[55,], variable.list = VARIABLE_LIST[525,], write = F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.