Logo Lanfrica

peptonefizz/Costing-Nigeria-Analysis

Domain:

healthcare

Record type:

software
Creator:
pep
Host:
Repository containing R code for cost-effectiveness of CXR and AI for TB in Nigeria # Cost-effectiveness of CXR and AI for TB screening in Nigeria This repository contains the code, data inputs, and outputs for a Tcost-effectiveness analysis of a TB screening intervention. ### πŸ“„ Associated Publications **Implementation costs and cost-effectiveness of ultraportable chest X-ray with artificial intelligence in active case finding for tuberculosis in Nigeria** _T.Garg, S.John et al._ Published in *PLOS Digital Health* (2025) πŸ“„ Read the full paper here **Comparing tuberculosis symptom screening to chest X-ray with artificial intelligence in an active case finding campaign in Northeast Nigeria** _S.John, S.Abdulkarim et al._ Published in *BMC Global and Public Health* (2023) πŸ“„ Read the full paper here --- ## πŸ“ Repository Structure ``` Costing-Nigeria-Analysis/ β”œβ”€β”€ Data/ # Input data files β”‚ β”œβ”€β”€ cost_input.xlsx # Cost data β”‚ β”œβ”€β”€ cost_input_sensitivity_analysis.xlsx # Cost data with CXR and AI options β”‚ β”œβ”€β”€ tb_clinical.xlsx # Proportion of clinically dx TB in Nigeria β”‚ β”œβ”€β”€ PaperTable3.xlsx # Outcome data from Table 3 of main paper β”‚ └── PaperTable3_subclinical.xlsx # Outcome data from Table 3 with subclinical TB β”œβ”€β”€ Output/ # Output tables and figures β”œβ”€β”€ Scripts/ # R Markdown analysis files β”‚ β”œβ”€β”€ 0.batch_run_all_analyses.R # Batch script to run all Rmd files in sequence β”‚ β”œβ”€β”€ 1.Costing Nigeria analysis.Rmd # Base case cost analysis β”‚ β”œβ”€β”€ 2.Costing Nigeria analysis_with clinicaldx.Rmd # Includes clinical diagnosis scenario β”‚ β”œβ”€β”€ 3.Costing Nigeria analysis_viz.Rmd # Visualization of base case results β”‚ β”œβ”€β”€ 4.Costing Nigeria analysis_viz_clinicaldx.Rmd # Visualization for clinical diagnosis scenario β”‚ β”œβ”€β”€ 5.Costi …