plot_transformed_eta_distributions: plot_transformed_eta_distributions

View source: R/functions_wrapper.R

plot_transformed_eta_distributionsR Documentation

plot_transformed_eta_distributions

Description

Plot transformed eta distributions for all transformed etas

Usage

plot_transformed_eta_distributions(
  model,
  parameter_estimates,
  individual_estimates,
  parameter_estimates_untransformed,
  seed = 1234
)

Arguments

model

(Model) Pharmpy model

parameter_estimates

(array or list(str=numeric)) Parameter estimates of model fit

individual_estimates

(data.frame) Individual estimates for etas

parameter_estimates_untransformed

(array or list(str=numeric)) Parameter estimates of untransformed model fit

seed

(numeric) Random number generator or seed

Value

(alt.Chart) Plot


pharmr documentation built on May 28, 2026, 5:08 p.m.