I have two independent variables: "vaccination status" and "antibody titer assessment". Vaccination is coded as 0 and 1. The other variable is supposed to explain if the person has checked that whether the vaccination has increased his antibody titer sufficiently. The second variable has two states: yes or no.
The problem is that people who are not vaccinated do not need to check their antibody titer (it is not logical). So I don't know if I should leave the cells in the column pertaining to tier check blank or not, when the persons' vaccination status is zero. Or should I enter zero even for the lack of antibody titer assessment, even if the person has not received any vaccination in the first place?
The difference between the two is that if I fill those blank cells with zero, these two independent variables would become highly correlated (source of multicollinearity). Otherwise, if i leave those cells blank, I would loose data in listwise deletion unless I use other methods such as pairwise deletion or mean substitution (in SPSS).
What do you suggest? Do you have any other ideas that these two options?