R6 class for mapping x
, y
, GroupMapping
and DDI ratio lines
variables to data
See also
Other DataMapping classes:
BoxWhiskerDataMapping
,
CumulativeTimeProfileDataMapping
,
GroupMapping
,
Grouping
,
HistogramDataMapping
,
ObsVsPredDataMapping
,
ObservedDataMapping
,
PKRatioDataMapping
,
QQDataMapping
,
RangeDataMapping
,
ResVsPredDataMapping
,
ResVsTimeDataMapping
,
TimeProfileDataMapping
,
TornadoDataMapping
,
XYDataMapping
,
XYGDataMapping
Super classes
tlf::XYDataMapping
-> tlf::XYGDataMapping
-> tlf::PKRatioDataMapping
-> DDIRatioDataMapping
Public fields
minRange
Mininmum range for guest and ratio lines
deltaGuest
Value of
delta
in Guest et al. equationresidualsVsObserved
if true, returns a mapping for generating a residuals (predicted/observed) vs observed DDI ratio plot. If false (default) returns a mapping for predicted vs observed DDI ratio plot.
Methods
Inherited methods
Method new()
Create a new DDIRatioDataMapping
object
Usage
DDIRatioDataMapping$new(
deltaGuest = 1,
minRange = c(0.01, 100),
lines = DefaultDataMappingValues$ddiRatio,
residualsVsObserved = FALSE,
...
)
Arguments
deltaGuest
Value of parameter
delta
in Guest et al. equation. Default value is 1.minRange
Mininmum range for guest lines
lines
List of ratio limits to display as diagonal/horizontal lines
residualsVsObserved
if true, returns a mapping for generating a residuals (predicted/observed) vs observed DDI ratio plot. If false (default) returns a mapping for predicted vs observed DDI ratio plot.
...
parameters inherited from
PKRatioDataMapping