Description Usage Arguments Value Author(s) References Examples
This function gives the probability that a fawn belongs to one of the three tick-burden classes (1 = less that 10 ticks; 2 = between 10 and 20 ticks; 3 = more than 20 ticks), given that the number of ticks follows a negative binomial distribution.
1 | dticksModel(x, lambda, phi)
|
x |
a vector of integer values comprised between 1 and 3, giving the tick burden classes for the roe deer fawn. |
lambda |
a vector of the same length as |
phi |
a real number. The dispersion parameter of the negative binomial distribution. |
A real value corresponding to the probability of x
Clement Calenge clement.calenge@ofb.gouv.fr
Bariod L., Said S., Calenge C., Chabot S., Badeaud V. \& Bourgoin G. in prep. Infection of Roe Deer Fawns by Ticks from 1992 to 2018 in the Trois-Fontaines Forest (France)
1 | dticksModel(c(1,2,1), lambda=c(8,14,3), phi=0.9)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.