timeEventDPlot: NONMEM Time to Event Dot Plot

Description Usage Arguments Value Author(s) Examples

Description

Generates dot plots of dosing events against time for each individual in a NONMEM object.

Usage

1
2
3
timeEventDPlot(obj, tVar = "TIME", doseVar = "AMT", evtVar = "EVID",
  iVar = "ID", title = "Time to event", xLab = "TIME", yLab = "ID",
  addLegend = TRUE, problemNum = 1, subProblems = 1, ...)

Arguments

obj

An object of class NMRun, NMProblem, or data.frame. The object from which data will be plotted.

tVar

Time variable.

doseVar

Dosing amount identifier variable.

evtVar

Event identifier variable.

iVar

Subject identifier variable.

title

Main title

xLab

x-axis label

yLab

y-axis label

addLegend

Should legends be added?

problemNum

The problem required for a NMRun object.

subProblems

The sub problem of a run with simulations.

...

Value

Multitrellis class object containing the plot.

Author(s)

Mango Solutions

Examples

1
2
3
4
5
6
## Not run: 
Theoph2 <- as.data.frame(transform(Theoph, Evt = as.numeric((Time == 0)) ))
timeEventDPlot(Theoph2, tVar = "Time", concVar = "conc",
  doseVar = "Dose", evtVar = "Evt", iVar = "Subject")

## End(Not run)

MangoTheCat/RNMGraphics documentation built on May 8, 2019, 3:51 p.m.