Skip to contents

Given two numeric containing viability of two monotherapy respectively, Compute highest single-agent (HSA) values as the expected response of the two treatments combined.

Usage

computeHSA(viability_1, viability_2)

Arguments

viability_1

numeric monotherapeutic response of treatment 1.

viability_2

numeric monotherapeutic response of treatment 2.

Value

numeric expected response of the two treatments combined using the highest response of the two (lower viability).

Examples

(hsa <- computeHSA(0.75, 0.65))
#> [1] 0.65