DDIRatioDataMapping | R Documentation |
R6 class for mapping x
, y
, GroupMapping
and DDI ratio lines
variables to data
tlf::XYDataMapping
-> tlf::XYGDataMapping
-> tlf::PKRatioDataMapping
-> DDIRatioDataMapping
deltaGuest
Value of delta
in Guest et al. equation
minRange
Minimum range of x values for guest and ratio lines
residualsVsObserved
Logical defining if calculated DDI data are as residuals vs observed or predicted vs observed
new()
Create a new DDIRatioDataMapping
object
DDIRatioDataMapping$new( deltaGuest = NULL, minRange = c(0.01, 100), lines = DefaultDataMappingValues$ddiRatio, residualsVsObserved = FALSE, ... )
deltaGuest
Value of delta
in Guest et al. equation.
Default value is 1.
minRange
Minimum range of x values for guest and ratio lines Default is [0.01 - 100]
lines
List of ratio limits to display as diagonal/horizontal lines
residualsVsObserved
Logical defining if calculated DDI data are as residuals vs observed or predicted vs observed
...
parameters inherited from PKRatioDataMapping
A new DDIRatioDataMapping
object
clone()
The objects of this class are cloneable with this method.
DDIRatioDataMapping$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other DataMapping classes:
BoxWhiskerDataMapping
,
CumulativeTimeProfileDataMapping
,
GroupMapping
,
Grouping
,
HistogramDataMapping
,
ObsVsPredDataMapping
,
ObservedDataMapping
,
PKRatioDataMapping
,
PieChartDataMapping
,
QQDataMapping
,
RangeDataMapping
,
ResVsPredDataMapping
,
ResVsTimeDataMapping
,
TimeProfileDataMapping
,
TornadoDataMapping
,
XYDataMapping
,
XYGDataMapping
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.