Relief Times {DataSetsUni} | R Documentation |
The relief times of patients receiving an analgesic
Description
The function allows to provide the relief times of 20 patients who are receiving an analgesic.
Usage
data_relieftime
Arguments
data_relieftime |
A vector of (non-negative integer) values. |
Details
The dataset represents the relief times of 20 patients who are receiving an analgesic. Recently, it is used by Afify et al. (2021) and fitted a new two-parameter burr-hatke distribution.
Value
data_relieftime gives the relief times of 20 patients who are receiving an analgesic.
Author(s)
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
References
Afify, A. Z., Aljohani, H. M., Alghamdi, A. S., Gemeay, A. M., & Sarg, A. M. (2021). A new two-parameter burr-hatke distribution: Properties and bayesian and non-bayesian inference with applications. Journal of Mathematics, 2021, 1-16.
Gross, A. J., & Clark, V. A. (1975). Survival distributions: reliability applications in the biomedical sciences (Vol. 11). New York: Wiley.
See Also
Examples
x<-data_relieftime
summary(x)