Displaying 1 result from an estimated 1 matches for "nb15".
Did you mean:
eb15
2008 Sep 25
0
Please help me interpret these results (fitting distributions to real data)
...gt; str(po15)
List of 4
$ estimate: Named num 15.3
..- attr(*, "names")= chr "lambda"
$ sd : Named num 0.213
..- attr(*, "names")= chr "lambda"
$ n : int 337
$ loglik : num -2721
- attr(*, "class")= chr "fitdistr"
> nb15 = fitdistr(x15,"negative binomial")
Warning messages:
1: In dnbinom(x, size, prob, log) : NaNs produced
2: In dnbinom(x, size, prob, log) : NaNs produced
3: In dnbinom(x, size, prob, log) : NaNs produced
> str(nb15)
List of 4
$ estimate: Named num [1:2] 0.973 15.309
..- attr(*, &qu...