resplab / epicR

R package for the Evaluation Platform in COPD (EPIC), an agent-based whole-disease model for projection of health and economic outcomes and COPD interventions.
11 stars 11 forks source link

Treatment effects added to time to exacerbation #94

Closed KateJohnson closed 5 years ago

KateJohnson commented 5 years ago
KateJohnson commented 5 years ago

Need to validate treatment by checking that exacerbation rate is lower in diagnosed than undiagnosed. Should create a validation function for treatment.

KateJohnson commented 5 years ago

validate_treatment() is added, but need more rigorous tests of treatment effect. Try scenarios in which everyone is diagnosed, versus everyone undiagnosed, and see if you can recover the treatment effect in the rate of exacerbations.

KateJohnson commented 5 years ago

Treatment effects need to be expanded to the full GOLD ABCD classification:

KateJohnson commented 5 years ago
KateJohnson commented 5 years ago

Treatments adherence is fully implemented. Use

input <- init_input() input$values$medication$medication_adherence <- 0.5

To change adherence, which proportionally influences treatment costs and treatment effectiveness (rate of exacerbations)