I want to do a permutation test for a command where I'm using weights. E.g.:
Permute doesn't allow for weights, but can be forced to ignore that. The help-file only has the vagues statement that: "permute is not suited for weighted estimation, thus permute should not be used with weights or svy".
Is anyone here able to explain why weights might be problematic in this context?
Code:
permute treatment _b[treatment]: reg y x treatment [pweight=w]
Is anyone here able to explain why weights might be problematic in this context?
Comment