Description Usage Arguments Value See Also Examples
Supplies a selfStart function for modeling competitive inhibition of enzyme kinetics.
1 |
sub |
A vector of substrate concentrations. |
inh |
A vector of inhibitor concentrations. |
Vmax |
The maximum initial reaction rate. |
Km |
The Michaelis constant for the enzyme-substrate complex. |
Kc |
The dissociation constant for the enzyme-inhibitor complex. |
A selfStart
function for use in nonlinear
optimization.
1 2 3 | ## Not run: compnls <- nls(Rate~SScompinh(Sub.Con,Inh.Con,Vm,Km,Kcomp),
data=Enzymeframe)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.