Justin G. Gardner --
Essentially, yes. As a rule, [pw]=[aw]+_robust. (see -help robust-)
Answers to these types of questions are usually easy to find in the
manual or online help, but often even easier to check directly via
experimentation:
sysuse auto, clear
reg pr mpg [aw=wei], nohe
reg pr mpg [aw=wei], nohe robust
reg pr mpg [pw=wei], nohe
On 4/10/07, Justin G. Gardner <[email protected]> wrote:
When using pweights stata provides robust standard errors. Are these standard errors computed using the Huber/White procedure?
Code Example:
reg y x1 x2 x3 [pw=myweightvariable]
*
* 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/