Learn R Programming

DDPM (version 0.1.0)

Cysts of kidneys: The data show the frequency distribution of cysts of kidneys using steroids

Description

The function gives the frequency distribution of cysts of kidneys using steroids.

Usage

data_cysts

Value

data_cysts gives the frequency distribution of cysts of kidneys using steroids.

Arguments

data_cysts

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

Author

Muhammad Imran

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

Details

The data show the frequency distribution of cysts of kidneys using steroids. Recently, they were used by Morshedy et al. (2020) and fitted by the discrete Burr-Hatke distribution.

References

El-Morshedy, M., Eliwa, M. S., & Altun, E. (2020). Discrete Burr-Hatke distribution with properties, estimation methods, and regression model. IEEE Access, 8, 74359-74370.

Para, B. A., & Jan, T. R. (2016). On discrete three-parameter Burr type XII and discrete Lomax distributions and their applications to model count data from medical science. Biometrics and Biostatistics International Journal, 4(2), 1-15.

See Also

data_can, data_pap

Examples

Run this code
x<-data_cysts
summary(x)
table (x)

Run the code above in your browser using DataLab