Binomial Tests(wombsoft)
Binomial Tests()所属R语言包:wombsoft
Test for boundaries using the binomial test
测试采用二项式测试的边界
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These functions take the value of the CandidateBoundaries and CandidateBoundariesRk functions as input, and test to see if the number of candidate boundary elements at each point of the grid is significant with regards to the
这些函数的值作为输入的CandidateBoundaries和CandidateBoundariesRk功能,和测试,以查看是否在每个网格点的数目的候选边界元素是与问候的重大
用法----------Usage----------
BinomialTestCodominant(data, cbe, pvalue = 0.05, output_bounds = "bounds.txt", output_dir = "direction.txt")
BinomialTestContingency(data, cbe, pvalue = 0.05, output_bounds = "bounds.txt", output_dir = "direction.txt")
参数----------Arguments----------
参数:data
the list of the six items provided by the Data and the Mirror functions.
所提供的数据和镜像功能的六个项目的列表。
参数:cbe
the candidate boundary elements, results of the functions CandidateBoundaries.
候选人边界元素,的功能CandidateBoundaries的结果。
参数:pvalue
pvalue of the binomial test. Default value is 0.05.
P值的二项测试。默认值是0.05。
参数:output_bounds, output_dir
file names for writing the two result matrices. Default values are "bounds.txt" and "direction.txt" in the current directory.
写两个结果矩阵的文件名。默认值是在当前目录中的的“bounds.txt”和“direction.txt”。
值----------Value----------
none
没有
参见----------See Also----------
Data and CandidateBoundaries and CandidateBoundariesRk for the format of the data and the cbe variables.
Data和CandidateBoundaries和CandidateBoundariesRk的格式的数据和CBE变量的。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|