table.stats.boot(verification)
table.stats.boot()所属R语言包:verification
Percentile bootstrap for 2 by 2 table
2表2的百分引导
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Performs a bootstrap on data from a 2 by 2 contingency table returning verification statistics. Potentially useful in creating error bars for performance diagrams.
2 2列联表返回检验统计数据,执行引导。可能有用的创建性能图表的误差线。
用法----------Usage----------
table.stats.boot(CT, R = 100, alpha = 0.05)
参数----------Arguments----------
参数:CT
Two by two contingency table. Columns summarize observed values. Rows summarize forecasted values.
其中2列联表。列总结观测值。行总结预测值。
参数:R
Number of resamples
数重采样
参数:alpha
Confidence intervals.
置信区间。
值----------Value----------
2 row matrix with upper and lower intervals for bias, pod, far, ets.
2行矩阵的偏见,POD,到目前为止,ETS上下间隔。
(作者)----------Author(s)----------
Matt Pocernich <pocernic@ucar.edu>
参见----------See Also----------
table.stats
table.stats
实例----------Examples----------
### example from Roebber. [##例如从Roebber。]
RB1 <- matrix(c(95, 55, 42, 141), ncol = 2)
table.stats.boot(RB1, R = 1000 )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|