apply_delay {EpiInvert} | R Documentation |
apply_delay
Description
apply a delay vector, s(t), to an indicator, g(t)
Usage
apply_delay(g, s)
Arguments
g |
indicator. |
s |
delay to apply. |
Value
A numeric vector with the result of apply the vector delay s to g.
[Package EpiInvert version 0.3.1 Index]