Removes all IOV etas given a vector with eta names.
remove_iov(model, to_remove =NULL)
Arguments
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.
Returns
(Model) Pharmpy model object
Examples
## Not run:model <- load_example_model("pheno")model <- remove_iov(model)## End(Not run)