Skip to content

Commit fdb6c86

Browse files
committed
Merge branch 'docs/survey-wave-4' of github.com:cmu-delphi/delphi-epidata into docs/survey-wave-4
2 parents 980d447 + db960db commit fdb6c86

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

docs/symptom-survey/coding.md

+13
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,18 @@ describe each survey response:
3939
* `weight`: The survey weight calculated by Facebook, for demographically
4040
adjusting estimates. See the [weights documentation](weights.md) for details
4141
on how to use these weights.
42+
43+
The following columns were added beginning when Wave 4 was deployed:
44+
4245
* `wave`: Integer specifying the survey wave this respondent completed; see
4346
below for the full list.
4447
* `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.
4554

4655
Coding details for each survey wave follow.
4756

@@ -67,6 +76,10 @@ was deployed.
6776
* [Survey text and
6877
coding](waves/Survey_of_COVID-Like_Illness_-_TODEPLOY_2020-04-06.docx) (Word)
6978

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+
7083
## Wave 2
7184

7285
Wave 2 was first deployed on April 15, 2020. This was replaced by Wave 3, but
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)