EpiModel / CombPrevNet

The Role of HIV Partner Services in the Modern Biomedical HIV Prevention Era
GNU General Public License v3.0
2 stars 0 forks source link

Partner Recall Period #4

Closed andsv2 closed 4 years ago

andsv2 commented 4 years ago

Partner lookback, the time interval used to identify partners of newly HIV diagnosed individuals, should be flexible and based initially on partnership type.

andsv2 commented 4 years ago

Lookback time updated, and set in params_msm; now based on partnership type (vector of three): https://github.com/EpiModel/EpiModelHIV-p/blob/5616ea8efe6760825720357a0cffab685a731e64/R/params.R#L213

@smjenness originally this was also based on race; should this be the case?

andsv2 commented 4 years ago

Partner lookback now explicitly defined per partnership type in params_msm:

part.lookback.main = 12,
part.lookback.casl = 6,
part.lookback.ooff = 3,

with the possibility of race based stratification in the future.