Hill: Hill dose response function

Description Usage Arguments Value

View source: R/Hill.R

Description

computation of 2-4 parameter Hill dose response function

Usage

1
Hill(x, a, b, c = 1, d = 0)

Arguments

x

dose (vector)

a

a in d + (c-d)/(1+(a/x)**b) ; 50% max effect

b

b in d + (c-d)/(1+(a/x)**b)

c

c in d + (c-d)/(1+(a/x)**b)

d

d in d + (c-d)/(1+(a/x)**b)

Value

response


gilles-guillot/MDR documentation built on Jan. 21, 2020, 8:09 a.m.