mcmcSummary(smfsb)
mcmcSummary()所属R语言包:smfsb
Summarise and plot tabular MCMC output
信息Summarise和图表格的MCMC输出
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function summarises and plots tabular MCMC output such as that generated by the function normgibbs.
此功能总结和图表格MCMC输出等所产生的功能normgibbs。
用法----------Usage----------
mcmcSummary(mat, rows = 4, lag.max=100, bins=30, show = TRUE, plot = TRUE)
参数----------Arguments----------
参数:mat
Matrix of MCMC output, where the columns represent variables and the rows represent iterations.
MCMC中的输出,其中列表示变量和行矩阵代表迭代。
参数:rows
Number of variables to plot per page on the graphics device.
每页绘制在图形设备上的变量数。
参数:lag.max
Maximum lag for the ACF plots.
最大滞后的ACF图。
参数:bins
Approximate number of bins to use for the histograms.
约箱,使用的直方图。
参数:show
If TRUE, will display numerical summaries on the R console.
如果TRUE,R控制台上的显示数字摘要。
参数:plot
If TRUE, will plot graphical summaries on the default graphics device.
如果TRUE,将绘制的图形摘要显卡的默认设备。
值----------Value----------
An R summary object.
Rsummary对象。
参见----------See Also----------
normgibbs, summary, acf
normgibbs,summary,acf
实例----------Examples----------
out=normgibbs(N=1000,n=15,a=3,b=11,cc=10,d=1/100,xbar=25,ssquared=20)
names(out)=c("mu","tau")
mcmcSummary(out,rows=2,bins=10)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|