Skip to contents

Calculate the concentration in regular space for a given response value.

Usage

hill_conc(resp, max, AC50, n)

Arguments

resp

response value

max

maximal (asymtotic) response

AC50

concentration of half-maximal response

n

Hill coefficient (slope)

Value

concentration in regular space

Details

This is a regular space version of tcpl::tcplHillConc().

The concentration is computed as: $$conc = AC50 * (\frac{max}{resp} - 1)^{-1 / n}$$

See also