arpv.plot(ump)
arpv.plot()所属R语言包:ump
Plot Abstract Randomized P-value
图摘要随机P-值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot ether the distribution function or the probability density function of an abstract randomized P-value
图醚的分布函数或一个抽象的随机P-值的概率密度函数
用法----------Usage----------
arpv.plot(alpha, phi, df = TRUE, verticals = TRUE)
参数----------Arguments----------
参数:alpha
significance levels at which the density is discontinuous ("knots").
密度时的显着性水平是不连续的(“节”)。
参数:phi
values of the distribution function at these knots.
这些结值的分布函数。
参数:df
if TRUE plot the distribution function, otherwise the density.
如果TRUE绘制的分布函数,否则的密度。
参数:verticals
if TRUE plot vertical lines at the jumps of the density. Ignored if df == TRUE.
如果TRUE图的跳跃,密度的垂直线。如果忽略df == TRUE。
值----------Value----------
none.
没有。
实例----------Examples----------
out <- arpv.binom(10, 10, 0.7)
arpv.plot(out$alpha, out$phi)
arpv.plot(out$alpha, out$phi, df = FALSE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|