View source: R/functions_wrapper.R
plot_eta_distributions | R Documentation |
Plot eta distributions for all etas
plot_eta_distributions(model, individual_estimates)
model |
(Model) Previously run Pharmpy model. |
individual_estimates |
(data.frame) Individual estimates for etas |
(alt.Chart) Plot
## Not run:
model <- load_example_model("pheno")
res <- load_example_modelfit_results("pheno")
plot_eta_distributions(model, res$individual_estimates)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.