data_pap: The data show the observed number of pap smear tests a female...

Pap smear testR 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)

DDPM documentation built on July 9, 2023, 6:17 p.m.