-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
39 lines (26 loc) · 1.68 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# A cost comparison of amikacin therapy with bedaquiline, for drug-resistant tuberculosis. How the 2019 WHO recommendations impact UK costs
## Background
Prioritisation of oral bedaquiline over the injectable agents in the treatment of multidrug-resistant Tuberculosis (MDR-TB) in the World Health Organisations (WHO) 2019 guidelines prompted this UK analysis of cost implications. Using a known cohort of UK patients treated with an injectable agent, with data available on resource use, costs for the use of amikacin were compared with those for bedaquiline, based on recommended monitoring for bedaquiline. In most scenarios, bedaquiline is close to cost neutral compared with injectable therapy, especially if, as expected, some reduction in duration of admission is possible as a result of more rapid culture conversion.
## Analysis
- The patient costs analysis can be found [here](docs/patient_costs_methods.pdf)
- Details of the Bayesian modelling using jags can be found [here](docs/Bayesian_methods_and_results.pdf)
## Installation
You can install the GitHub version of `AMK-BDQ-cost-analysis` with:
``` r
devtools::install_github("n8thangreen/AMK-BDQ-cost-analysis")
```
## Output
The final paper is
- [K. Manalan, N. Green and A. Arnold et al., A cost comparison of amikacin therapy with bedaquiline, for drug resistant tuberculosis in the UK, Journal of Infection, https://doi.org/10.1016/j.jinf.2019.09.006](docs/PIIS0163445319302774.pdf)