Usage
dOFV.vs.id(xpdb1,
xpdb2,
sig.drop=-3.84,
decrease.label.number=3,
increase.label.number=3,
id.lab.cex=0.6,
id.lab.pos=2,
type="o",
xlb="Number of subjects removed",
ylb=expression(paste(Delta,"OFV")),
main="Default",
sig.line.col = "red",
sig.line.lty = "dotted",
tot.line.col = "grey",
tot.line.lty = "dashed",
key=list(columns = 1,
lines = list(pch = c(super.sym$pch[1:2],NA,NA),
type=list("o","o","l","l"),
col = c(super.sym$col[1:2],sig.line.col,tot.line.col),
lty = c(super.sym$lty[1:2],sig.line.lty,tot.line.lty)
),
text = list(c(
expression(paste(Delta, OFV[i] < 0)),
expression(paste(Delta, OFV[i] > 0)),
expression(paste("Significant ",Delta, OFV)),
expression(paste("Total ",Delta, OFV))
)),
corner=c(0.95,0.5),border=T
),
...)
Arguments
xpdb1
Xpose data object for first NONMEM run ("new" run)
xpdb2
Xpose data object for Second NONMEM run ("reference" run)
sig.drop
What is a significant drop of OFV?
decrease.label.number
How many points should bw labeled with ID values for those IDs with a
drop in iOFV?
increase.label.number
How many points should bw labeled with ID values for those IDs with an
increase in iOFV?
id.lab.cex
Size of ID labels.
id.lab.pos
ID label position.
sig.line.col
Significant OFV drop line color.
sig.line.lty
Significant OFV drop line type.
tot.line.col
Total OFV drop line color.
tot.line.lty
Total OFV drop line type.
...
Additional arguments to function.