Description Usage Arguments Details Value Author(s) References See Also
The half maximal inhibitory concentration (IC50) is a measure of the effectiveness of a compound in inhibiting biological or biochemical function. This quantitative measure indicates how much of a particular drug or other substance (inhibitor) is needed to inhibit a given biological process (or component of a process) by half.
| 1 | hillEquation(conc, occ, guess = c(1, 100), control = minpack.lm::nls.lm.control())
 | 
| conc | a vector of drug concentrations in plasma (example units are ng/mL). | 
| occ | a vector of PET occupancy values that correspond to the measured drug concentrations in plasma. | 
| guess | a length-two vector of starting values for the nonlinear optimization. | 
| control | is a list of parameters used by  | 
See reference(s).
In this version of the function the maximal occupancy (rmax) is estimated automatically. This should be optional.
| IC50 | Half maximal inhibitory concentration | 
| rmax | Estimated maximal occupancy | 
| IC50SE | Approximate standard error for IC50 | 
| rmaxSE | Approximate standard erorr for rmax | 
| hessian | Hessian matrix from the Levenburg-Marquardt procedure | 
| info | Return value from the Levenburg-Marquardt procedure | 
| deviance | Deviance from the Levenburg-Marquardt procedure | 
| message | Text message from the Levenburg-Marquardt procedure | 
Brandon Whitcher bwhitcher@gmail.com
http://en.wikipedia.org/wiki/Hill_equation_(biochemistry) http://en.wikipedia.org/wiki/IC50
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.