View source: R/functions_wrapper.R
set_simulation | R Documentation |
Change model into simulation model
set_simulation(model, n = 1, seed = 1234)
model |
(Model) Pharmpy model |
n |
(numeric) Number of replicates |
seed |
(numeric) Random seed for the simulation |
(Model) Pharmpy model object
## Not run:
model <- load_example_model("pheno")
model <- set_simulation(model, n=10, seed=1234)
steps <- model$execution_steps
steps[1]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.