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