Skip to content

Commit 9ca09e3

Browse files
authored
Merge pull request #369 from cmu-delphi/docs/survey-vaccine-uptake
Add vaccination uptake signal
2 parents 629b9c4 + 651fc39 commit 9ca09e3

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

docs/api/covidcast-signals/fb-survey.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ grand_parent: COVIDcast Epidata API
1010
* **Source name:** `fb-survey`
1111
* **Number of data revisions since 19 May 2020:** 1
1212
* **Date of last change:** [3 June 2020](../covidcast_changelog.md#fb-survey)
13-
* **Available for:** county, hrr, msa, state (see [geography coding docs](../covidcast_geography.md))
13+
* **Available for:** county, hrr, msa, state, nation (see [geography coding docs](../covidcast_geography.md))
1414
* **Time type:** day (see [date format docs](../covidcast_times.md))
1515
* **License:** [CC BY](../covidcast_licensing.md#creative-commons-attribution)
1616

@@ -324,16 +324,19 @@ also available. These have names beginning `smoothed_w`, such as
324324
| Signal | Description | Survey Item |
325325
| --- | --- | --- |
326326
| `smoothed_accept_covid_vaccine` | Estimated percentage of respondents who would definitely or probably choose to get vaccinated, if a COVID-19 vaccine were offered to them today. **Note:** Until January 6, 2021, all respondents answered this question; beginning on that date, only respondents who said they have not received a COVID vaccine are asked this question. | V3 |
327+
| `smoothed_covid_vaccinated` | Estimated percentage of respondents who have already received a vaccine for COVID-19. **Note:** The Centers for Disease Control compiles data on vaccine administration across the United States. This signal may differ from CDC data because of survey biases and should not be treated as authoritative. However, the survey signal is not subject to the lags and reporting problems in official vaccination data. | V1 |
327328

328-
This indicator is based on questions added in Wave 6 of the survey, introduced
329-
on December 19, 2020. **Note:** As of January 2021, vaccination items on the
330-
survey are being revised in preparation for Wave 7. We may replace the signal
331-
above with a new signal (with a different name) if the underlying survey item
332-
changes significantly.
329+
These indicators are based on questions added in Wave 6 of the survey,
330+
introduced on December 19, 2020; however, Delphi only enabled item V1 beginning
331+
January 6, 2021. **Note:** As of January 2021, vaccination items on the survey
332+
are being revised in preparation for Wave 7. We may replace the signals above
333+
with new signals (with different names) if the underlying survey items change
334+
significantly.
333335

334-
A weighted version of this signal, using the [survey weighting described
335-
below](#survey-weighting) to be more representative of state demographics, is
336-
also available. It is `smoothed_waccept_covid_vaccine`.
336+
Weighted versions of these signals, using the [survey weighting described
337+
below](#survey-weighting) to be more representative of state demographics, are
338+
also available. They have names beginning with `smoothed_w`, such as
339+
`smoothed_waccept_covid_vaccine`.
337340

338341

339342
## Mental Health Indicators

docs/api/covidcast_geography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ whose estimate is being reported. Estimates are available for several possible
3434
* `state`: The 50 states, identified by their two-digit postal abbreviation (in
3535
lower case). Estimates for Puerto Rico are available as state `pr`;
3636
Washington, D.C. is available as state `dc`.
37-
* `nation`: accepted values are the ISO 3166-1 alpha-2 [country codes](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Currently the only nation we have data on is `us`.
37+
* `nation`: accepted values are the ISO 3166-1 alpha-2 [country codes](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Currently the only nation we have data on is `us`.
3838

3939
Some signals are not available for all `geo_type`s since they may be reported
4040
by their original sources at geographic resolutions which are too coarse.

0 commit comments

Comments
 (0)