HIV and ART cases in Pakistan {hivdata}R Documentation

Monthly reported HIV and ART cases of whole Pakistan

Description

The function provides the reported HIV and ART cases whole of Pakistan from January 2016 to December 2021.

Usage

allpakhiv
allpakart

Arguments

allpakhiv

A data vector of monthly HIV cases.

allpakart

A data vector of monthly ART cases.

Details

We provide the monthly number of HIV and ART cases of overall Pakistan, reported at various treatment centers from January 2016 to December 2021.

Value

allpakhiv and allpakart give the monthly reported HIV and ART cases.

Author(s)

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

References

Imran, M., Nasir, J. A., & Riaz, S. (2018). Regional pattern of HIV cases in Pakistan. Journal of Postgraduate Medical Institute, 32(1), 9-13.

See Also

malehiv, maleart, femalehiv, femaleart, childhiv, childart, tghiv, tgart

Examples

allpakhiv
allpakart
# Descriptive summary of monthly HIV cases in Pakistan
summary(allpakhiv)
# PACF plot
stats::pacf(allpakhiv)
# ACF plot
stats::acf(allpakhiv)


[Package hivdata version 0.1.0 Index]