The survey dataset I'm currently working on has "branching", where for example respondents that answer that they did not receive subsidies for item A, will not answer questions about item A, and those who answer that they did not receive subsidies for item B, will not answer for item B. This leaves intentionally systematic missing data.
As with all surveys, there are also other missing data, most likely missing at random. The plan is to conduct multiple imputations on the "real" missing data, but I can not get the analysis to "ignore" the intentionally missing systematic data (Working in SPSS) in a logical way.
As I understand to conduct the imputations on all missing data and then delete the intentionally missing data is not an option. I can conduct several multiple imputations and later combine the datasets, but this too has limitations, as I will have to group the imputations by respondents (ie. only people that received subsidies for only A, then do the same analysis for only B, then finally A and B), significantly lowering N. Or I could group them by variable, (impute only data in section A, then section B) but this ignores all connections between A and B, which likely exists, resulting in worse predictions.
Has anyone encountered similar issues, and if so, what was your solution?