Skip to contents

Calculate the response for a given concentration in regular space.

Usage

hill_val(conc, max, AC50, n)

Arguments

conc

concentration in regular space

max

maximal (asymtotic) response

AC50

concentration of half-maximal response

n

Hill coefficient (slope)

Value

response value

Details

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

The Hill model is defined as: $$resp = \frac{max}{1 + (\frac{AC50}{conc})^{n}}$$

See also