HIV and ART cases in Pakistan {hivdata} | R Documentation |
The function provides the reported HIV and ART cases whole of Pakistan from January 2016 to December 2021.
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 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
allpakhiv
allpakart
# Descriptive summary of monthly HIV cases in Pakistan
summary(allpakhiv)
# PACF plot
stats::pacf(allpakhiv)
# ACF plot
stats::acf(allpakhiv)