Skip to content

Commit

Permalink
update reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiaenh committed Aug 15, 2023
1 parent 5d3c6c9 commit dca7b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ replicates: 1000
```
# Reference
pg 384-385, Section 12.1.3 Two-Phase Sampling for Stratification - Sharon Lohr, Sampling Design and Analysis (2010)
pg 385, Section 9.3.3 Bootstrap - Sharon Lohr, Sampling Design and Analysis (2010)
"""
function bootweights(design::SurveyDesign; replicates = 4000, rng = MersenneTwister(1234))
stratified = groupby(design.data, design.strata)
Expand Down

0 comments on commit dca7b41

Please sign in to comment.