kidney Dialysis Patients {DataSetsUni} | R Documentation |
The data set consists of times to infection of kidney dialysis patients in months
Description
The function allows to provide the times to infection of kidney dialysis patients in months.
Usage
data_kidney
Arguments
data_kidney |
A vector of (non-negative integer) values. |
Details
The 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_kidney 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_kidney
summary(x)