HIV and ART cases {hivdata} | R Documentation |
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 |
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 imranshakoor84@yahoo.com.
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)