Pap smear test | R Documentation |
The function gives the observed number of pap smear tests a female took in the last six years for females aged more than 18 years.
data_pap
data_pap |
A vector of (non-negative integer) count values. |
The data show the observed number of pap smear tests a female took in the last six years for females aged more than 18 years. They were used by Arora and Chaganty (2021) and fitted by the zero-and-k-inflated Poisson distribution.
data_pap gives the observed number of pap smear tests a female took in the last six years for females aged more than 18 years.
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
Arora, M., & Chaganty, N. R. (2021). EM estimation for zero-and k-inflated Poisson regression Model. Computation, 9(9), 94.
data_can
x<-data_pap
summary(x)
table (x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.