We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff1ef2f + 36437ec commit ed8d172Copy full SHA for ed8d172
src/SurveyDesign.jl
@@ -30,11 +30,10 @@ individuals in one cluster are sampled. The clusters are considered disjoint and
30
```jldoctest
31
julia> apiclus1 = load_data("apiclus1");
32
33
-julia> dclus1 = SurveyDesign(apiclus1; clusters=:dnum, strata=:stype, weights=:pw)
+julia> dclus1 = SurveyDesign(apiclus1; clusters=:dnum, weights=:pw)
34
SurveyDesign:
35
-data: 183×43 DataFrame
36
-strata: stype
37
- [H, E, E … E]
+data: 183×44 DataFrame
+strata: none
38
cluster: dnum
39
[637, 637, 637 … 448]
40
popsize: [507.7049, 507.7049, 507.7049 … 507.7049]
0 commit comments