View source: R/negative_binomial.R
k_negative_binomial | R Documentation |
Calculate binomial negative aggregation index. Note that this function is a very simple implementation of fitdist
from fitdistrplus package for pragmatic purpose. You can do much more with fitdistrplus.
k_negative_binomial(x)
k_negative_binomial_inverse(x)
x |
number of parasites by host |
k_negative_binomial_inverse()
: K from binomial negative inverse
Delignette-Muller, Marie Laure, and Christophe Dutang. 2015. “Fitdistrplus: An R Package for Fitting Distributions.” Journal of Statistical Software 64 (4): 1–34. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v064.i04")}
attach(birdticks)
k_negative_binomial(ticks)
attach(birdticks)
k_negative_binomial_inverse(ticks)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.