Survey.jl
Survey.jl copied to clipboard
Add feature to compute variance when original weights are not given.
The ReplicateDesign
constructor supports specifying the columns in the input DataFrame
which are to be used as the replicate weights.
In such situations, the current variance
implementation won't work (because it uses original weights to compute the variance). Support should be added for computing the variance
in the case where original weights are not available.