## 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
pred.vs.idv(xpdb)
## A conditioning plot
pred.vs.idv(xpdb, by="HCTZ")
## Logarithmic Y-axis
pred.vs.idv(xpdb, logy=TRUE)
## Custom colours and symbols, IDs
pred.vs.idv(xpdb, cex=0.6, pch=3, col=1, ids=TRUE)
Run the code above in your browser using DataLab