Pval(selectMeta)
Pval()所属R语言包:selectMeta
Functions for the distribution of p-values
p-值的分布函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The density of the p-value generated by a test of the hypothesis
p值所产生的测试的假说的密度
has the form
的形式为
where η^2 = u^2 + σ^2. We refer to Rufibach (2011) for details.
η^2 = u^2 + σ^2。我们参考Rufibach(2011)。
用法----------Usage----------
dPval(p, u, theta, sigma2)
pPval(q, u, theta, sigma2)
qPval(prob, u, theta, sigma2)
rPval(n, u, theta, sigma2, seed = 1)
参数----------Arguments----------
参数:p, q
Quantile.
分量。
参数:prob
Probability.
概率。
参数:u
Standard error of the effect size.
标准误差的影响大小。
参数:theta
Effect size.
影响的大小。
参数:sigma2
Random effect variance component.
随机效应方差分量。
参数:n
Number of random numbers to be generated.
要产生的随机数的数目。
参数:seed
Seed to set.
种子进行设置。
值----------Value----------
dPval gives the density, pPval gives the distribution function, qPval gives the quantile function, and rPval generates
dPval给出了密度,pPval给出了分布函数,qPval给出了分位数的功能,和rPval产生
(作者)----------Author(s)----------
Kaspar Rufibach (maintainer), <a href="mailto:kaspar.rufibach@gmail.com">kaspar.rufibach@gmail.com</a>, <br> <a href="http://www.kasparrufibach.ch">http://www.kasparrufibach.ch</a>
参考文献----------References----------
An Approach for Assessing Publication Bias Prior to Performing a Meta-Analysis. Statist. Sci., 7(2), 237–245.
Selection Models with Monotone Weight Functions in Meta-Analysis. Biom. J., to appear.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|