run(ext01, syn_data)
run(ext01, syn_data, summaryvars = c("AVAL", "AVALCAT1"), prune_0 = FALSE)
levels(syn_data$adex$AVALCAT1) <- c(levels(syn_data$adex$AVALCAT1), "12 months")
map <- data.frame(
PARAMCD = "TDURD",
AVALCAT1 = c("< 1 month", "1 to <3 months", ">=6 months", "3 to <6 months", "12 months")
)
run(
ext01,
syn_data,
summaryvars = c("AVAL", "AVALCAT1"),
prune_0 = FALSE,
map = map,
precision = list(TDOSE = 4, default = 4),
stats = list(TDURD = "n", default = c("n", "count_fraction"))
)
Run the code above in your browser using DataLab