View source: R/plotNpde-distributionPlot.R
npde.plot.loq | R Documentation |
Plots the probability that the observations are below the LOQ along with the model predicted interval
npde.plot.loq(npdeObject,xaxis="x",nsim=200,...)
npdeObject |
an object returned by a call to |
xaxis |
a string character, one of "x" (to plot P(Y<LOQ) versus the value of the independent predictor) or "ypred" (versus the value of the population predictions). Defaults to "x" |
nsim |
number of simulations to be used for the computation of the prediction interval |
... |
additional arguments to be passed on to the function, to control which metric (npde, pd, npd) is used or to override graphical parameters (see the PDF document for details, as well as |
a ggplot object or a list of ggplot objects (grobs)
Emmanuelle Comets <emmanuelle.comets@bichat.inserm.fr>
K. Brendel, E. Comets, C. Laffont, C. Laveille, and F. Mentre. Metrics for external model evaluation with an application to the population pharmacokinetics of gliclazide. Pharmaceutical Research, 23:2036–49, 2006.
npde
, autonpde
, set.plotoptions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.