Skip to content

Commit f93fa85

Browse files
committed
updates documentation for all geographies and modelled outcomes years 2022-2050
1 parent 70df68d commit f93fa85

6 files changed

Lines changed: 40 additions & 41 deletions

File tree

inst/md/about.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ The estimates shown by Tabby2 are based on a mathematical model of TB epidemiolo
44

55
**The model has been fit to TB data through 2019. Preliminary data suggests that during the COVID-19 pandemic, reported cases of TB in the United States declined by 20% compared with 2019; this decline is not reflected in modeling estimates at this time. (https://www.cdc.gov/mmwr/volumes/70/wr/mm7012a1.htm) We are in the process of incorporating these data into our estimates and will update the site once revised estimates are complete.**
66

7-
This model has been fit to local data from each of the following states:
8-
9-
Alabama, Alaska, Arizona, Arkansas, California, Colorado, Connecticut, Delaware, District of Columbia, Florida, Georgia, Hawaii, Idaho, Illinois, Indiana, Iowa, Kansas, Kentucky, Louisiana, Maine, Maryland, Massachusetts, Michigan, Minnesota, Mississippi, Missouri, Montana, Nebraska, Nevada, New Hampshire, New Jersey, New Mexico, New York, North Carolina, Ohio, Oklahoma, Oregon, Pennsylvania, Rhode Island, South Carolina, South Dakota, Tennessee, Texas, Utah, Vermont, Virginia, Washington, West Virginia, Wisconsin, Wyoming.
7+
This model has been fit to local data from all fifty states and District of Columbia.
108

119
The model has also been fit to aggregate data for the United States to allow national-level analyses. These analyses expand on an earlier study on future TB epidemiology in the United States (Menzies et al 2018. “Prospects for tuberculosis elimination in the United States: results of a transmission dynamic model” Am J Epid 187(9):2011-2020) (https://academic.oup.com/aje/article/187/9/2011/4995883)).
1210

tabby1/tabby1utilities/inst/configs/config-addoutputs.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ comparators:
2828
labels:
2929
absolute_value: Absolute values
3030
pct_basecase_same_year: Percentage of base case value in the same year
31-
pct_basecase_2018: Percentage of base case value in 2020
31+
pct_basecase_2018: Percentage of base case value in 2022
3232
formatted:
3333
absolute_value: ''
3434
pct_basecase_same_year: Percentage of base case value in the same year
35-
pct_basecase_2018: Percentage of base case value in 2020
35+
pct_basecase_2018: Percentage of base case value in 2022
3636
selected:
3737
- yes
3838
- no
@@ -158,19 +158,19 @@ analyses:
158158
- scenario_6
159159
- scenario_7
160160
labels:
161-
scenario_1: No Transmission Within the US After 2020
162-
scenario_2: No TB or LTBI in New Migrants After 2020
161+
scenario_1: No Transmission Within the US After 2022
162+
scenario_2: No TB or LTBI in New Migrants After 2022
163163
scenario_3: Reduced TB Prevention Effort
164-
scenario_5: Future Immigration at 2020 Levels
164+
scenario_5: Future Immigration at 2022 Levels
165165
scenario_6: Improving Global TB Control
166166
scenario_7: Rising Reactivation Risks
167167
formatted: # the |- allows newlines
168168
scenario_1: |-
169169
No transmission within
170-
the US after 2020
170+
the US after 2022
171171
scenario_2: |-
172172
No TB or LTBI in new
173-
migrants after 2020
173+
migrants after 2022
174174
scenario_3: |-
175175
Reduced TB prevention
176176
effort
@@ -179,18 +179,18 @@ analyses:
179179
new migrants
180180
scenario_5: |-
181181
Future immigration at
182-
2020 levels
182+
2022 levels
183183
scenario_6: |-
184184
Improving global TB
185185
control
186186
scenario_7: |-
187187
Rising reactivation
188188
risk
189189
descriptions:
190-
scenario_1: From 2020 onwards, no individuals acquire M. TB infection from transmission within
190+
scenario_1: From 2022 onwards, no individuals acquire M. TB infection from transmission within
191191
the United States. In this scenario the only source of new LTBI cases is from
192192
existing infection in new immigrants.
193-
scenario_2: From 2020 onwards, all individuals immigrating to the United States are free of
193+
scenario_2: From 2022 onwards, all individuals immigrating to the United States are free of
194194
M. TB infection, while maintaining the same total volume of immigration.
195195
downloads:
196196
heading: Download

tabby1/tabby1utilities/inst/configs/config-agegroups.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ comparators:
2828
labels:
2929
absolute_value: Absolute values
3030
pct_basecase_same_year: Percentage of base case value in the same year
31-
pct_basecase_2018: Percentage of base case value in 2020
31+
pct_basecase_2018: Percentage of base case value in 2022
3232
formatted:
3333
absolute_value: ''
3434
pct_basecase_same_year: Percentage of base case value in the same year
35-
pct_basecase_2018: Percentage of base case value in 2020
35+
pct_basecase_2018: Percentage of base case value in 2022
3636
selected:
3737
- yes
3838
- no
@@ -156,25 +156,25 @@ analyses:
156156
- scenario_6
157157
- scenario_7
158158
labels:
159-
scenario_1: No Transmission Within the US After 2020
160-
scenario_2: No TB or LTBI in New Migrants After 2020
159+
scenario_1: No Transmission Within the US After 2022
160+
scenario_2: No TB or LTBI in New Migrants After 2022
161161
scenario_3: Reduced TB Prevention Effort
162-
scenario_5: Future Immigration at 2020 Levels
162+
scenario_5: Future Immigration at 2022 Levels
163163
scenario_6: Improving Global TB Control
164164
scenario_7: Rising Reactivation Risks
165165
formatted: # use |- to include newline characters
166166
scenario_1: |-
167167
No transmission within
168-
the US after 2020
168+
the US after 2022
169169
scenario_2: |-
170170
No TB or LTBI in new
171-
migrants after 2020
171+
migrants after 2022
172172
scenario_3: |-
173173
Reduced TB prevention
174174
effort
175175
scenario_5: |-
176176
Future immigration
177-
at 2020 levels
177+
at 2022 levels
178178
scenario_6: |-
179179
Improving global TB
180180
control

tabby1/tabby1utilities/inst/configs/config-estimates.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ comparators:
3232
labels:
3333
absolute_value: Absolute values
3434
pct_basecase_same_year: Percentage of base case value in the same year
35-
pct_basecase_2018: Percentage of base case value in 2020
35+
pct_basecase_2018: Percentage of base case value in 2022
3636
formatted:
3737
absolute_value: ''
3838
pct_basecase_same_year: Percentage of base case value in the same year
39-
pct_basecase_2018: Percentage of base case value in 2020
39+
pct_basecase_2018: Percentage of base case value in 2022
4040
selected:
4141
- yes
4242
- no
@@ -190,19 +190,19 @@ analyses:
190190
- scenario_6
191191
- scenario_7
192192
labels:
193-
scenario_1: No Transmission Within the US After 2020
194-
scenario_2: No TB or LTBI in New Migrants After 2020
193+
scenario_1: No Transmission Within the US After 2022
194+
scenario_2: No TB or LTBI in New Migrants After 2022
195195
scenario_3: Reduced TB Prevention Effort
196-
scenario_5: Future Immigration at 2020 Levels
196+
scenario_5: Future Immigration at 2022 Levels
197197
scenario_6: Improving Global TB Control
198198
scenario_7: Rising Reactivation Risks
199199
formatted:
200200
scenario_1: |-
201201
No transmission within
202-
the US after 2020
202+
the US after 2022
203203
scenario_2: |-
204204
No TB or LTBI in new
205-
migrants after 2020
205+
migrants after 2022
206206
scenario_3: |-
207207
Reduced TB prevention
208208
effort
@@ -216,10 +216,10 @@ analyses:
216216
Rising reactivation
217217
risks
218218
descriptions:
219-
scenario_1: From 2020 onwards, no individuals acquire M. TB infection from transmission within
219+
scenario_1: From 2022 onwards, no individuals acquire M. TB infection from transmission within
220220
the United States. In this scenario the only source of new LTBI cases is from
221221
existing infection in new immigrants.
222-
scenario_2: From 2020 onwards, all individuals immigrating to the United States are free of
222+
scenario_2: From 2022 onwards, all individuals immigrating to the United States are free of
223223
M. TB infection, while maintaining the same total volume of immigration.
224224
labels:
225225
heading: Labels

tabby1/tabby1utilities/inst/configs/config-trends.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ comparators:
2828
labels:
2929
absolute_value: Absolute values
3030
pct_basecase_same_year: Percentage of base case value in the same year
31-
pct_basecase_2018: Percentage of base case value in 2020
31+
pct_basecase_2018: Percentage of base case value in 2022
3232
formatted:
3333
absolute_value: ''
3434
pct_basecase_same_year: Percentage of base case value in the same year
35-
pct_basecase_2018: Percentage of base case value in 2020
35+
pct_basecase_2018: Percentage of base case value in 2022
3636
selected:
3737
- yes
3838
- no
@@ -178,19 +178,19 @@ analyses:
178178
- scenario_6
179179
- scenario_7
180180
labels:
181-
scenario_1: No Transmission Within the US After 2020
182-
scenario_2: No TB or LTBI in New Migrants After 2020
181+
scenario_1: No Transmission Within the US After 2022
182+
scenario_2: No TB or LTBI in New Migrants After 2022
183183
scenario_3: Reduced TB Prevention Effort
184-
scenario_5: Future Immigration at 2020 Levels
184+
scenario_5: Future Immigration at 2022 Levels
185185
scenario_6: Improving Global TB Control
186186
scenario_7: Rising Reactivation Risks
187187
formatted: # the |- allows newlines
188188
scenario_1: |-
189189
No transmission within
190-
the US after 2020
190+
the US after 2022
191191
scenario_2: |-
192192
No TB or LTBI in new
193-
migrants after 2020
193+
migrants after 2022
194194
scenario_3: |-
195195
Reduced TB prevention
196196
effort
@@ -199,18 +199,18 @@ analyses:
199199
new migrants
200200
scenario_5: |-
201201
Future immigration at
202-
2020 levels
202+
2022 levels
203203
scenario_6: |-
204204
Improving global TB
205205
control
206206
scenario_7: |-
207207
Rising reactivation
208208
risk
209209
descriptions:
210-
scenario_1: From 2020 onwards, no individuals acquire M. TB infection from transmission within
210+
scenario_1: From 2022 onwards, no individuals acquire M. TB infection from transmission within
211211
the United States. In this scenario the only source of new LTBI cases is from
212212
existing infection in new immigrants.
213-
scenario_2: From 2020 onwards, all individuals immigrating to the United States are free of
213+
scenario_2: From 2022 onwards, all individuals immigrating to the United States are free of
214214
M. TB infection, while maintaining the same total volume of immigration.
215215
downloads:
216216
heading: Download

utilities/inst/md/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
- Version 3.1.0 (2021-12-10) updates the basecase year of Tabby2 to 2022 from 2020.
1+
- Version 3.1.0 (2022-01-10) represents the first version of Tabby2 to contain all fifty states and the District of Columbia.
2+
- Version 3.0.1 (2021-12-10) updates the interval of years shown in modelled outcomes to 2022-2050.
23
- Version 3.0.0 (2021-08-27) represents the second version of Tabby2 which has passed the CDC Scientific Web Tool Clearance process; first release with Economic Analysis functionality.
34
- Version 2.0.3 (2020-03-13) adds TB outcomes formatted in counts of individuals.
45
- Version 2.0.2 (2020-02-20) updates the interval of years shown in modelled outcomes to 2020-2050.

0 commit comments

Comments
 (0)