## We expect to find the required NONMEM run and table files for run
## 5 in the current working directory
xpdb5 <- xpose.data(5)
## Here we load the example xpose database
data(simpraz.xpdb)
xpdb <- simpraz.xpdb
## A vanilla plot
ind.plots.wres.qq(xpdb)
## Custom colours
ind.plots.wres.qq(xpdb, hicol=5, hidcol=2)
## with a grid
ind.plots.wres.qq(xpdb,grid=TRUE)
## Subset on ID value
ind.plots.wres.qq(xpdb,grid=TRUE,subset="ID<10")
## Use CWRES instead
ind.plots.wres.qq(xpdb,grid=TRUE,subset="ID<10",wres="cwres")
ind.plots.cwres.qq(xpdb,grid=TRUE,subset="ID<10")
## Use NPDEs instead
ind.plots.wres.qq(xpdb,grid=TRUE,subset="ID<10",wres="NPDE")
Run the code above in your browser using DataLab