View source: R/functions_wrapper.R
run_simulation | R Documentation |
Run the simulation tool.
run_simulation(model = NULL, ...)
model |
(Model (optional)) Pharmpy mode |
... |
Arguments to pass to tool |
(SimulationResult) SimulationResults object
## Not run:
model <- load_example_model("pheno")
model <- set_simulation(model, n=10)
run_simulations(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.