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

epicR: Lower tail FEV1 values to be corrected #23

Closed aminadibi closed 7 years ago

aminadibi commented 7 years ago

FEV1 values decline too much on the lower tail. Need to plateau them at a certain threshold.

aminadibi commented 7 years ago

@shahzadg Shahzad can you please let me know at what value should I plateau the low tail of FEV1. Was it 0.8? Is it the same number for everyone?

Thanks

shahzadg commented 7 years ago

RAND_TAIL_FEV1_t = sqrt(0.1845)*RandNormal()+ 0.827;

aminadibi commented 7 years ago

implemented in epicR as (*ag).fev1_tail.

aminadibi commented 7 years ago

Fixed in epicR v0.5.0