Replicate an event object
An event sequence can be replicated a certain number of times in a certain number of IDs.
ev_rep(x, ID = 1, n = NULL, wait = 0, as.ev = FALSE, id = NULL)
A single data.frame or event object as
determined by the value of as.ev
.
e1 <- c(ev(amt=100), ev(amt=200, ii=24, addl=2, time=72)) ev_rep(e1, 1:5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.