enzyme | R Documentation |
Enzyme velocity and substrate concentration.
data(enzyme)
A data frame with 12 observations on the following 2 variables.
a numeric explanatory vector; substrate concentration
a numeric response vector; enzyme velocity
Sorry, more details need to be included later.
Sorry, more details need to be included later.
Watts, D. G. (1981). An introduction to nonlinear least squares. In: L. Endrenyi (Ed.), Kinetic Data Analysis: Design and Analysis of Enzyme and Pharmacokinetic Experiments, pp.1–24. New York: Plenum Press.
micmen
.
## Not run:
fit <- vglm(velocity ~ 1, micmen, data = enzyme, trace = TRUE,
form2 = ~ conc - 1, crit = "crit")
summary(fit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.