This question is similar to this one: Using XT commands with Svy commands

I was dealing with panel data with missing values on some variables. I used the chained equation to impute the missing data and used
xtset
to declare panel data, and
svyset
to declare the survey structure. I was trying to fit a logistic regression, but got error message saying "xtlogit is not supported by svy with vce(linearized). I used the option cmdok, but still got the same error. Can somebody give me a solution or workaround? Thanks.
Array