Patients Relief Times {DataSetsUni} | R Documentation |
The relief times for patients receiving an analgesic
Description
The function allows to provide the lifetime's data relating to relief times (in minutes) for 20 patients receiving an analgesic.
Usage
data_analgesic
Arguments
data_analgesic |
A vector of (non-negative integer) values. |
Details
The data set represents the lifetime's data relating to relief times (in minutes) for 20 patients receiving an analgesic. Recently, it is used by Peter et al. (2021) and fitted the Gamma odd Burr III-G family of distributions.
Value
data_analgesic gives the relief times (in minutes).
Author(s)
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
References
Peter, P. O., Oluyede, B., Bindele, H. F., Ndwapi, N., & Mabikwa, O. (2021). The Gamma Odd Burr III-G Family of Distributions: Model, Properties and Applications. Revista Colombiana de EstadÃstica, 44(2), 331-368.
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_analgesic
summary(x)