computeAmax | R Documentation |
Fits dose-response curves to data given by the user and returns the Amax of the fitted curve. Amax: 100 - viability at maximum concentarion (in fitted curve)
computeAmax(concentration, viability, trunc = TRUE, verbose = FALSE)
concentration |
|
viability |
|
trunc |
|
verbose |
|
The numerical Amax
dose <- c(0.0025,0.008,0.025,0.08,0.25,0.8,2.53,8)
viability <- c(108.67,111,102.16,100.27,90,87,74,57)
computeAmax(dose, viability)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.