Skip to content

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

Description

@zterner-mitre

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions