Just want to make sure I'm not asking the authors of this ado file a dumb question. The survey I'm analyzing uses Taylor series linearization to compute variances. I'm using the apc_ie (http://econpapers.repec.org/software...de/s456754.htm) module to crunch the data withe Stata 13.1/Windows 7. If I try to svyset my data with the weight, psu and stratum information and prefix apc_ie with svy, I get an error:
Since the module is based on glm, there doesn't seem to be a lot of options for computing the variance (the vce option is not allowed with the svy prefix when using glm). Can anyone think of a way of incorporating the sample design information? Weights are allowed, but I can't see how to get the psu and stratum included.
apc_ie is not supported by svy with vce(linearized); see help svy estimation for a list of Stata estimation commands that are supported by
svy
r(322);
svy
r(322);
Comment