Description Usage Arguments Details Value See Also Examples
Take a DRE (dose-response experiment) object and compute the dose that causes the specified fractional effect
| 1 | effectiveDose(dre, effect, model = "menls")
 | 
| dre | a DRE object | 
| effect | fractional effect value, numeric | 
| model | name of the model to use, character | 
effect value should be between 0 and 1, e.g. 0.5 to compute interaction index at IC50, 0.25 to compute IC25 (25 Corresponding value of the response variable is defined as control.response*(1-effect)
If the effect is not achieved by doses between 0 and max dose for the dose-response experiment, effectiveDose produces a warning and returns NA
dose value that causes the effect, numeric
| 1 2 | data(sim15_screen3)
effectiveDose(dre(sim15_screen3,"Cpd1"),0.5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.