@@ -39,9 +39,18 @@ describe each survey response:
39
39
* ` weight ` : The survey weight calculated by Facebook, for demographically
40
40
adjusting estimates. See the [ weights documentation] ( weights.md ) for details
41
41
on how to use these weights.
42
+
43
+ The following columns were added beginning when Wave 4 was deployed:
44
+
42
45
* ` wave ` : Integer specifying the survey wave this respondent completed; see
43
46
below for the full list.
44
47
* ` UserLanguage ` : Language the respondent completed the survey in.
48
+ - ` fips ` : The * primary* county FIPS code corresponding to the ZIP code selected
49
+ by the respondent. Note that ZIP codes can cross county and even state
50
+ boundaries; if a respondent's ZIP is in multiple counties, the FIPS reported
51
+ in this column corresponds to the county the ZIP overlaps most with. If a ZIP
52
+ is not more than 50% in any one county, or if their reported ZIP code cannot
53
+ be found, ` NA ` is reported.
45
54
46
55
Coding details for each survey wave follow.
47
56
@@ -67,6 +76,10 @@ was deployed.
67
76
* [ Survey text and
68
77
coding] ( waves/Survey_of_COVID-Like_Illness_-_TODEPLOY_2020-04-06.docx ) (Word)
69
78
79
+ ** Warning:** Item A2 shows high missingness and strange values in Wave 1,
80
+ possibly due to incorrect validation in the Qualtrics survey. Item A2 should not
81
+ be used in Wave 1 data until this problem is understood.
82
+
70
83
## Wave 2
71
84
72
85
Wave 2 was first deployed on April 15, 2020. This was replaced by Wave 3, but
0 commit comments