View source: R/functions_wrapper.R
get_omegas | R Documentation |
Get all omegas (variability parameters) of a model
get_omegas(model)
model |
(Model) Pharmpy model object |
(Parameters) A copy of all omega parameters
get_thetas : Get theta parameters
get_sigmas : Get sigma parameters
## Not run:
model <- load_example_model("pheno")
get_omegas(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.