DualEndpointEmax
is the class for the dual endpoint model with Emax
function for dose-biomarker relationship.
Arguments
- E0
(
numeric
)
either a fixed number or the two uniform distribution parameters.- Emax
(
numeric
)
either a fixed number or the two uniform distribution parameters.- ED50
(
numeric
)
either a fixed number or the two uniform distribution parameters.- ref_dose_emax
(
number
)
the reference dose \(x*\) (strictly positive number). Note that this is different from theref_dose
in the inheritedDualEndpoint
model).- ...
parameters passed to
DualEndpoint()
.
Details
This class extends the DualEndpoint
class so that the dose-biomarker
relationship \(f(x)\) is modelled by a parametric Emax
function:
$$f(x) = E0 + [(Emax - E0) * (x/x*)]/[ED50 + (x/x*)],$$
where \(x*\) is a reference dose, \(E0\) and \(Emax\) are the minimum
and maximum levels for the biomarker, and \(ED50\) is the dose achieving
half of the maximum effect \(0.5 * Emax\).
All parameters can currently be assigned uniform distributions or be fixed.
Slots
E0
(
numeric
)
either a fixed number or the two uniform distribution parameters.Emax
(
numeric
)
either a fixed number or the two uniform distribution parameters.ED50
(
numeric
)
either a fixed number or the two uniform distribution parameters.ref_dose_emax
(
positive_number
)
the reference dose \(x*\) (note that this is different from theref_dose
in the inheritedDualEndpoint
model).