View source: R/functions_wrapper.R
remove_iiv | R Documentation |
Removes all IIV etas given a vector with eta names and/or parameter names.
remove_iiv(model, to_remove = NULL)
model |
(Model) Pharmpy model to create block effect on. |
to_remove |
(array(str) or str (optional)) Name/names of etas and/or name/names of individual parameters to remove. If NULL, all etas that are IIVs will be removed. NULL is default. |
(Model) Pharmpy model object
remove_iov
add_iiv
add_iov
add_pk_iiv
## Not run:
model <- load_example_model("pheno")
model <- remove_iiv(model)
model$statements$find_assignment("CL")
model <- load_example_model("pheno")
model <- remove_iiv(model, "VC")
model$statements$find_assignment("VC")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.