h_pseudo_sim_inverse_dose: Helper Function to Calculate Inverse Dose

View source: R/Simulations-methods.R

h_pseudo_sim_inverse_doseR Documentation

Helper Function to Calculate Inverse Dose

Description

[Stable]

Creates an inverse function to find the dose corresponding to a target probability.

Usage

h_pseudo_sim_inverse_dose(f, lower = -100, upper = 100)

Arguments

f

(function)
the truth function mapping dose to probability.

lower

(number)
lower bound for root finding.

upper

(number)
upper bound for root finding.

Value

A function that takes a probability and returns the corresponding dose.


crmPack documentation built on Nov. 29, 2025, 5:07 p.m.