negbin1 {addreg} | R Documentation |
Family Functions for Negative Binomial 1 Models
Description
Specifies the information required to fit a negative binomial 1 (NB1) model.
Usage
negbin1(link, phi = stop("'phi' must be given"))
Arguments
link |
included for compatibility with |
phi |
the value of the scale parameter of the NB1 distribution (see
"Details"). This can be set to |
Details
The NB1 distribution can be parameterised in
terms of a mean and scale parameter
(the
phi
argument of this function), such that if
, then
and
.
These can be related to the size
and prob
arguments
of the NegBinomial
functions by size
=
and
prob
= .
Value
An object of class "family"
: see family
for
full details. Note that when the estimate of phi
is updated in
a model, this family
object must be reloaded using the new
estimate.
Author(s)
Mark W. Donoghoe markdonoghoe@gmail.com