nbkd.sf(DESeq)
nbkd.sf()所属R语言包:DESeq
GLM family for a negative binomial with known dispersion and log link with size factors
绿色长征家庭为负二项分布与已知的分散和规模等因素的log链接
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A distribution family for use with glm. It describes a negative binomial (as negative.binomial in the MASS package), but with a special link function, namely eta[i] = log( mu[i] / sf[i] ), i.e., each count value is divided by its size factor before the log is taken. This is used internally by fitNbinomGLMs.
一个使用glm分布的家庭。它描述了一个负二项分布(negative.binomial在大众包),但与埃塔[I] =log(亩[I] / SF [I]),即每个计数值是一个特殊的链接功能,即其大小的因素分为前log。这是内部使用fitNbinomGLMs。
用法----------Usage----------
nbkd.sf(r, sf)
参数----------Arguments----------
参数:r
The 'size' argument (see dnbinom), i.e., the reciprocal of the dispersion.
大小参数(见dnbinom),即分散的倒数。
参数:sf
A vector of size factors.
向量的大小因素。
值----------Value----------
A GLM family object.
的GLM家庭对象。
作者(S)----------Author(s)----------
Simon Anders, anders@embl.de
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|