Description Usage Arguments Value Author(s)
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
.
1 | nbkd.sf(r, sf)
|
r |
The 'size' argument (see |
sf |
A vector of size factors. |
A GLM family object.
Simon Anders, anders@embl.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.