View source: R/functions_wrapper.R
print_model_symbols | R Documentation |
Print all symbols defined in a model
Symbols will be in one of the categories thetas, etas, omegas, epsilons, sigmas, variables and data columns
print_model_symbols(model)
model |
(Model) Pharmpy model object |
## Not run:
model <- load_example_model("pheno")
print_model_symbols(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.