找回密码
 注册
查看: 448|回复: 0

R语言 runjags包 dump.format()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 23:43:58 | 显示全部楼层 |阅读模式
dump.format(runjags)
dump.format()所属R语言包:runjags

                                        Produce a Character String in the R Dump Format to Be Used With Jags
                                         生产的R转储格式中的字符串用尖齿

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Convert a named list of numeric vector(s) or array(s) of data or initial values to a character string in the correct format to be read by JAGS as either data or initial values, using the run.jags function.
转换数字矢量(S)或阵列(S)的数据或初始值的字符串以正确的格式可以读取数据或初始值的JAGS命名列表,使用run.jags功能。


用法----------Usage----------


dump.format(data=list())



参数----------Arguments----------

参数:data
A named list of numeric or integer (or something that can be coerced to numeric) vectors, matrices or arrays.  The name of each list item will be used as the name of the resulting dump.format variables.  Alternatively, if the list is of length 2 and is not named, and the first element is a character string, the first element will be used as the name for the second element.
命名列表(或可以强制转换为数字)的数字或整数向量,矩阵或数组。每个列表项的名称将被用于作为所得dump.format变量的名称。或者,如果该列表是长度为2和未命名,第一元件是一个字符串,第一个元素将被用作所述第二元素的名称。


Details

详细信息----------Details----------

This function creates a character string of the supplied variables in the same way that dump() would, except that the result is returned as a character string rather than written to file.  Additionally, dump.format() will look for any variable with the name '.RNG.name' and double quote the value if not already double quoted (to
这个函数创建一个字符串以同样的方式,转储(),除了将结果返回为一个字符串,而不是写入文件所提供的变量。此外,dump.format()将寻找任何变量名称为“RNG.name和双引号的值,如果不是已经用双引号(以


值----------Value----------

A character string in the R dump format.
在R转储文件格式的一个字符串。


(作者)----------Author(s)----------


Matthew Denwood <a href="mailto:matthew.denwood@glasgow.ac.uk">matthew.denwood@glasgow.ac.uk</a>



参见----------See Also----------

run.jags
run.jags


实例----------Examples----------



initial.values.1 <- dump.format(list(mean="1", sd="0.1",
        lambda=matrix(1, ncol=3, nrow=10)))
initial.values.2 <- dump.format(list(mean="10", sd="10",
        lambda=matrix(10, ncol=3, nrow=10)))
data <- dump.format(list(N="10", Count=c(4,2,7,0,6,9,1,4,12,1)))


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-28 06:39 , Processed in 0.022573 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表