Skip to contents

Replace integers from the outbreaker2 output with unique identifiers.

Usage

identify(out, ids)

Arguments

out

A data.frame of class "outbreaker_chains".

ids

A vector of IDs from the original linelist, see outbreaker2::outbreaker_data().

Value

The outbreaker_chains data.frame with the integers replaced by the corresponding IDs.

Examples

if (FALSE) { # \dontrun{
identify(out, ids)
} # }