Skip to content

Commit 36437ec

Browse files
authored
fix doctest issue
changed df columns to 44 instead of 43
1 parent c13b81c commit 36437ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SurveyDesign.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ julia> apiclus1 = load_data("apiclus1");
3232
3333
julia> dclus1 = SurveyDesign(apiclus1; clusters=:dnum, weights=:pw)
3434
SurveyDesign:
35-
data: 183×43 DataFrame
35+
data: 183×44 DataFrame
3636
strata: none
3737
cluster: dnum
3838
[637, 637, 637 … 448]

0 commit comments

Comments
 (0)