req {pbm} | R Documentation |
Response at equilibrium
Description
Returns the response value at equilibrium from concentration, Rmax and KD.
Usage
req(conc, rmax, kd)
Arguments
conc |
Analyte concentration. |
rmax |
Maximum response. |
kd |
Equilibrium dissociation constant. |
Examples
req(6e-7,1.2,6e-7)
[Package pbm version 1.2.1 Index]