panel.nonmem.vpc: Lattice function for predicted components of a NONMEM VPC

View source: R/panel.nonmem.vpc.r

panel.nonmem.vpcR Documentation

Lattice function for predicted components of a NONMEM VPC

Description

Panel function for predicted and observed lines / colored polygons of a vpc plot of an NONMEM / PsN VPC object

Usage

panel.nonmem.vpc(
  x,
  y,
  OBS,
  vpc,
  subscripts,
  logY,
  logX,
  showPredAs,
  showObsDots,
  showObsLines,
  xCov,
  col.scheme,
  obscex.dot,
  obspch.dot,
  lineType,
  central.lwd,
  ...
)

Arguments

x

x variable

y

y variable

OBS

list with element: strata_no

vpc

list with element: strata_no

subscripts

subscripts for vpc

logY

logical for logging Y coordinate

logX

logical for logging X coordinate

showPredAs

choice of 'lines', 'area', or 'xpose'

showObsDots

whether to show observations as dots

showObsLines

whether to show observations as lines

xCov

covariates of interest from vpc

col.scheme

list with elements: [pred: [outer, central, area], obs: [dot, line]]

obscex.dot

cex for observations

obspch.dot

pch for observations

lineType

line type for observations and predictions

central.lwd

line width for predicted central tendency

...

passed to panel.xyplot() and llines()

Value

Lattice panel output (invisible)

Note

Not to be used as standalone. Will be be called by nm.vpcplot. Furthermore, the nm.vpcplot routine will go deprecated soon, thus it is not adviced to use this function going forward. Instead use xpose.VPC.

See Also

nm.vpcplot


qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.