You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: