Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Boxplot in complex design survey

    Dear Statalist users:

    I have a data set with weight syntax as below, How can I run a box plot with weight.?

    svyset province [pweight=c_weight_final], strata(region) fpc(fpc1) vce(linearized) singleunit(scaled) || village_id, strata(province) fpc(fpc2) || unique_id, strata(agegr)
    pweight: c_weight_final
    VCE: linearized
    Single unit: scaled
    Strata 1: region
    SU 1: province
    FPC 1: fpc1
    Strata 2: province
    SU 2: village_id
    FPC 2: fpc2
    Strata 3: agegr
    SU 3: unique_id
    FPC 3: <zero>

    Thank you so much!
Working...
X