Pap smear test {DDPM}R Documentation

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

Description

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.

Usage

data_pap

Arguments

data_pap

A vector of (non-negative integer) count values.

Details

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.

Value

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.

Author(s)

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

References

Arora, M., & Chaganty, N. R. (2021). EM estimation for zero-and k-inflated Poisson regression Model. Computation, 9(9), 94.

See Also

data_can

Examples

x<-data_pap
summary(x)
table (x)

[Package DDPM version 0.1.0 Index]