Learn R Programming

pharmr (version 1.4.0)

remove_iov: remove_iov

Description

Removes all IOV etas given a vector with eta names.

Usage

remove_iov(model, to_remove = NULL)

Value

(Model) Pharmpy model object

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.

See Also

add_iiv

add_iov

remove_iiv

add_pk_iiv

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
model <- remove_iov(model)
}

Run the code above in your browser using DataLab