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!
Related Posts with Boxplot in complex design survey
How to calculate the monthly average from daily data?I have daily data from 03-01-1994 to 29-12-1995. The first column is date and the second column is m…
Rotating a catplot (-> so it becomes more like a histogram) and wrap multiple n oneI would like to rotate my catplot graph so it looks more like a histogram. Is this possible? And the…
How to calculate the monthly average of the multiple columns using loopsDear Stata-users, I have daily data from 03-01-1994 to 29-12-1995. In my datafile, the date column …
Collapse using both string and alphanumericI am trying to collapse three (ultimately more) variables on zip codes, state names, and Congression…
adding regional fixed effect to system GMMHello, I'm estimating a dynamic panel model using GMM system xtabond2. I've a general question. I mi…
Subscribe to:
Post Comments (Atom)
0 Response to Boxplot in complex design survey
Post a Comment