Hypertension Patients {DataSetsUni} | R Documentation |
The survival times of hypertension patients
Description
The function allows to provide the survival times (life lengths in years) until the onset of hypertension from a random sample of 119 patients obtained from the Bolgatanga Regional Hospital in the Upper East region of Ghana.
Usage
data_hpatients
Arguments
data_hpatients |
A vector of (non-negative integer) values. |
Details
The data set represents the survival times (life lengths in years) until the onset of hypertension from a random sample of 119 patients obtained from the Bolgatanga Regional Hospital in the Upper East region of Ghana. Recently, it is used by Zamanah et al. (2022) and fitted the harmonic mixture Weibull-Weibull family of distributions.
Value
data_hpatients gives the survival times (life lengths in years) until the onset of hypertension.
Author(s)
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
References
Zamanah, E., Nasiru, S., & Luguterah, A. (2022). Harmonic Mixture Weibull-G Family of Distributions: Properties, Regression and Applications to Medical Data. Computational and Mathematical Methods, 2022.
Examples
x<-data_hpatients
summary(x)