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

Create function: init_plist #9

Closed smjenness closed 4 years ago

smjenness commented 4 years ago

This would wrap around this code:

https://github.com/EpiModel/EpiModelHIV-p/blob/5616ea8efe6760825720357a0cffab685a731e64/R/mod.initialize.R#L93-L100

And do a for loop for the number of networks: for (i in 1:length(dat$el))...

Put this and the update_plist functions together in a separate R file in R/.

andsv2 commented 4 years ago

All functions related to initialization or updating of the partnership list, have been folded into new file mod.plist.R. Commit