Given two numeric
containing viability of two monotherapy respectively,
Compute Bliss null reference values for the expected response
of the two treatments combined.
Usage
computeBliss(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
under Bliss null assumption.
Examples
(bliss <- computeBliss(0.75, 0.65))
#> [1] 0.4875