| enzyme {VGAM} | R Documentation |
Enzyme velocity and substrate concentration.
data(enzyme)
A data frame with 12 observations on the following 2 variables.
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.
data(enzyme)
fit = vglm(velocity ~ 1, micmen, enzyme, trace = TRUE, crit = "c",
regressor = enzyme$conc)
## Not run:
attach(enzyme)
plot(conc, velocity, xlab="concentration", las=1, main="enzyme data")
lines(conc, fitted(fit), col="blue")
detach(enzyme)
## End(Not run)
summary(fit)