order.parms.list(scaRabee)
order.parms.list()所属R语言包:scaRabee
Sort a scaRabee parameter table
排序一个SCARABEE的参数表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
order.parms.list is a secondary function called during estimation runs. It reorder a data.frame of initial parameter estimates by type: structural ('P'), delays ('L'), initial conditions ('IC'), and finally variance ('V'). order.parms.list is typically not called directly by users.
order.parms.list是一个二次函数调用在估算过程中运行。它重新排列数据框的初始参数估计值的类型:结构(P),延迟(L),初始条件(IC),最后方差(V)。 order.parms.list通常不直接调用用户。
用法----------Usage----------
order.parms.list(x = NULL)
参数----------Arguments----------
参数:x
A data.frame of parameter data with the following columns: 'names', 'type', 'value', 'isfix', 'lb', and 'ub'.
数据框与下面的列:“名称”,“类型”,“价值”,“isfix,磅,和UB的参数数据。
值----------Value----------
A data.frame of parameter data with the following columns: 'names', 'type', 'value', 'isfix', 'lb', and 'ub'.
数据框与下面的列:“名称”,“类型”,“价值”,“isfix,磅,和UB的参数数据。
(作者)----------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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|