View source: R/nwos_estimates_data_recode.R
nwos_estimates_data_recode | R Documentation |
Recode and add basic NWOS variables.
nwos_data_recode(data = QUEST_WIDE, meta.data = QUEST_META, box2 = c(names(data)[grepl("OBJ_", names(data))], names(data)[grepl("CNC_", names(data))], "ATT_WOODED", "ATT_SELL", "KNOW_WOOD", "WANT_KNOW_WOOD", "EMO_WOOD", "WOOD_COMMUNITY"))
data |
= QUEST_WIDE, |
meta.data |
= QUEST_META, |
box2 |
= c(names(data)[grepl("OBJ_", names(data))], names(data)[grepl("CNC_", names(data))], "ATT_WOODED", "ATT_SELL", "KNOW_WOOD", "WANT_KNOW_WOOD", "EMO_WOOD", "WOOD_COMMUNITY") |
The default values create the variables used in the NWOS tables.
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.
??
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.