powered by
Removes all IOV etas given a vector with eta names.
remove_iov(model, to_remove = NULL)
(Model) Pharmpy model object
(Model) Pharmpy model to remove IOV from.
(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.
add_iiv
add_iov
remove_iiv
add_pk_iiv
if (FALSE) { model <- load_example_model("pheno") model <- remove_iov(model) }
Run the code above in your browser using DataLab