Skip to content
New issue

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

Understanding the difference between "infections", "ICase", and "IMild" in format_output #182

Open
zterner-mitre opened this issue Feb 22, 2024 · 1 comment

Comments

@zterner-mitre
Copy link

zterner-mitre commented Feb 22, 2024

Hi @richfitz and @OJWatson,

When running format_output on my simulation, I am trying to grab the number of new infections that occur every day. I have tried to do this two ways:

format_output(out, var_select = c("ICase","IMild"))
and
format_output(out, var_select = "infections").

These give vastly different outputs for the number of infections each day. I would imagine that infections = ICase + IMild, but that is clearly not the case:

This is ICase and IMild:
image
This is infections:

image

Can someone explain the difference between these two and what they are enumerating? It is unclear to what they refer. I understand that "infections" is labeled as "daily infections" on the documentation site, but if that is the case, what do ICase and IMild refer to?

This also seems related to this Github issue, though I do not think it answers my question:
#130

Thanks for your time and consideration.

@OJWatson
Copy link
Collaborator

Hi @zterner-mitre

So sorry for the delay. Infections is the incidence of infections (i.e. number of people being infected each day). And ICase and IMild is just the number of individuals in these infection compartments on that time step.

Hope that help,

OJ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants