View source: R/nwos_estimates_make_quest.R
nwos_estimates_make_quest | R Documentation |
Convert nwos.object to wide tables - separate tables for each umputation
nwos_estimates_make_quest(
imp = 1,
nwos = NWOS,
own = 45,
variables.categorcial = VARIABLES_CATEGORICAL,
variables.continuous = VARIABLES_CONTINUOUS
)
wide quest data frame
NWOS <- readRDS("/Volumes/DATA/NWOS_20200212.RDS")
VARIABLES_CATEGORICAL <- read.csv("DATA/VARIABLES_CATEGORICAL.csv")
VARIABLES_CONTINUOUS <- read.csv("DATA/VARIABLES_CONTINUOUS.csv")
nwos_estimates_make_quest()
QUEST <- lapply(1:5, nwos_estimates_make_quest)
saveRDS(QUEST, "~/Desktop/QUEST_20200212.RDS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.