Title: | Six-Year Chronological Data of HIV and ART Cases in Pakistan |
---|---|
Description: | We provide the monthly number of HIV and antiretroviral therapy (ART) cases of male, female, children and transgender as well as for the whole of Pakistan reported at various treatment centers in Pakistan from January 2016 to December 2021. Related works include: a) Imran, M., Nasir, J. A., & Riaz, S. (2018). Regional pattern of HIV cases in Pakistan. Journal of Postgraduate Medical Institute, 32(1), 9-13. <https://jpmi.org.pk/index.php/jpmi/article/view/2108>. |
Authors: | Muhammad Imran [aut, cre], Saima Shakoor [aut] |
Maintainer: | Muhammad Imran <[email protected]> |
License: | GPL (>= 2) |
Version: | 0.1.0 |
Built: | 2025-02-28 05:47:21 UTC |
Source: | https://github.com/cran/hivdata |
Infectious disease time series data are important to understand the pattern of diseases, timely intervention, and source allocation which helps in disease management and control. We provide the monthly number of HIV and ART cases of male, female, children and transgender as well as for the whole of Pakistan reported at various treatment centers in Pakistan from January 2016 to December 2021. The data have been taken from the official website of the Pakistan Bureau of Statistics. Every year the data is updated, Imran et al. (2018) used the monthly number of HIV cases from January 2013 to July 2014 taken from Pakistan Bureau of Statistics.
Package: | hivdata |
Type: | Package |
Version: | 0.1.0 |
Date: | 2023-10-07 |
License: | GPL-2 |
Muhammad Imran <[email protected]>
Muhammad Imran <[email protected]>
Saima Shakoor <[email protected]>
The functions provide the monthly reported HIV and ART cases of males, females, children, and transgenders in Pakistan from January 2016 to December 2021.
malehiv maleart femalehiv femaleart childhiv childart tghiv tgart
malehiv maleart femalehiv femaleart childhiv childart tghiv tgart
malehiv |
A data vector of male monthly HIV cases. |
maleart |
A data vector of male monthly ART cases. |
femalehiv |
A data vector of female monthly HIV cases. |
femaleart |
A data vector of female monthly ART cases. |
childhiv |
A data vector of child monthly HIV cases. |
childart |
A data vector of child monthly ART cases. |
tghiv |
A data vector of transgender monthly HIV cases. |
tgart |
A data vector of transgender monthly ART cases. |
We provide the monthly number of HIV and ART cases of male, female, children, and transgender reported at various treatment centers in Pakistan from January 2016 to December 2021.
malehiv, maleart, femalehiv, femaleart, childhiv, childart, tghiv and tgart give the monthly reported HIV and ART cases of males, females, children and transgenders, respectively.
Muhammad Imran
R implementation and documentation: Muhammad Imran [email protected].
Imran, M., Nasir, J. A., & Riaz, S. (2018). Regional pattern of HIV cases in Pakistan. Journal of Postgraduate Medical Institute, 32(1), 9-13.
malehiv maleart femalehiv femaleart childhiv childart tghiv tgart # Descriptive summary of monthly male HIV cases summary(malehiv) # Descriptive summary of monthly male ART cases summary(maleart) # PACF plot stats::pacf(malehiv) # ACF plot stats::acf(malehiv)
malehiv maleart femalehiv femaleart childhiv childart tghiv tgart # Descriptive summary of monthly male HIV cases summary(malehiv) # Descriptive summary of monthly male ART cases summary(maleart) # PACF plot stats::pacf(malehiv) # ACF plot stats::acf(malehiv)
The function provides the reported HIV and ART cases whole of Pakistan from January 2016 to December 2021.
allpakhiv allpakart
allpakhiv allpakart
allpakhiv |
A data vector of monthly HIV cases. |
allpakart |
A data vector of monthly ART cases. |
We provide the monthly number of HIV and ART cases of overall Pakistan, reported at various treatment centers from January 2016 to December 2021.
allpakhiv and allpakart give the monthly reported HIV and ART cases.
Muhammad Imran
R implementation and documentation: Muhammad Imran [email protected].
Imran, M., Nasir, J. A., & Riaz, S. (2018). Regional pattern of HIV cases in Pakistan. Journal of Postgraduate Medical Institute, 32(1), 9-13.
malehiv, maleart, femalehiv, femaleart, childhiv, childart, tghiv, tgart
allpakhiv allpakart # Descriptive summary of monthly HIV cases in Pakistan summary(allpakhiv) # PACF plot stats::pacf(allpakhiv) # ACF plot stats::acf(allpakhiv)
allpakhiv allpakart # Descriptive summary of monthly HIV cases in Pakistan summary(allpakhiv) # PACF plot stats::pacf(allpakhiv) # ACF plot stats::acf(allpakhiv)