inv_standard_dose {ewoc}R Documentation

Inverse standardization of the dose

Description

Unstandardizing a dose between minimum and maximum doses.

Usage

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.


[Package ewoc version 0.3.0 Index]