On Sun, 23 Feb 2014, Dario Strbenac wrote:
The documentation states :
An alternative parametrization (often used in ecology) is by the mean ?mu?, and
?size?, the dispersion parameter.
However, this fails :
rnbinom(10, mu = 100, size = 0)
[1] NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
Warning
The documentation states :
An alternative parametrization (often used in ecology) is by the mean ‘mu’, and
‘size’, the dispersion parameter.
However, this fails :
> rnbinom(10, mu = 100, size = 0)
[1] NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
Warning message:
In rnbinom(10, mu = 100, size = 0) :