Description Usage Arguments Value References Examples
Calculates weighted margin of error (MOE)
1 | MOE(p = 50, conf = 95, N, wtcol)
|
p |
= percentage for which MOE is calculated (optional, default is p = 50) |
conf |
= level of confidence (optional, default is conf = 95) |
N |
= population size (optional, used for finite population correction) |
wtcol |
= Weights vector (name of weights column) |
Weighted margin of error (MOE)
Weighted margin of error (MOE) => unweighted MOE * DEFT
1 | MOE(N=3000, wtcol=testweights$weights_column)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.