inv_standard_dose {ewoc} | R Documentation |
Unstandardizing a dose between minimum and maximum doses.
inv_standard_dose(dose, min_dose, max_dose)
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. |
dose
a numerical value between min_dose
and max_dose
.