I'm doing a cross-sectional analysis with one wave of a german Panel study.
I weighted my data with
Code:
svyset [pweight=d1ca1weight]
Now I wanted to use tabstat to see my descriptive statistics as follows:
Code:
svy: sum allg_lz erw job kohorte partner ost gesund loghheinknett_z migstat abschluss anz_kind kind_u3_nodum svy: estpost tabstat allg_lz erw job kohorte partner ost gesund loghheinknett_z migstat abschluss anz_kind kind_u3_nodum, casewise /// statistics(count mean sd median min max) column(statistics)
How can I see the descriptive statistics (count mean sd median min max) with svy for a cross-sectional Analysis?
Thanks a lot!
Greetings, Alex
0 Response to descriptive statistics with svy
Post a Comment