nwos_estimates_rep: NWOS Estimates Total by State, Variable, and Level

View source: R/nwos_estimates_rep.R

nwos_estimates_repR Documentation

NWOS Estimates Total by State, Variable, and Level

Description

Estimator used to calculate NWOS totals by state, variable and level.

Usage

nwos_total_svl(state, variable, level, data = QUEST, area = NA, weights = "WEIGHT")

References

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.

Examples

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)

familyforestresearchcenter/nwos documentation built on April 12, 2025, 11:54 a.m.