Ticks count on sheep | R Documentation |
The function gives the number of tick counts on each of the 82 sheep.
data_ticks
data_ticks |
A vector of (non-negative integer) count values. |
The data show the number of ticks counted on each of the 82 sheep. They were used by Ross and Preece (1985) and fitted by the negative binomial distribution.
data_ticks gives the number of ticks count on each of the 82 sheep.
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
Ross, G. J. S., & Preece, D. A. (1985). The negative binomial distribution. Journal of the Royal Statistical Society: Series D (The Statistician), 34(3), 323-335.
x<-data_ticks
summary(x)
table (x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.