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

Address race bracket index error in part ident module #36

Closed smjenness closed 3 years ago

smjenness commented 4 years ago

As discussed on Slack

      dat$attr$part.ident <- ifelse(tsincelstident >= part.ident.window[race], NA,
                                    dat$attr$part.ident)
andsv2 commented 3 years ago

@smjenness currently there is no exclusion of individuals who have previously been identified through the partner identification process. Is this still a a feature that we are interested in putting in the model?

smjenness commented 3 years ago

Not at this time

andsv2 commented 3 years ago

Removed entire code block from partident_msm. Now no resetting of partner identification at this time. Addressed in https://github.com/EpiModel/EpiModelHIV-p/pull/40.