remove_iov {pharmr}R Documentation

remove_iov

Description

Removes all IOV etas given a vector with eta names.

Usage

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.

Value

(Model) Pharmpy model object

See Also

add_iiv

add_iov

remove_iiv

add_pk_iiv

Examples

## Not run: 
model <- load_example_model("pheno")
model <- remove_iov(model)

## End(Not run)

[Package pharmr version 0.96.0 Index]