kidney Patients Unit Interval Data {DataSetsUni} | R Documentation |
The unit intervel data set consists of times to infection of kidney dialysis patients in months
Description
The function allows to provide the unit intervel data set consists of times to infection of kidney dialysis patients in months.
Usage
data_kidneyunit
Arguments
data_kidneyunit |
A vector of (non-negative integer) values. |
Details
The unit intervel data set consists of times to infection of kidney dialysis patients in months. Recently, it is used by Bantan et al. (2020) and fitted the unit-Rayleigh distribution.
Value
data_kidneyunit gives the times to infection of kidney dialysis patients in months.
Author(s)
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
References
Bantan, R. A., Chesneau, C., Jamal, F., Elgarhy, M., Tahir, M. H., Ali, A., ... & Anam, S. (2020). Some new facts about the unit-Rayleigh distribution with applications. Mathematics, 8(11), 1954.
Klein, J. P., & Moeschberger, M. L. (2003). Survival analysis: techniques for censored and truncated data (Vol. 1230). New York: Springer.
Examples
x<-data_kidneyunit
summary(x)