Bug in SC6: 15.0.0 pTarget

In the variables t66207a - t66207rInterest: IILS-II“, wave 14 data values were coded contrary to prior surveys in wave 4 and 7, resulting in dissimilar meaning of the values 1, 2, 4, and 5.

This will be corrected in the upcoming release. In the meantime, this can be fixed by the following stata syntax:

recode t66207? (1=5) (2=4) (4=2) (5=1)  if wave == 14

Please also note that the derived variables t66207a_g1 - t66207f_g1 are also affected by this issue. Due to complexity, we cannot provide a simple correction yet. We would kindly ask you to wait for the upcoming release of the next version before using this variables again.