I created this function to avoid errors when running the raking algorithm with small samples.
1 2 3 4 5 6 7 | raking_svy(
design,
sample.margins,
population.margins,
control = list(maxit = 10, epsilon = 1, verbose = FALSE),
compress = NULL
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.