View source: R/functions_wrapper.R
remove_iov | R Documentation |
Removes all IOV etas given a vector with eta names.
remove_iov(model, to_remove = NULL)
model |
(Model) Pharmpy model to remove IOV from. |
to_remove |
(array(str) or str (optional)) Name/names of IOV etas to remove, e.g. 'ETA_IOV_1_1'. If NULL, all etas that are IOVs will be removed. NULL is default. |
(Model) Pharmpy model object
add_iiv
add_iov
remove_iiv
add_pk_iiv
## Not run:
model <- load_example_model("pheno")
model <- remove_iov(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.