convert.infusion(scaRabee)
convert.infusion()所属R语言包:scaRabee
Process Infusion Information
过程输液信息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
convert.infusion is a secondary function, which main purpose is to transform infusion information provided using NONMEM standards into an object that can be used by scaRabee model functions. convert.infusion is typically not called directly by users.
convert.infusion是一个辅助功能,它的主要目的是把输液提供的信息NONMEM标准的对象,可以使用SCARABEE模型功能。 convert.infusion通常不直接调用用户。
用法----------Usage----------
convert.infusion(infusion.data = NULL)
参数----------Arguments----------
参数:infusion.data
A data.frame with the following variables: trt, time, cmt, amt, and rate.
数据框与以下变量:TRT,时间,CMT,AMT和速度。
值----------Value----------
Return a data.frame with the following variables: trt, time, state, bolus, and infusion.
返回一个数据框下面的变量:TRT,时间,状态,丸,和输液。
(作者)----------Author(s)----------
Sebastien Bihorel (<a href="mailto:sb.pmlab@gmail.com">sb.pmlab@gmail.com</a>)
参见----------See Also----------
scarabee.read.data
scarabee.read.data
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|