xKDR / Survey.jl

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

Update man page for replicate weights. #298

Closed codetalker7 closed 10 months ago

codetalker7 commented 1 year ago

Currently the section on Replicate weights in the documentation mentions that only the Rao-Wu bootstrap method is supported by the package. But #260 also added the Jackknife method. So the man page needs to be updated.

Also, PR #297 intends to change the structure of the ReplicateDesign struct a bit by introducing types for inference methods. This also needs to be mentioned in the man page.