get_covariate_effects#

pharmpy.modeling.get_covariate_effects(model)[source]#

Return a dictionary of all used covariates within a model

The dictionary will have parameter name as key with a connected value as a list of tuple(s) with (covariate, effect type, operator)

Parameters:

model (Model) – Model to extract covariates from.

Returns:

Dictionary (Dictionary of parameters and connected covariate(s))