Given drug combination object (either fixed or non-fixed ratio) and arbitrary number of single-drug effect objects, calculate all parameters needed for later calculation of combination or dose reduction index, at either a vector of specified fa values or using actual doses / fa from drug_combo. Returns unique id, total dose in combination, fa, single drug doses needed for fa, and dose in the combination for each drug.
1 | calc_combo(drug_combo, ..., fa = double())
|
drug_combo |
Drug effect fixed-ratio combination object |
... |
Drug effect objects |
fa |
Vector of fraction affected (fa) at which calculations will be made (optional) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.