Dear All,
Since this is first time I am doing survey analysis with weighted data, I am not sure whether I run the logit regs properly and some commands in stata dont work with svy syntax. For ex, I can't do factor analysis with pweight option, therefore I used aweight option. I have some questions:
Is there any difference between aweight and pweight? Is it ok to use aweight command when pweight does not work?
Since I use svyset command with lineralized option I dont have to use robust cluster option for std errors right?
Are these commands to run logit regression correct:
svyset mah [pweight=w_yerlesim], strata(bolge) vce(linearized) singleunit(missing)
pweight: w_yerlesim
VCE: linearized
Single unit: missing
Strata 1: bolge
SU 1: mah
FPC 1: <zero>
svy linearized : logit nonviolentresistance male age politicaltrust orgmember2 polinterest Education Income
Many thanks!
Since this is first time I am doing survey analysis with weighted data, I am not sure whether I run the logit regs properly and some commands in stata dont work with svy syntax. For ex, I can't do factor analysis with pweight option, therefore I used aweight option. I have some questions:
Is there any difference between aweight and pweight? Is it ok to use aweight command when pweight does not work?
Since I use svyset command with lineralized option I dont have to use robust cluster option for std errors right?
Are these commands to run logit regression correct:
svyset mah [pweight=w_yerlesim], strata(bolge) vce(linearized) singleunit(missing)
pweight: w_yerlesim
VCE: linearized
Single unit: missing
Strata 1: bolge
SU 1: mah
FPC 1: <zero>
svy linearized : logit nonviolentresistance male age politicaltrust orgmember2 polinterest Education Income
Many thanks!
Comment