arpv.binom(ump)
arpv.binom()所属R语言包:ump
Abstract Randomized P-value for the Binomial Distribution
摘要二项式分布的随机P-值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calculate the abstract randomized P-value for the UMPU two-tailed test for the binomial distribution.
计算抽象的随机P-值的UMPU二项式分布的双尾检验。
用法----------Usage----------
arpv.binom(x, n, p, plot = TRUE, ...)
参数----------Arguments----------
参数:x
binomial observations.
二项式的意见。
参数:n
number of observations.
若干意见。
参数:p
the success probability under the null hypothesis.
的零假设下,成功的可能性。
参数:plot
if TRUE make a plot.
如果TRUE的图。
参数:...
additional arguments passed to arpv.plot.
额外的参数传递给arpv.plot。
Details
详细信息----------Details----------
The first three arguments must be scalar. Evaluates the distribution function of the abstract randomized P-value for the UMPU two-tailed test for the binomial distribution, which is a continuous, piecewise linear function. Gives the knots.
前三个参数必须是标量。评估的抽象随机P-值的分布函数为UMPU为二项式分布,这是一个连续的,分段线性函数的双尾检验。给出的结。
值----------Value----------
a list containing two components: <table summary="R valueblock"> <tr valign="top"><td>alpha</td> <td> significance level values at the knots.</td></tr> <tr valign="top"><td>phi</td> <td> distribution function values at the knots.</td></tr> </table>
一个列表,其中包含两部分组成:<table summary="R valueblock"> <tr valign="top"> <TD> alpha</ TD> <TD>的显着性水平值的结。</ TD> < / TR> <tr valign="top"> <TD> phi </ TD> <TD>分布函数值的结。</ TD> </ TR> </ TABLE>
实例----------Examples----------
library(ump)
print(arpv.binom(10, 10, 0.7, plot = FALSE))
arpv.binom(10, 10, 0.7)
arpv.binom(10, 10, 0.7, df = FALSE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|