assign_detection_time: Takes a simulated infection time and maps it to an actual...

Description Usage Arguments Value Examples

Description

Takes a simulated infection time and maps it to an actual detection time from the data

Usage

1
assign_detection_time(sim_infection_time, raw_data_times)

Arguments

sim_infection_time

Infection time from a simulation

raw_data_times

Sampling times from the data where detection would be detect

Value

A time that matches the detection/observation times in the data

Examples

1
2
assign_detection_time(7.2, c(0,13,21,33))
assign_detection_time(7.2, c(0,13,21,33))

bryanmayer/multdr documentation built on May 13, 2019, 8:11 a.m.