50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


mrgsolve (version 0.8.12)

chain: Functions for chaining commands together

Description

Use these functions with chaining commands togehter with the operator.

Arguments

Details

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.

See Also

data_set, idata_set

Examples

Run this code
# 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