FULL {WgtEff} | R Documentation |
Calculate Full Statistics
Description
Calculates DEFF, weighting loss, DEFT, ESS, and MOE
Usage
FULL(p = 50, conf = 95, N, wtcol)
Arguments
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) |
Value
DEFF, weighting loss, DEFT, ESS, and MOE
Examples
FULL(N=3000, wtcol=testweights$weights_column)
[Package WgtEff version 0.1.2 Index]