View source: R/nwos_estimates_combine_geo.R
nwos_estimates_combine_geo | R Documentation |
Combine and ummarize Imputations
nwos_estimates_combine_geo(domain = "FFO", stratum = "TENPLUS")
# Check for missings reps
files <- list.files("DATA/FFO/TENPLUS/REP_GEO", pattern = "_US.RDS")
rep.nums <- 0:1000
x <- gsub("FFO_TENPLUS_", "", gsub("_US.RDS", "", files))
rep.nums[!rep.nums %in% x]
domain = "FFO"
stratum = "ONEPLUS"
nwos_estimates_summary()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.