Survey.jl icon indicating copy to clipboard operation
Survey.jl copied to clipboard

R `svyrep` algorithms source code

Open smishr opened this issue 2 years ago • 0 comments

svyrep has the R code for many of the algorithms we have tried implementing in Julia for replicate designs.

  • [ ] line 31 - jk1weights
  • [ ] line 73 - jknweights
  • [ ] line 165 - brrweights
  • [ ] as.svrepdesign and svyrepdesign of which currently we have only implemented bootstrap, out of the 8 or so kinds of replicate weights which R does.
  • [ ] line 702 - svrVar - which is a general function to calculate variance using rep designs.
  • [ ] line 1396 - svyrepratio for ratio estimation
  • [ ] line 1832 - poststratify
  • [ ] line 1915 - rake
  • [ ] ... and many more helper utilities functions etc

Attempt to implement above functionalities in Julian design.

smishr avatar Jan 19 '23 06:01 smishr