powered by
Remove a covariate effect from an instance of :class:pharmpy.model.
pharmpy.model
remove_covariate_effect(model, parameter, covariate)
(Model) Pharmpy model object
(Model) Pharmpy model from which to remove the covariate effect.
(str) Name of parameter.
(str) Name of covariate.
if (FALSE) { model <- load_example_model("pheno") has_covariate_effect(model, "CL", "WGT") model <- remove_covariate_effect(model, "CL", "WGT") has_covariate_effect(model, "CL", "WGT") }
Run the code above in your browser using DataLab