Learn R Programming

pbm (version 1.2.1)

req: 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

Run this code
# NOT RUN {
req(6e-7,1.2,6e-7)
# }

Run the code above in your browser using DataLab