powered by
Change in individual objective function value vs. covariate value.
dOFV.vs.cov(xpdb1, xpdb2, covariates=xvardef("covariates",xpdb1), ylb=expression(paste(Delta, OFV[i])), main="Default", smooth=TRUE, abline=c(0,0), ablcol="grey", abllwd=2, abllty="dashed", max.plots.per.page=1, ...)
Xpose data object for first NONMEM run
Xpose data object for second NONMEM run
Covariates to plot against
Label for Y axis.
Title of plot.
Should we have a smooth?
abline description.
color of abline
line width of abline
type of abline
Plots per page.
additional arguments to function
## read in table files xpdb8 <- xpose.data(8) xpdb11 <- xpose.data(11) ## Make some plots dOFV.vs.cov(xpdb8,xpdb11,"AGE") dOFV.vs.cov(xpdb8,xpdb11,c("AGE","SECR"))
Run the code above in your browser using DataLab