In analyzing weighted survey data, I'm surprised that the following commands
svyset [pweight=weight]
svyreg y x
don't give the same results as
reg y x [pw=weight]
or
reg y x [pw=weight], hc3
or even
reg y x [aw=weight]
I'm left confused as to what svyreg is doing. Any insights most appreciated.
Check out pages 357-358 of the Stata 8 Users Guide, i.e. Section 30.10,
Differences Between the SVY Commands and Other Commands. It states that
"The point estimates from the svy commands are exactly the same as the
weighted point estimates from the non-svy commands. Despite their
similarities, the svy commands and corresponding non-svy commands have a
number of differences."