## We expect to find the required NONMEM run and table files for run 1
## in the current working directory
xpdb <- xpose.data(1)
## Here we load the example xpose database
data(simpraz.xpdb)
xpdb <- simpraz.xpdb
## A vanilla plot
basic.gof(xpdb)
## Custom colours and symbols, IDs of individuals in study
basic.gof(xpdb, cex=0.6, pch=8, col=1, ids=TRUE)
Run the code above in your browser using DataLab