| tpast | R Documentation |
tpast creates a vector of length sum(y) of times since the
immediately preceding event occurred for use with ehr.
tpast(y)
y |
Vector of times. |
tpast creates a vector of length sum(y) of times since the
immediately preceding event occurred for use with ehr.
J.K. Lindsey
bp, ehr,
ident, pp,
tccov, ttime,
tvcov.
y <- c(5,3,2,4)
ptime <- tpast(y)
ptime
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.