Skip to contents

The covid_infectivity_profile dataframe structure specification

Format

A dataframe containing the following columns:

  • boot (anything) - a bootstrap identifier

  • time (positive_double) - the end of the time period (in days)

  • probability (proportion) - the probability of infection between previous time period until time

Must be grouped by: boot (exactly).

A default value is defined.