Last chance! 50% off unlimited learning
Sale ends in
Use these functions with chaining commands togehter with the operator.
Other functions that may be used in the chain of commands include:
param
, init
, update
,
ev
.
or any other function that will take the output of the preceeding command
as it's first argument.
# NOT RUN {
mod <- mrgsolve:::house()
data(exidata)
data(exTheoph)
out <- mod %>% data_set(exTheoph) %>% mrgsim()
out <- mod %>% carry_out(evid) %>% ev(amt=100, cmt=1) %>% mrgsim()
out <- mod %>% Req(CP,RESP) %>% mrgsim()
# }
Run the code above in your browser using DataLab