print_model_code {pharmr} | R Documentation |
print_model_code
Description
Print the model code of the underlying model language
Usage
print_model_code(model)
Arguments
model |
(Model) Pharmpy model |
Examples
## Not run:
model <- load_example_model("pheno")
print_model_code(model)
## End(Not run)
[Package pharmr version 1.0.1 Index]