plot_transformed_eta_distributions {pharmr}R Documentation

plot_transformed_eta_distributions

Description

Plot transformed eta distributions for all transformed etas

Usage

plot_transformed_eta_distributions(
  model,
  parameter_estimates,
  individual_estimates
)

Arguments

model

(Model) Previously run Pharmpy model.

parameter_estimates

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

individual_estimates

(data.frame) Individual estimates for etas

Value

(alt.Chart) Plot


[Package pharmr version 0.96.0 Index]