get_thetas {pharmr} | 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)