Country level data on the status of zoonotic TB in humans across multiple years. Data is sourced from this systematic review. via personal communication. Data cleaning details can be found in \data-raw\zoonotic_tb_humans.R.

zoonotic_tb_humans

Format

A data frame with 201 rows and 16 variables.

id

Unique clean dataset id (numeric)

study_id

Unique study id (numeric)

dirty_id

Unique raw dataset id (numeric)

country

Country name

geo_coverage

Geographical coverage of study (factor)

study_pop

Population included in the study (factor)

sampling_strat

Sampling strategy used by the study (factor)

study_period

Time period the study covered (character)

study_end

Year that the study ended/reported (numeric)

multi_year_study

Is the study multi-year (factor: yes; no)

cases

Number of zoonotic TB cases reported (numeric)

sample_size

Number of TB cases included in the study (numeric)

tb_z_prop

Proportion of TB cases that are zoonotic (numeric)

tb_z_prop_lo

Lower bound (95% CI) proportion of TB cases that are zoonotic (numeric)

tb_z_prop_hi

Upper bound (95% CI) proportion of TB cases that are zoonotic (numeric)

tb_z_prop_se

Standard error of the proportion of TB cases that are zoonotic (numeric)