Skip to content
New issue

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 with mean and total #90

Closed
smishr opened this issue Nov 15, 2022 · 2 comments · Fixed by #153
Closed

ClusterSample with mean and total #90

smishr opened this issue Nov 15, 2022 · 2 comments · Fixed by #153
Assignees
Labels
enhancement New feature or request medium priority task neither high nor low priority
Milestone

Comments

@smishr
Copy link
Contributor

smishr commented Nov 15, 2022

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.

@smishr
Copy link
Contributor Author

smishr commented Dec 12, 2022

Working on this issue in #134

@smishr smishr changed the title ClusterSample with svymean and svytotal ClusterSample with mean and total Dec 14, 2022
@smishr
Copy link
Contributor Author

smishr commented Dec 14, 2022

I think multiple dispatch to separate out single-stage and multi-stage is much easier than having a complicate if-else parsing ladder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium priority task neither high nor low priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants