Skip to content

Weights for polr

3 messages · Thomas Lumley, Gregory Wawro

#
On Mon, 22 Sep 2008, Gregory Wawro wrote:

            
You could use svyolr() in the survey package.
They are frequency weights.
You should get the same point estimates, but different standard errors.
Again, it should be the same point estimates but different standard 
errors.
No.

 	-thomas

Thomas Lumley			Assoc. Professor, Biostatistics
tlumley at u.washington.edu	University of Washington, Seattle
#
Hello,

I'm estimating an ordered logit model on a probability weighted survey 
sample.  polr permits case weights with the "weights" option, but I cannot 
figure out from existing documentation what it actually does with these 
weights.  I'm concerned about this because I get somewhat different 
results using Stata's ologit command with the pweights option and very 
different results using proc logistic in SAS with its weight option.  So 
my basic question is whether or not it is appropriate to use the weight 
option for polr with my data.

Best,
Greg


.............................................................

Gregory Wawro               gjw10 at columbia.edu
Associate Professor         phone:  212-854-8540
Dept. of Political Science  fax:    212-222-0598
741 International Affairs   http://www.columbia.edu/~gjw10/
Columbia University
New York, NY 10027

.............................................................
1 day later
#
Thanks for directing my attention to the survey package and svyolr().

Best,
Greg

.............................................................

Gregory Wawro               gjw10 at columbia.edu
Associate Professor         phone:  212-854-8540
Dept. of Political Science  fax:    212-222-0598
741 International Affairs   http://www.columbia.edu/~gjw10/
Columbia University
New York, NY 10027

.............................................................
On Mon, 22 Sep 2008, Thomas Lumley wrote: