fitFDist(limma)
fitFDist()所属R语言包:limma
Moment Estimation of Scaled F-Distribution
鳞状F分布的矩估计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Moment estimation of the parameters of a scaled F-distribution given one of the degrees of freedom. This function is called internally by ebayes and is not usually called directly by a user.
自由度之一是小规模的F-分布参数的矩估计。 ebayes通常不是由用户直接调用这个函数内部调用。
用法----------Usage----------
fitFDist(x, df1, covariate=NULL)
参数----------Arguments----------
参数:x
numeric vector or array of positive values representing a sample from an F-distribution.
数字向量或阵列正面的价值观,代表从一架F-分布的样本。
参数:df1
the first degrees of freedom of the F-distribution. May be an integer or a vector of the same length as x.
第一度的F-分布的自由。可能是一个整数或x相同长度的向量。
参数:covariate
if non-NULL, the estimated scale value will depend on this numeric covariate.
如果非NULL,规模估计值将取决于对这个数字的协变量。
Details
详情----------Details----------
The function estimates scale and df2 under the assumption that x is distributed as scale times an F-distributed random variable on df1 and df2 degrees of freedom.
该函数估计scale和df2xscale的df1和df2一架F-分布的随机变量的分布的假设下自由度。
值----------Value----------
A list containing the components
包含组件列表
参数:scale
scale factor for F-distribution. A vector if covariate is non-NULL, otherwise a scalar.
F分布的比例因子。 covariate如果是一个向量非NULL,另有一个标量。
参数:df2
the second degrees of freedom of the F-distribution.
第二度的F-分布的自由。
作者(S)----------Author(s)----------
Gordon Smyth
参见----------See Also----------
ebayes, trigammaInverse
ebayes,trigammaInverse
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|