Select plot for a NpdeObject object
npde.plot.select(npdeObject,data=FALSE,ecdf=FALSE,qqplot=FALSE, histogram=FALSE,
x.scatter=FALSE,pred.scatter=FALSE,x.box=FALSE,pred.box=FALSE, cov.scatter=FALSE,
cov.x.scatter=FALSE, cov.pred.scatter=FALSE,cov.x.box=FALSE,cov.pred.box=FALSE,
cov.ecdf=FALSE, cov.hist=FALSE, cov.qqplot=FALSE, vpc=FALSE,...)
a ggplot object or a list of ggplot objects (grobs)
an object returned by a call to npde
or autonpde
boolean, whether to produce a plot of the data
boolean, whether to produce a distribution plot of the empirical distribution function
boolean, whether to produce a QQ-plot of the empirical distribution function
boolean, whether to produce a histogram of the metric
boolean, whether to produce a scatterplot of the metric as a function of X
boolean, whether to produce a scatterplot of the metric as a function of predictions
boolean, whether to produce whisker plots of the metric as a function of X
boolean, whether to produce whisker plots of the metric as a function of predictions
boolean, whether to produce a scatterplot of the metric as a function of covariate(s)
boolean, whether to produce a scatterplot of the metric as a function of X, split by covariate(s)
boolean, whether to produce a scatterplot of the metric as a function of predictions, split by covariate(s)
boolean, whether to produce whisker plots of the metric as a function of X, split by covariate(s)
boolean, whether to produce whisker plots of the metric as a function of predictions, split by covariate(s)
boolean, whether to produce a distribution plot of the empirical distribution function, split by covariate(s)
boolean, whether to produce a distribution plot of the empirical distribution function, split by covariate(s)
boolean, whether to produce a distribution plot of the empirical distribution function, split by covariate(s)
boolean, whether to produce a VPC
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 set.plotoptions
)
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