Skip to content

Commit ed8d172

Browse files
Merge pull request #285 from nadiaenh/main
fixed typo in SurveyDesign docstring
2 parents ff1ef2f + 36437ec commit ed8d172

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/SurveyDesign.jl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ individuals in one cluster are sampled. The clusters are considered disjoint and
3030
```jldoctest
3131
julia> apiclus1 = load_data("apiclus1");
3232
33-
julia> dclus1 = SurveyDesign(apiclus1; clusters=:dnum, strata=:stype, weights=:pw)
33+
julia> dclus1 = SurveyDesign(apiclus1; clusters=:dnum, weights=:pw)
3434
SurveyDesign:
35-
data: 183×43 DataFrame
36-
strata: stype
37-
[H, E, E … E]
35+
data: 183×44 DataFrame
36+
strata: none
3837
cluster: dnum
3938
[637, 637, 637 … 448]
4039
popsize: [507.7049, 507.7049, 507.7049 … 507.7049]

0 commit comments

Comments
 (0)