plot_pred_dist | R Documentation |
Plot Pred Dist
plot_pred_dist(dataset, sim, x, y, obs = "OBS10", group = "",
ylog = T, loq_obs = 0.01, ymin_displayed = 1e-04, xlab = "Time",
ylab = "Concentration", filterr = "", ...)
dataset |
Name of the dataset containing simulations |
sim |
Name of the simulation column (SIM, SIMUL...) |
x |
Name of the x column (Time in general) |
y |
Name of the y column (DV, IPRED....) |
obs |
Name of the observation column (to be displayed) |
group |
Name of one or several group to split (e.g. "AGE + SEX") |
ylog |
Booléen, for logarithmique scale |
loq_obs |
Value of loq for observation |
loq_simul |
Value of loq for simulations (on test, use with precaution) |
Thibaud Derippe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.