| design_effect | R Documentation |
deff = 1 + CV^2(w) = m * sum(w^2) / (sum(w))^2, over the active weights. The effective sample size is n_eff = m / deff.
design_effect(w)
w |
vector of weights (zeros are dropped). |
list with deff, n_eff, cv and n.
design_effect(sample_survey$pw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.