scarabee.check.reserved(scaRabee)
scarabee.check.reserved()所属R语言包:scaRabee
Check for Reserved Variable Names
检查保留的变量名
译者:生物统计家园网 机器人LoveR
描述----------Description----------
scarabee.check.reserved is a secondary function called at each scaRabee run. It determined whether user-defined parameter names use reserved names and if some user-defined parameters are related to the dosing history. scarabee.check.reserved is typically not called directly by users. scarabee.check.reserved is typically not called directly by users.
scarabee.check.reserved在每一个scaRabee的run函数调用是次要的。它确定用户定义的参数名称是否使用保留的名称,如果一些用户自定义的参数都与剂量的历史。 scarabee.check.reserved通常不直接调用用户。 scarabee.check.reserved通常不直接调用用户。
用法----------Usage----------
scarabee.check.reserved(names = NULL, covnames = NULL)
参数----------Arguments----------
参数:names
A vector of parameter names, typically extracted from the file of parameter definition.
的参数名的参数定义从文件中提取的,通常的向量。
参数:covnames
A vector of covariate names, typically extracted from the data file.
一个向量的协变量的名称,通常是从数据文件中提取。
Details
详细信息----------Details----------
If one or more user-defined parameters are found to use reserved names, the run is stopped and the user is ask to update the name(s) of this(ese) parameter(s).
如果一个或多个用户定义的参数,发现使用保留名称,在运行停止时,用户就被要求这个(这些)参数(s)(s)的更新的名称。
Furthermore, scarabee.check.reserved determines whether or not the list of user-defined parameters include D1, D2, ..., D25, or R1, R2, ..., R25. Dn and Rn parameters relate to zero-order inputs into the n^th state of the system and represent the estimated duration and rate of these inputs be understood as the duration of any
此外,scarabee.check.reserved判定不是用户定义的参数的列表是否包括D1,D2,...,D25,或R1,R2,...,R25。 Dn和Rn的参数涉及到零阶输入到n ^个状态的系统,并表示这些输入的预计持续时间和速率的持续时间被理解为任何
(作者)----------Author(s)----------
Sebastien Bihorel (<a href="mailto:sb.pmlab@gmail.com">sb.pmlab@gmail.com</a>)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|