We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In mod_infection.R, infect_covid_corporate() and infect_covid_contacttrace() reference del$dx but that variable is never set (it does not exist).
infect_covid_corporate()
infect_covid_contacttrace()
del$dx
# Case isolation with diagnosed or symptomatic infection if (at >= act.rate.dx.inter.time) { del$actRate[del$dx == 2] <- del$actRate[del$dx == 2] * act.rate.dx.inter.rr }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In mod_infection.R,
infect_covid_corporate()
andinfect_covid_contacttrace()
referencedel$dx
but that variable is never set (it does not exist).The text was updated successfully, but these errors were encountered: