View source: R/functions_wrapper.R
has_covariate_effect | R Documentation |
Tests if an instance of :class:pharmpy.model
has a given covariate
effect.
has_covariate_effect(model, parameter, covariate)
model |
(Model) Pharmpy model to check for covariate effect. |
parameter |
(str) Name of parameter. |
covariate |
(str) Name of covariate. |
(logical) Whether input model has a covariate effect of the input covariate on the input parameter.
## Not run:
model <- load_example_model("pheno")
has_covariate_effect(model, "CL", "APGR")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.