I have learnt that since Stata 10.1, the use of analytical weights were removed due to their interpretational difficulties. When running a regression while still hoping to correct for sampling issues, what weights should one use? aweights return an error message with Stata 13.
Code:
. logit povertydmy hhage hhage2 hhsize educyrs i.gender i.marstat i.resplace [aw=weight] aweight not allowed r(101);
Comment