inv_standard_dose function

Inverse standardization of the dose

Inverse standardization of the dose

Unstandardizing a dose between minimum and maximum doses.

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.

Returns

dose a numerical value between min_dose and max_dose.

  • Maintainer: Marcio A. Diniz
  • License: GPL (>= 2)
  • Last published: 2020-06-07