Learn R Programming

EpiInvert (version 0.3.1)

apply_delay: apply_delay

Description

apply a delay vector, s(t), to an indicator, g(t)

Usage

apply_delay(g, s)

Value

A numeric vector with the result of apply the vector delay s to g.

Arguments

g

indicator.

s

delay to apply.