Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit 094bac3

Browse files
committed
Switch to USAFacts to avoid JHU case rate error
The error is currently being corrected, but easiest to switch to USAFacts while we wait.
1 parent 6c051af commit 094bac3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/post/2020-10-06-survey-wave-4.Rmd

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ library(ggrepel)
157157
library(dplyr)
158158
library(plotly)
159159
160-
case_rates <- covidcast_signal("jhu-csse", "confirmed_7dav_incidence_prop",
160+
case_rates <- covidcast_signal("usa-facts", "confirmed_7dav_incidence_prop",
161161
start_day = end_day, end_day = end_day,
162162
geo_type = "state")
163163
@@ -384,6 +384,12 @@ reopening.
384384
details, see [our surveys page](https://covidcast.cmu.edu/surveys.html). For
385385
updates, you can follow [CmuDelphi on Twitter](https://twitter.com/cmudelphi).*
386386

387+
**Note.** *This post was updated on October 17, 2020 to correct an error in the
388+
scatterplot of mask usage and reported case rates. An error in our data
389+
processing system meant our reported case rates were half the size they should
390+
have been. This did not affect the trend in the scatterplot, only the scale of
391+
the X axis.*
392+
387393
**Acknowledgments.** *Many items in Wave 4 of our survey are based on work by
388394
the team at the Joint Program in Survey Methodology at the University of
389395
Maryland led by Frauke Kreuter; Adrianne Bradford and Samantha Chiu helped

0 commit comments

Comments
 (0)