Calculate the additivity matrix according to Bliss' method.
Usage
bliss_matrix(data_init, type)
Arguments
- data_init
A matrix or array containing the initial data.
- type
An integer indicating the type of experiment: 2 for two-drug combinations, 3 for three-drug combinations.
Value
A matrix or array of the same dimensions as data_init, containing the calculated Bliss additivity values.