hill_function.Rd
A simple function to compute the Hill function response given parameters and a concentration
hill_function(a, b, c, conc)
the maximum effect or sill
the EC50
the slope
an input concentration or dose
a real number prediction of the dose response
hill_function(1, 1.5, 2, 3) #> [1] 0.8