enzyme(VGAM)
enzyme()所属R语言包:VGAM
Enzyme Data
酶数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Enzyme velocity and substrate concentration.
酶活速度和底物浓度。
用法----------Usage----------
data(enzyme)
格式----------Format----------
A data frame with 12 observations on the following 2 variables.
一个数据框有12个观察以下2个变量。
conc a numeric explanatory vector; substrate concentration
浓的数字说明向量;底物浓度
velocity a numeric response vector; enzyme velocity
一个数字响应速度向量;酶速度
Details
详细信息----------Details----------
Sorry, more details need to be included later.
对不起,更多的细节需要被列入。
源----------Source----------
Sorry, more details need to be included later.
对不起,更多的细节需要被列入。
参考文献----------References----------
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.
参见----------See Also----------
micmen.
micmen。
实例----------Examples----------
fit = vglm(velocity ~ 1, micmen, data=enzyme, trace = TRUE,
form2 = ~ conc - 1, crit = "crit")
summary(fit)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|