h_pseudo_sim_inverse_dose: Helper Function to Calculate Inverse Dose
Description
![[Stable]](figures/lifecycle-stable.svg?package=crmPack&version=2.0.0)
Creates an inverse function to find the dose corresponding to a target
probability.
Usage
h_pseudo_sim_inverse_dose(f, lower = -100, upper = 100)
Value
A function that takes a probability and returns the corresponding
dose.
Arguments
- f
(function)
the truth function mapping dose to probability.
- lower
(number)
lower bound for root finding.
- upper
(number)
upper bound for root finding.