xKDR / Survey.jl

Analysis of complex surveys
https://xkdr.github.io/Survey.jl/
GNU General Public License v3.0
53 stars 19 forks source link

Add JK1 replicate weights #231

Closed smishr closed 1 year ago

smishr commented 1 year ago

JK1 replicate weighting function for un-stratified designs. Should store replicates as column in dataframe in similar format as bootweights.

smishr commented 1 year ago

@itsdebartha this is also a good first issue for you to start and learn from. Look at the formulae from section 2.1 here. Look at bootweights function in bootstrap.jl , you have to integrate it like that

smishr commented 1 year ago

closed by #260