You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nssp/DETAILS.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,29 @@
2
2
3
3
We import the NSSP Emergency Department Visit data, including percentage and smoothed percentage of ER visits attributable to a given pathogen, from the CDC website. The data is provided at the county level, state level and national level; we do a population-weighted mean to aggregate from county data up to the HRR and MSA levels.
There are 8 signals output from the primary source and 4 output from secondary. There are no smoothed signals from secondary source.
9
+
10
+
Note that the data produced from secondary source are mostly the same as their primary source equivalent, with past analysis shows around 95% of datapoints having less than 0.1 value difference and the other 5% having a 0.1 to 1.2 value difference.
11
+
5
12
## Geographical Levels
6
-
*`state`: reported using two-letter postal code
7
-
*`county`: reported using fips code
8
-
*`national`: just `us` for now
13
+
Primary source:
14
+
*`state`: reported from source using two-letter postal code
15
+
*`county`: reported from source using fips code
16
+
*`national`: just `us` for now, reported from source
17
+
*`hhs`, `hrr`, `msa`: not reported from source, so we computed them from county-level data using a weighted mean. Each county is assigned a weight equal to its population in the last census (2020).
18
+
19
+
Secondary (2023RVR) source:
20
+
*`state`: reported from source
21
+
*`hhs`: reported from source
22
+
*`national`: reported from source
23
+
9
24
## Metrics
10
25
*`percent_visits_covid`, `percent_visits_rsv`, `percent_visits_influenza`: percentage of emergency department patient visits for specified pathogen.
11
26
*`percent_visits_combined`: sum of the three percentages of visits for flu, rsv and covid.
12
27
*`smoothed_percent_visits_covid`, `smoothed_percent_visits_rsv`, `smoothed_percent_visits_influenza`: 3 week moving average of the percentage of emergency department patient visits for specified pathogen.
13
-
*`smoothed_percent_visits_combined`: 3 week moving average of the sum of the three percentages of visits for flu, rsv and covid.
28
+
*`smoothed_percent_visits_combined`: 3 week moving average of the sum of the three percentages of visits for flu, rsv and covid.
29
+
*`percent_visits_covid_2023RVR`, `percent_visits_rsv_2023RVR`, `percent_visits_influenza_2023RVR`: Taken from secondary source, percentage of emergency department patient visits for specified pathogen.
30
+
*`percent_visits_combined_2023RVR`: Taken from secondary source, sum of the three percentages of visits for flu, rsv and covid.
Copy file name to clipboardExpand all lines: nssp/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# NSSP Emergency Department Visit data
2
2
3
3
We import the NSSP Emergency Department Visit data, currently only the smoothed concentration, from the CDC website, aggregate to the state and national level from the wastewater sample site level, and export the aggregated data.
0 commit comments