run_linearize {pharmr} | R Documentation |
run_linearize
Description
Linearize a model
Usage
run_linearize(
model = NULL,
results = NULL,
model_name = "linbase",
description = "",
...
)
Arguments
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 |
Value
(LinearizeResults) Linearize tool results object.
[Package pharmr version 1.7.2 Index]