## 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 scatterplot matrix of parameters, grouped by sex
parm.splom(xpdb, groups="SEX")
## A scatterplot matrix of ETAs, grouped by sex
ranpar.splom(xpdb, groups="SEX")
## Covariate scatterplots, with text customization
cov.splom(xpdb, varname.cex=0.4, axis.text.cex=0.4, smooth=NULL, cex=0.4)
Run the code above in your browser using DataLab