View source: R/functions_wrapper.R
run_linearize | R Documentation |
Linearize a model
run_linearize(
model = NULL,
results = NULL,
model_name = "linbase",
description = "",
...
)
model |
(Model (optional)) Pharmpy model. |
results |
(ModelfitResults (optional)) Results of estimation of model |
model_name |
(str) New name of linearized model. The default is "linbase". |
description |
(str) Description of linearized model. The default is "" |
... |
Arguments to pass to tool |
(LinearizeResults) Linearize tool results object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.