graphnpde {npde}R Documentation

Save graphs of the normalised prediction distribution errors to a file

Description

Saves the graphs plotted by plotnpde to a file.

Usage

graphnpde(namegr, xobs, npde, ypred, type.graph)

Arguments

namegr name of the file in which graphs are to be saved
xobs the vector of observed independent variable (x)
npde the vector of normalised prediction distribution errors (returned by the functions npde or autonpde with the option output=TRUE)
ypred the vector giving the mean of the predicted distribution for each observation
type.graph type of graph (one of "eps","jpeg","png","pdf"

Details

See plotnpde for a description of the graphs plotted.

Value

None

Author(s)

Emmanuelle Comets <emmanuelle.comets@bichat.inserm.fr>

References

K. Brendel, E. Comets, C. Laffont, C. Laveille, and F. MentrĂ©. Metrics for external model evaluation with an application to the population pharmacokinetics of gliclazide. Pharmaceutical Research, 23:2036–49, 2006.

See Also

npde, autonpde, plotnpde


[Package npde version 1.2 Index]