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 proportion estimator #270

Open smishr opened 1 year ago

smishr commented 1 year ago

R uses svymean for calculating population proportions. svyciprop can be used when proportions are closer to 0 and 1.

See here, here for more inspirations.