dticksModel: Probability That a Fawn Belongs to a Given Tick Burden Class

Description Usage Arguments Value Author(s) References Examples

View source: R/dticksModel.R

Description

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.

Usage

1
dticksModel(x, lambda, phi)

Arguments

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 x containing the mean of the negative binomial distribution for each value of x.

phi

a real number. The dispersion parameter of the negative binomial distribution.

Value

A real value corresponding to the probability of x

Author(s)

Clement Calenge clement.calenge@ofb.gouv.fr

References

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)

Examples

1
dticksModel(c(1,2,1), lambda=c(8,14,3), phi=0.9)

ClementCalenge/tickTF documentation built on Dec. 17, 2021, 2:06 p.m.