get.parms.data(scaRabee)
get.parms.data()所属R语言包:scaRabee
Extract data from scaRabee parameter table
SCARABEE参数表中提取数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
get.parms.data is a utility function in scaRabee. It allows to extract from a parameter table x all the data of a given type which for a set of parameter of type type. get.parms.data is typically not called directly by users.
get.parms.data是一个效用函数,scaRabee。它允许从参数表中提取x一个给定类型which一组参数的类型type所有的数据。 get.parms.data通常不直接调用用户。
用法----------Usage----------
get.parms.data(x = NULL,
which = NULL,
type = NULL)
参数----------Arguments----------
参数:x
A data.frame of parameter data with the following columns: 'names', 'type', 'value', 'isfix', 'lb', and 'ub'.
数据框与下面的列:“名称”,“类型”,“价值”,“isfix,磅,和UB的参数数据。
参数:which
A single string of characters, either 'names', 'type', 'value' or 'isfix'.
一个字符串的字符,名,类型,value或isfix“。
参数:type
A single string of characters, either 'P', 'L', 'V' or 'IC'.
一个字符串的字符,P,L,V或IC。
值----------Value----------
Return as a vector the content of the which column of x corresponding to the type parameters.
返回作为矢量whichxtype参数对应的列的内容。
(作者)----------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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|