inv_standard_dose: Inverse standardization of the dose

Description Usage Arguments Value

View source: R/utilities.R

Description

Unstandardizing a dose between minimum and maximum doses.

Usage

1
inv_standard_dose(dose, min_dose, max_dose)

Arguments

dose

a numerical value defining the standardized dose to be unstandardized.

min_dose

a numerical value defining the lower bound of the support of the MTD.

max_dose

a numerical value defining the upper bound of the support of the MTD.

Value

dose a numerical value between min_dose and max_dose.


dnzmarcio/EWOC documentation built on Sept. 28, 2021, 6:52 a.m.