| From | Stephen McKay <[email protected]> |
| To | [email protected] |
| Subject | st: stata and weighting, addendum |
| Date | Thu, 11 Mar 2004 10:04:08 +0000 |
For completeness:
. su male [pw=wgt]
pweight not allowed
. tab1 male [pw=wgt]
pweight not allowed
r(101);
. table male [pw=wgt]
----------------------
male | Freq.
----------+-----------
0 | 3.4
1 | 2.6
----------------------
. tab male [pw=wgt]
pweight not allowed
r(101);
Steve
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
| © Copyright 1996–2025 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |