## 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 stack of parameter histograms, with 3 mirror panes
parm.qq(xpdb5, mirror=3)
## A stack of random parameter histograms
ranpar.qq(xpdb)
## Covariate distribution, in green with red line of identity
cov.qq(xpdb, col=11, ablcol=2)
Run the code above in your browser using DataLab