phenoModel(nlme)
phenoModel()所属R语言包:nlme
Model function for the Phenobarb data
为Phenobarb数据模型功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A model function for a model used with the Phenobarb data. This function uses compiled C code to improve execution speed.
一个模型的模型与Phenobarb数据使用的功能。这个函数使用编译的C代码,以提高执行速度。
用法----------Usage----------
phenoModel(Subject, time, dose, lCl, lV)
参数----------Arguments----------
参数:Subject
an integer vector of subject identifiers. These should be sorted in increasing order.
主题标识符的整数向量。这些应以递增顺序排序。
参数:time
numeric. A vector of the times at which the sample was drawn or the drug administered (hr).
数字。样品绘制或药物管理(HR)倍的向量。
参数:dose
numeric. A vector of doses of drug administered (μg/kg).
数字。一个剂量(μ克/公斤)的药物管理的向量。
参数:lCl
numeric. A vector of values of the natural log of the clearance parameter according to Subject and time.
数字。根据Subject和time间隙参数的自然对数的值的向量。
参数:lV
numeric. A vector of values of the natural log of the effective volume of distribution according to Subject and time.
数字。根据Subject和time值的自然对数分布的有效容积向量。
Details
详情----------Details----------
See the details section of Phenobarb for a description of the model function that phenoModel evaluates.
见Phenobarb为phenoModel评估模型的功能描述的细节部分。
值----------Value----------
a numeric vector of predicted phenobarbital concentrations.
数字矢量预测巴比妥浓度。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参考文献----------References----------
S and S-PLUS, Springer. (section 6.4)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|