We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ClusterSample
mean
total
TODO data structure for Single-stage Cluster sampling, assuming like in these lecture notes from PSU.
Add support in SurveyDesign.jl with svymean and svytotal working as expected (compare with R). Later check usage with svyquantile.
SurveyDesign.jl
svymean
svytotal
svyquantile
The text was updated successfully, but these errors were encountered:
Working on this issue in #134
Sorry, something went wrong.
I think multiple dispatch to separate out single-stage and multi-stage is much easier than having a complicate if-else parsing ladder
OneStageClusterSample
weights =
smishr
iuliadmtru
Successfully merging a pull request may close this issue.
TODO data structure for Single-stage Cluster sampling, assuming like in these lecture notes from PSU.
Add support in
SurveyDesign.jl
withsvymean
andsvytotal
working as expected (compare with R). Later check usage withsvyquantile
.The text was updated successfully, but these errors were encountered: