For the software development exercise for the EpiModelHIV wiki page:
netstats <- readRDS("data/intermediate/estimates/netstats-local.rds")
est <- readRDS("data/intermediate/estimates/netest-local.rds")
Result in errors because there is no file in the data folder with that name. It is possible it has not been added yet.
For the software development exercise for the EpiModelHIV wiki page:
netstats <- readRDS("data/intermediate/estimates/netstats-local.rds")
est <- readRDS("data/intermediate/estimates/netest-local.rds")
Result in errors because there is no file in the data folder with that name. It is possible it has not been added yet.