plot_transformed_eta_distributions#

pharmpy.modeling.plot_transformed_eta_distributions(model, parameter_estimates, individual_estimates, parameter_estimates_untransformed, seed=1234)[source]#

Plot transformed eta distributions for all transformed etas

Parameters:
  • model (Model) – Pharmpy model

  • parameter_estimates (Union[pd.Series, Mapping[str, float]]) – Parameter estimates of model fit

  • individual_estimates (pd.DataFrame) – Individual estimates for etas

  • parameter_estimates_untransformed (pd.DataFrame) – Parameter estimates of untransformed model fit

  • seed (int or rng) – Random number generator or seed

Returns:

alt.Chart – Plot