hill_val | R Documentation |
Calculate the response for a given concentration in regular space.
hill_val(conc, max, AC50, n)
conc |
concentration in regular space |
max |
maximal (asymptotic) response |
AC50 |
concentration of half-maximal response |
n |
Hill coefficient (slope) |
This is a regular space version of tcpl::tcplHillVal().
The Hill model is defined as:
resp = \frac{max}{1 + (\frac{AC50}{conc})^{n}}
response value
hill_conc
hill_val(c(0.0025, 0.01, 0.03), 1, 0.01, 1)
hill_val(c(0.05, 0.01, 0.003), 1, c(0.1, 0.01, 0.001), 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.