## 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.hist(xpdb)
## Different plotting character
ind.plots.wres.hist(xpdb, pch=3)
## Different plotting character
ind.plots.wres.hist(xpdb, pch=3)
##with a grid
ind.plots.wres.hist(xpdb, grid=TRUE)
## subsets
ind.plots.wres.hist(xpdb, subset="ID<10")
ind.plots.wres.hist(xpdb, subset="ID<10 | ID>45",grid=TRUE)
## plot the CWRES instead
ind.plots.wres.hist(xpdb, wres="CWRES")
ind.plots.cwres.hist(xpdb)
ind.plots.cwres.hist(xpdb, subset="ID<10 | ID>45",grid=TRUE)
Run the code above in your browser using DataLab