Skip to content

Commit

Permalink
Merge pull request #285 from nadiaenh/main
Browse files Browse the repository at this point in the history
fixed typo in SurveyDesign docstring
  • Loading branch information
ayushpatnaikgit authored Mar 21, 2023
2 parents ff1ef2f + 36437ec commit ed8d172
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/SurveyDesign.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ individuals in one cluster are sampled. The clusters are considered disjoint and
```jldoctest
julia> apiclus1 = load_data("apiclus1");
julia> dclus1 = SurveyDesign(apiclus1; clusters=:dnum, strata=:stype, weights=:pw)
julia> dclus1 = SurveyDesign(apiclus1; clusters=:dnum, weights=:pw)
SurveyDesign:
data: 183×43 DataFrame
strata: stype
[H, E, E … E]
data: 183×44 DataFrame
strata: none
cluster: dnum
[637, 637, 637 … 448]
popsize: [507.7049, 507.7049, 507.7049 … 507.7049]
Expand Down

0 comments on commit ed8d172

Please sign in to comment.