summarize_run_lengths: Summarize runs of infections from posterior

summarize_run_lengthsR Documentation

Summarize runs of infections from posterior

Description

Either takes the output of identify_run_lengths and produces summary statistics giving the posterior median and 95

Usage

summarize_run_lengths(inf_chain)

Arguments

inf_chain

data table of the infection histories posterior or tibble from identify_run_lengths

Value

a tibble summarizing the infection run lengths for each individual and distinct infection event

Examples

## Not run: 
summarize_run_lengths(inf_chain)
summarize_run_lengths(identify_run_lengths(inf_chain))

## End(Not run)

adamkucharski/serosolver documentation built on April 28, 2024, 6:19 p.m.