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
PVAR vs. Arellano-Bond estimationHello all, I understand that both PVAR and Arellano-Bond estimation are dynamic panel methods, and …
Calculating Rolling Statistics for Panel Data With a Varying Window of ObservationHello Statalist, I would like to create some code which can calculate various statistics (moving a…
How to test Interaction in Logistic Regression with categorical independent variables (1 is dummy, other one has 4 categories)?I am trying to test for interaction effect in my logistic model where outcome is dummy and the two i…
PARAMED code for a continuous treatment and a continuous mediator, how to set a0() a1() and m()Hi, I am using the PARAMED package for my mediation analysis for a count DV. The code is working, bu…
ivreg2 panel data analysis with dummy control variablesDear STATA Community, i am estimating following model using panel data with dummy control variables …
Subscribe to:
Post Comments (Atom)
0 Response to Boxplot in complex design survey
Post a Comment