Displaying 1 result from an estimated 1 matches for "bsnb".
Did you mean:
banb
2010 Jun 21
1
glm, poisson and negative binomial distribution and confidence interval
...n of the counts for a same species can
be quiet different.
I now need to get a confidence interval for my predicted count and I want to
compute the coefficient of variation.
It looks like the function pois.ci() (package NCstats) gives a confidence
interval for a single given value
or bspln() and bsnb() ("degreenet") gives also CI but using bootstrap. I
therefore need a vector of counts using those latest function, which I don't
have since I have only one predicted values from my Glms.
My questions are the following:
- can I use easily pois.ci to get my confidence interval using...