A few scientific literacy test items of wave 6 have incorrect value labels.
- Variables scg6103s_c, scg6142s_c, scg6144s_c, scg6664s_c, scg6111s_c and scg6061s_c should instead be labeled with
0 = not solved
1 = solved
In Stata you can easily relabel them by using the following Stata syntax:
label values scg6103s_c scg6142s_c scg6144s_c scg6664s_c scg6111s_c scg6061s_c
`:value label scg61050_c'
- Variable scg6661s_c should instead be labeled with
0 = 0 of 3 points
1 = 1 of 3 points
2 = 2 of 3 points
3 = 3 of 3 points
In Stata you can easily relabel them by using the following Stata syntax:
label values scg6661s_c `:value label scg9012s_sc3g9_c'
- Variable scg6113s_c should instead be labeled with
0 = 0 of 2 points
1 = 1 of 2 points
2 = 2 of 2 points
In Stata you can easily relabel them by using the following Stata syntax:
label values scg6113s_c `:value label scg11032s_sc3g11_c'