Learn R Programming

mrgsolve (version 1.5.1)

ev_rep: Replicate an event object

Description

An event sequence can be replicated a certain number of times in a certain number of IDs.

Usage

ev_rep(x, ID = 1, n = NULL, wait = 0, as.ev = FALSE, id = NULL)

Value

A single data.frame or event object as determined by the value of as.ev.

Arguments

x

event object

ID

numeric vector if IDs

n

passed to ev_repeat

wait

passed to ev_repeat

as.ev

if TRUE an event object is returned

id

deprecated; use ID instead

See Also

ev_repeat

Examples

Run this code

e1 <- c(ev(amt=100), ev(amt=200, ii=24, addl=2, time=72))

ev_rep(e1, 1:5)

Run the code above in your browser using DataLab